{"maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"dist-tags":{"beta":"31.2.2-806485","latest":"33.1.44"},"author":{"name":"Syncfusion Inc."},"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","readme":"# JavaScript Pivot Table control\n\nThe [JavaScript Pivot Table](https://www.syncfusion.com/javascript-ui-controls/js-pivot-table?utm_source=npm&utm_medium=listing&utm_campaign=javascript-pivot-table-npm) is a multi-dimensional data visualization control built on top of relational and OLAP data sources. The pivot report can be managed dynamically at runtime, along with other features such as graphical visualization (Pivot Chart), drill down/up, aggregation, filtering, sorting, grouping, conditional formatting, drill through, editing, hyperlink, and more. The large amounts of data are effectively handled by virtualization or paging support.\n\n<p align=\"center\">\n    <a href=\"https://ej2.syncfusion.com/documentation/pivotview/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-pivot-table-npm\">Getting started</a> . \n    <a href=\"https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-pivot-table-npm#/material/pivot-table/default.html\">Online demos</a> . \n    <a href=\"https://www.syncfusion.com/javascript-ui-controls/js-pivot-table?utm_source=npm&utm_medium=listing&utm_campaign=javascript-pivot-table-npm\">Learn more</a>\n</p>\n\n<p align=\"center\">\n    <img src=\"https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/javascript/javascript-pivot-table.png\" alt=\"JavaScript Pivot Table Control\" />\n</p>\n\n<p align=\"center\">\nTrusted by the world's leading companies\n  <a href=\"https://www.syncfusion.com\">\n    <img src=\"https://ej2.syncfusion.com/home/images/trusted_companies.png\" alt=\"Bootstrap logo\">\n  </a>\n</p>\n\n## Setup\n\nTo install the Pivot Table and its dependent packages, use the following command.\n\n```sh\nnpm install @syncfusion/ej2-pivotview\n```\n\n## Supported frameworks\n\nPivot Table 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-pivot-table-npm), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/expensetracker/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-pivot-table-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-pivot-table-npm)\n\n## Key features\n\n* [Data sources](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-pivot-table-npm#/material/pivot-table/local.html): Binds the Pivot Table control with an array of JSON objects, CSV files, and web services. It also supports multi-dimensional data sources, such as OLAP.\n* [Pivot chart](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-pivot-table-npm#/material/pivot-table/pivot-chart.html): Allows user to visualize the pivot data graphically with 20+ chart types.\n* [Drill down](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-pivot-table-npm#/material/pivot-table/Drill-Down.html): Provides option to view the bound data in both detailed and abstract view.\n* [Filtering](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-pivot-table-npm#/material/pivot-table/filtering.html): Allows user to view only specific/desired records in the control.\n* [Sorting](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-pivot-table-npm#/material/pivot-table/sorting.html): Both member and value sorting are supported. It’s allows user to order fields and values (column) either in ascending or descending order respectively.\n* [Field list and grouping bar](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-pivot-table-npm#/material/pivot-table/grouping-bar.html): Supports UI interaction at runtime to dynamically change the report along with sorting, filtering and remove options.\n* [Aggregation](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-pivot-table-npm#/material/pivot-table/aggregation.html): Provides built-in aggregation types such as sum, count, product, average, min, max, and more.\n* [Calculated field](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-pivot-table-npm#/material/pivot-table/calculated-field.html): Users can add new value field(s) to the report dynamically using this option.\n* [Grouping](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-pivot-table-npm#/material/pivot-table/grouping.html): Allows you to automatically group date, time, number, and string data based on group interval.\n* [Virtual scrolling and paging](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-pivot-table-npm#/material/pivot-table/paging.html): Provides the option to display large amounts of data page by page, using either virtual scrolling or pager UI.\n* [Drill through and editing](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-pivot-table-npm#/material/pivot-table/editing.html): Provides the ability to perform CRUD operations such as creating, reading, updating, and deleting raw data at runtime via an interactive UI.\n* [Toolbar](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-pivot-table-npm#/material/pivot-table/toolbar.html): Provides the option to access frequently used features like switching between pivot table and pivot chart, changing chart types, conditional formatting, exporting, and so on.\n* [Templates](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-pivot-table-npm#/material/pivot-table/cell-template.html): Templates can be used to create custom user experiences in the pivot table.\n* [Export](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-pivot-table-npm#/material/pivot-table/exporting.html): Data can be exported to Excel, CSV, and PDF formats.\n* [Right-to-left (RTL)](https://ej2.syncfusion.com/documentation/pivotview/globalization-and-localization/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-pivot-table-npm#right-to-left-rtl): Aligns content in the Pivot Table control from right to left.\n* [Globalization](https://ej2.syncfusion.com/documentation/pivotview/globalization-and-localization/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-pivot-table-npm#globalization): Personalize the Pivot Table control with different languages, as well as culture-specific date and number formatting.\n\n## Resources\n\n* [Documentation](https://ej2.syncfusion.com/documentation/pivotview/getting-started)\n* [Theme Studio](https://ej2.syncfusion.com/themestudio/)\n* [Custom Resource Generator](https://crg.syncfusion.com/)\n* [What's New](https://www.syncfusion.com/products/whatsnew/essential-js2?utm_medium=listing&utm_source=github)\n* [Road Map](https://www.syncfusion.com/products/roadmap/essential-js2?utm_medium=listing&utm_source=github)\n* [E-Books](https://www.syncfusion.com/ebooks?tag=javascript&utm_medium=listing&utm_source=github)\n\n## Support\n\nProduct support is available through the following mediums.\n\n* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support\n* [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=javascript-pivot-table-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-pivot-table-npm)\n* Live chat\n\n## Changelog\n\nCheck the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/pivotview/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=javascript-pivot-table-npm). Get minor improvements and bug fixes every week to stay up to date with frequent updates.\n\n## License and copyright\n\n> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this control, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).\n\n> A [free community license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.\n\nSee [LICENSE FILE](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=javascript-pivot-table-npm) for more info.\n\n© Copyright 2026 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.","repository":{"type":"git","url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"},"bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"license":"SEE LICENSE IN license","versions":{"16.2.41":{"name":"@syncfusion/ej2-pivotview","version":"16.2.41","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@16.2.41","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-pivotview#readme","bugs":{"url":"https://github.com/syncfusion/ej2-pivotview/issues"},"dist":{"shasum":"262159911e958d11b38224a05f7c28c2083d6f26","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-16.2.41.tgz","fileCount":160,"integrity":"sha512-G5y383E7YQ4sAWV1hSJR62vCx4Ptk9c90F2Z2QagyHN2qQ4vbAYKg5TaBc9D2X8Wk6qmUNy3rZa3aSUWtFIxog==","signatures":[{"sig":"MEYCIQDj1fHv6fSxbmipi27WA3MlvKojK4teqC5RsbSf43wwPwIhAOeS5Ga1f8jZ1vLpEDwLtA9LbSP50G6lOIuaNuiCyljO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24807882,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbMLAaCRA9TVsSAnZWagAA+DYP/1hf9y8qd0in7sjgtqY1\nbn1p7nON2kQncF7UZVbOBd9Wk+SrYm1tS0CIjGpuZpkgkh6BhZ1UhrkTtLF6\n4zPelB6Dl91NSqxH84B6qV61zSuheio3Bw5cj2yxSKGfCYVx+OPE99kdlIB+\nr/qtHJt3Jd5B2eAVsQ7Ho0M6+433oNrBjr92JXMgI+zjRUQKpJnTUDHQzp1o\nQGpj/oJj2HLm0K34zhhAWC7b2a2OhrIZe47ur14fOhN/3NXvWTT0mnVFfoxR\nAnr1Sau6huFZxfuI3auKD9XIskiGxSRqC+/96uqbv8cOAL29dKUCEZeo50uA\nYhmFryGSRhOtUB278WSXnIOY647zxbLIDz2rRxoRcLCMsg1KxBgOCeMpY1a5\nuiCTsAReYw5s6DhPCiDUB+QoiM3P64MgjqrBU4ZOtGVyNWjV/gdi9bikRaAr\nrv8HY1XD5Rat8y7fYos0978wBMFThTvn3ci3AWNZ9AV3NzXFOTWjhM8IC9Tl\nIHXOm8n+FDZjJUE9ar+UaEwnMrFtQ6fSp4fLubJo7aO0sL3bOvKQ3V7eJPdV\nsV/KAlnfHjA+KjTUboV4RPgnne5OtrZ5O0Nip96L61MYBGUxc/dtYpaL0XRS\nvPpycJysqvVAJQ8bznTz4woiio78Vvx1ezZdH0NC0Rll7TBDgyVXZQLTVFIe\nIm+p\r\n=F1R6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./dist/es6/ej2-pivotview.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-pivotview.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Pivot View Component","directories":{},"_nodeVersion":"8.11.3","dependencies":{"gulp":"^3.9.1","@syncfusion/ej2-base":"~16.2.41","@syncfusion/ej2-data":"~16.2.41","@syncfusion/ej2-grids":"~16.2.41","@syncfusion/ej2-lists":"~16.2.41","@syncfusion/ej2-inputs":"~16.2.41","@syncfusion/ej2-popups":"~16.2.41","@syncfusion/ej2-buttons":"~16.2.41","@syncfusion/ej2-calendars":"~16.2.41","@syncfusion/ej2-dropdowns":"~16.2.41","@syncfusion/ej2-file-utils":"~16.2.41","@syncfusion/ej2-pdf-export":"~16.2.41","@syncfusion/ej2-compression":"~16.2.41","@syncfusion/ej2-navigations":"~16.2.41","@syncfusion/ej2-excel-export":"~16.2.41"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_16.2.41_1529917465911_0.11008021018219205","host":"s3://npm-registry-packages"}},"16.2.45":{"name":"@syncfusion/ej2-pivotview","version":"16.2.45","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@16.2.45","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-pivotview#readme","bugs":{"url":"https://github.com/syncfusion/ej2-pivotview/issues"},"dist":{"shasum":"3e7669d448c189c58bc1ed978dbfb77dd9aefeb3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-16.2.45.tgz","fileCount":160,"integrity":"sha512-Dsb0XfcrneO84SIsZlJ326n5roaXNlHWDNG81w+0atIjnkl/HCM5oFdoR2P4GSMd/wWHDCKopg1jXPs1Clm2DA==","signatures":[{"sig":"MEYCIQCumI/Li/58n7nbPg5UrzFs0qptcKRfnX5MzdqGILcH7QIhAJrqkmfy5J81Mx/gWaeUlgftNkPmPYLjHjyqiCTXBVBd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24840800,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbTZ+BCRA9TVsSAnZWagAAAjkP/Apr8p0jz3+bgjqIbtxV\n3p24ToW0xIbXIBHi9AtT3lTklToaQuZnCu4Zp0c11SXDG2hLuzL3MNQVh2DR\nHsTbt050XvSi+LicwTiU4FtF7Jb9pit4Ias2748MvgbiNfxCs1pGEfEmxWzQ\nhUqi+mABJYbVM+vH410UdUrIpeGsC3mBvIbq8svI7u4EIIfDly2FEWHZl9EI\nbfXC34eQ/dVLjkG0g/7gAuUhh3YW0wQV9mawd6VpOkuT7QuCMFOtafUi+LbN\nQn01qMmdtpg+VZT5cIscfHhWXIDS9HsF5dP+rGWy7rHVZNgbZcEWtuGw8gnY\n3TMfq5Y9yKrcVwVvfwo1xy5hmvcDlQk+J6JVUtYtHRCtwI1UO0OO7+O84qmf\n8tbZx4A4NkU8RL441Gzor1rBXiva8JhGONghq9SqJRhUcucx0QbpBdUoMNhO\ndiwVMXOlq3nDalC4l4Qja1Z/Ty+1d6LtRPS/WaDNEHwc+KmE9jiT29u8VzIV\nC1GTnN2+ipHfB7c8WCVBXtZrHqlW2nGPZD4ZYwwZRfdHSVCUC3GkAtE4TIcv\npBxUN9buWGfuqwAFURtK3LNGAiW1dPqTYRWDsT8BV6N4WCzHSgux27Uh4/VH\nf5xIcdnNgBGEttM8E27O65QjRT3jBOlV2pKlDoWf8nnniU6PnNNT8ETSbn6K\n1isD\r\n=4DoC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./dist/es6/ej2-pivotview.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-pivotview.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Pivot View Component","directories":{},"_nodeVersion":"8.11.3","dependencies":{"gulp":"^3.9.1","@syncfusion/ej2-base":"~16.2.45","@syncfusion/ej2-data":"~16.2.45","@syncfusion/ej2-grids":"~16.2.45","@syncfusion/ej2-lists":"~16.2.45","@syncfusion/ej2-inputs":"~16.2.45","@syncfusion/ej2-popups":"~16.2.45","@syncfusion/ej2-buttons":"~16.2.45","@syncfusion/ej2-calendars":"~16.2.45","@syncfusion/ej2-dropdowns":"~16.2.45","@syncfusion/ej2-file-utils":"~16.2.45","@syncfusion/ej2-pdf-export":"~16.2.45","@syncfusion/ej2-compression":"~16.2.45","@syncfusion/ej2-navigations":"~16.2.45","@syncfusion/ej2-excel-export":"~16.2.45"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_16.2.45_1531813760737_0.630247847840619","host":"s3://npm-registry-packages"}},"16.2.46":{"name":"@syncfusion/ej2-pivotview","version":"16.2.46","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@16.2.46","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-pivotview#readme","bugs":{"url":"https://github.com/syncfusion/ej2-pivotview/issues"},"dist":{"shasum":"c28e9c3161646d285eee3d54f92621650f58f278","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-16.2.46.tgz","fileCount":161,"integrity":"sha512-2RwMorsJsFT3M6Wc3vLFRvnmKCt3QdJ5r1tN4eaflbGGtv/wwjMb+iOlnr0A4fdMLaQBCj5PxzZU8jHq04DQLQ==","signatures":[{"sig":"MEUCIQDJRx1+MbZcKDK2SDFYvI3TJ6RwPaX8jwC4OiJIqzESJQIgGJ1S24jeDfxHsCXBuHiG3da0s25lZI0dK2Y7K2R/Etc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24120454,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbXwx7CRA9TVsSAnZWagAAQwQP/1gnKTH02mCgbg/0QFFx\nlGmoqI3VpKS2B28cOoLV0Rd+hA5BJHlwUni1TnJI5tEPxRNkKh0CUQmGQ+9y\nHSN4UXUowst2wgpGZBC2HEvi6Bfa7NhRP2Qk763kpLV2r7HYJUCkyIlZYxrm\n82RKiwkOzozKJwihyeLwm2irjgxeiAl4F9CT2yTy3OhVFYFXNTifBSjNiQCJ\nTfwcDHBw4/9+dvSYGxSQrQwGS5BArfYC9+F4cPq/p+p++k+jiNHCJ5tNfO/D\naefLpKCKGwo53QpBBgZUYAQlRYqesSie9wMDfunwJbGQEHJuprNxoqg9yUSR\nKMIclSs0VhXxLu3ScsyBqZsv6ep0cUYq+GIAqVMBT6tGZoxCuKY7jXxwj1bd\nY/sXX+FCWCDUcmP36avfauz8mrEST6HY8oR26Ckx3tsayj26Nln00cxoKGcf\n6Lo/+pYc5pC5DsN4IQu/Jx6EF/Zzb2BLXkQkJio8dJvh4Gfz22REJKJMAO3Y\nQWJBLHWzpH0xEXWYfVAk9VL0pbOyOWWMWta5ykJugj7bmrVwpIimKBggicX2\nNNx2REz8pgrGp5l4Soe+tQL4rAAo1EPlToUQNPkonVo7vt/2JHette8m8ivj\nr0LLQ0BO+hLvXGwxpFxroeeHjWFIYYDwcJnTKg8/a4fjdU0ROt6iiBZlAWR+\ndxF5\r\n=5FUi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-pivotview.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Pivot View Component","directories":{},"_nodeVersion":"8.11.3","dependencies":{"gulp":"^3.9.1","@syncfusion/ej2-base":"~16.2.46","@syncfusion/ej2-data":"~16.2.46","@syncfusion/ej2-grids":"~16.2.46","@syncfusion/ej2-lists":"~16.2.46","@syncfusion/ej2-inputs":"~16.2.46","@syncfusion/ej2-popups":"~16.2.46","@syncfusion/ej2-buttons":"~16.2.46","@syncfusion/ej2-calendars":"~16.2.46","@syncfusion/ej2-dropdowns":"~16.2.46","@syncfusion/ej2-file-utils":"~16.2.46","@syncfusion/ej2-pdf-export":"~16.2.46","@syncfusion/ej2-compression":"~16.2.46","@syncfusion/ej2-navigations":"~16.2.46","@syncfusion/ej2-excel-export":"~16.2.46"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_16.2.46_1532955771212_0.968666170642748","host":"s3://npm-registry-packages"}},"16.2.49":{"name":"@syncfusion/ej2-pivotview","version":"16.2.49","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@16.2.49","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-pivotview#readme","bugs":{"url":"https://github.com/syncfusion/ej2-pivotview/issues"},"dist":{"shasum":"ab42be850d6f9896be8dae2834ad68ff3851de5b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-16.2.49.tgz","fileCount":161,"integrity":"sha512-nvxAlBJ5o/3oq7ClcbPD/qGdoD9MIfsmftv6G+CQd6AXLahEcfbtc8FwCJ+/EQrZwZuveZfP2kVqT85z4UKDXQ==","signatures":[{"sig":"MEYCIQC27S7+DX2+ydknQf2tLJZ6/GxRbYtvMIa9RiSS3jpFtAIhAM50f5zjngXyqNZYd6IzhaVkQw4hljDQr2KCYbm80ill","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24154900,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfAkJCRA9TVsSAnZWagAAoL4P/3dR7EozmBPV7wNmbbVQ\nqLUV/+3V7CzgX14rocdqvHiv2rFniZiPcFG8X7j5FZ0fSe/b1bhAjCAS2ecB\nus+q91fnO27GaDCh8GDREhsGoSKpF3RMwme5oyZgg2HxV+pHpm91FBT4ccA7\ncOBcam53QYGbW8rEPYvHIBKtMkQVP2dhbWPzj8Z1VKPvdhm5rLIKE+DX1h35\nJP4JAVAuFIBpG41SIkUzP92XEVCaiZmp//+5NLHHnm3Mfpn3Tg7T27mL2EZs\nn1hxKepmEkqDjIhYkq3KlRpSNnGbZ7i54EtOVr5ysB517T6nVRXcWUoF5Lu1\nKKd3wpNN3CebBW9lTwe0aVoe2OZjNhpPPuWW7DZF0+RM6eBaXjR+Gem9xQAo\n7PXle+woH6uycVUHOGeqD4eCMMm/cdGgM5zRBM0WTv1T/AJMq0J63Mc0Va8J\nKSAu30AW2n/H3PYBNXKuoozVisNEKxXqP9lVU08dth/Wpyk6qfu2HdJBb90i\n7gz14e+6g+CvDPpuLq8VcmZ6Jm+pm3LqBESFSSes/YKCtg2CdpotFZL4WqYh\nxKijjpvmwd0N09gCoantIRvDzSPnPdHqyryrM/BJ9aehHbguuKjPsV1ExfYf\nBIesUU85M2PpGLQVWNdgT1lH/umw50tF1x77xqZPbmx095R6mlJ8oGMN23O4\ndYXh\r\n=PDCA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-pivotview.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Pivot View Component","directories":{},"_nodeVersion":"8.11.4","dependencies":{"gulp":"^3.9.1","@syncfusion/ej2-base":"~16.2.49","@syncfusion/ej2-data":"~16.2.49","@syncfusion/ej2-grids":"~16.2.49","@syncfusion/ej2-lists":"~16.2.49","@syncfusion/ej2-inputs":"~16.2.49","@syncfusion/ej2-popups":"~16.2.49","@syncfusion/ej2-buttons":"~16.2.49","@syncfusion/ej2-calendars":"~16.2.49","@syncfusion/ej2-dropdowns":"~16.2.49","@syncfusion/ej2-file-utils":"~16.2.49","@syncfusion/ej2-pdf-export":"~16.2.49","@syncfusion/ej2-compression":"~16.2.49","@syncfusion/ej2-navigations":"~16.2.49","@syncfusion/ej2-excel-export":"~16.2.49"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_16.2.49_1534855432698_0.46391268159021526","host":"s3://npm-registry-packages"}},"16.2.50":{"name":"@syncfusion/ej2-pivotview","version":"16.2.50","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@16.2.50","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-pivotview#readme","bugs":{"url":"https://github.com/syncfusion/ej2-pivotview/issues"},"dist":{"shasum":"e153e6c01946b4db514da413704db9823aab7bce","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-16.2.50.tgz","fileCount":161,"integrity":"sha512-tiIhL8vpGYYgEE06YEhR6pkZ/DimTWcl1I4pGNIuaDzUs9RXMbFG1stiQCoQcLqpCP/rjHazv6Czsc6F/4fRZg==","signatures":[{"sig":"MEUCIQDGjRSWk2jqUnNSylYV3rC0SJKDSHlbQpv+BbxLG8PfBgIgAsCzwJiEd2EhhkHVAgfmjZSiRdOZglEbvSDg0EKr4Ho=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24154900,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbhY4fCRA9TVsSAnZWagAApPcP+wfmV7Bl3pThWWhKufDG\nF9aZoFPjHX1ljrCKH+Y0M4o8eOzIhzMN9TMyZcLCbVjvHxwE9xU7Lb8NY0U8\nWudxyg9mW/JIei1i58z+w693LzXLv0NinfJElAXP8cdzaBn8Lv4BUKl8SKpu\nGksiOdT8n1nyixBrl9hqcXoQIybkXoA/sKtj4ihhaSwfRoA+TGjWAb/pRXbS\nNCAn+liaDl04m/p9ivJ1cdxLCYyTlRrqSqr/CJV6EJo6pGCUtIaGbNS4e8RM\neeWI88r94bp/NVaFAPNI1MoAksOnsQjy+tX8VwNUehleXrSuJaAETYj8v3A8\nRvnJEnpQjXH5Mnvc1PakTSQ9SS3c+wBKVQm4dHrXsBYhmh4TaTrpbySs5lrV\nCGIBYQvoQKziDR0YM6aEesNw5+8ktSIB59DVtfHT5g+7qmeDOhfTljLC6cyn\nh3TNQmN5MmA5KjeQGckxhpE5mjgF04YSkf0WIc++LaVCJlxlvezdLYwQRveD\nMby7EVlhjSdafhgaOBdq55OMjoyodGq00jhLJi10v3YwCbdojg3bqpo1t40u\ndC4dO35bEhiYggP/jRn1gfEj+lpVDHL8yGr2xLByq4z093TDigfhvqK2hz7P\nH4/u9OZ5iyVtqF+w8uf0N0qG+BkOUqMrw6wH//JbhsjEwiBDGjTC7SW04+ZK\nNNGS\r\n=UTaX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-pivotview.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Pivot View Component","directories":{},"_nodeVersion":"8.11.4","dependencies":{"gulp":"^3.9.1","@syncfusion/ej2-base":"~16.2.50","@syncfusion/ej2-data":"~16.2.50","@syncfusion/ej2-grids":"~16.2.50","@syncfusion/ej2-lists":"~16.2.50","@syncfusion/ej2-inputs":"~16.2.50","@syncfusion/ej2-popups":"~16.2.50","@syncfusion/ej2-buttons":"~16.2.50","@syncfusion/ej2-calendars":"~16.2.50","@syncfusion/ej2-dropdowns":"~16.2.50","@syncfusion/ej2-file-utils":"~16.2.50","@syncfusion/ej2-pdf-export":"~16.2.50","@syncfusion/ej2-compression":"~16.2.50","@syncfusion/ej2-navigations":"~16.2.50","@syncfusion/ej2-excel-export":"~16.2.50"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_16.2.50_1535479326925_0.7218203797589016","host":"s3://npm-registry-packages"}},"16.3.17":{"name":"@syncfusion/ej2-pivotview","version":"16.3.17","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@16.3.17","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-pivotview#readme","bugs":{"url":"https://github.com/syncfusion/ej2-pivotview/issues"},"dist":{"shasum":"49d99bf9437a8053aaeb7bfef84e99f2b0ae9b7d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-16.3.17.tgz","fileCount":165,"integrity":"sha512-pG6m8o+LW2t1lOjRRnHRATbKo9QzuHwWcN+2C3xJu0heQCNSLkdLDnWvCH4CEDMCp2PZiUvrfuk7HzKFDroiQw==","signatures":[{"sig":"MEUCIBVUJhLXtRt3eAtuyRrNXsnLJTv1B4KzWBGhFEtRTtLSAiEA36ljqI6mSej+s712Ojq/TWyt/Oa2Qk7yc2tN0arwsI8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6746167,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbl8NECRA9TVsSAnZWagAAG8wP/3PvbJDyjgWWtCq31v46\nwC6dNflwKz0p0TG6NnqZDAw9P4jBfPRxyppx9A2Q6yqvQjoFu4SJzKV+ZzLv\nTHRrmexWjk80HSOY1u5/aox7fE6qm0CtoIP2aVOzdSLpS5uO/ZL8DW+u6q46\n5NKrlZjGCMwtKrGV7QJT2W976m9XED5rFZwlIAyO3fhpbl0ch9tNWvIrV0W5\nf0uysc2wNIZi6s8yrOVVjFrjjCEHsNiKoMELi6DEG2BQ+rqS/LJ+g85PCqhs\nJypMjG7JQ4oBGtNAW78fNRScZ+lBVJmy9I8ZHkNF8uORfxXA51rMucUWYg00\n3s8aULU1rVlqOB74ad69rYXdLa7SNtQhKfhcwnAoDICxz25kWjirM+AkOQqu\nZCxn0vWKmb7uiv9PMWttGgxjBDNzvcvMluTOHfFTp3ROndnYqQLkfObE1bLn\nHBsWfuDl631c6I70Y9Gy17Qt1IJYY2K21RGNwpmROpx8ylOEFnOT0Yl79yzu\nwWwXqJ97EAckJ31fFatB6pM5rV/tHPWceC3BG7BteVKhev0HBgoLshJrTDom\nxW3/gRR1GGCzPrU9pZCDYE3VokQ/+1ioEHG3ywlWZ9sVPwovuC2sNWuiili0\nbysIL84V6OFhr+xXnYDGkU07VI2ntMqbEN7uMNCzkQ3QEtlGsCfKbPsrNhri\n62WH\r\n=zLkI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-pivotview.git","type":"git"},"_npmVersion":"6.1.0","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"_nodeVersion":"8.11.4","dependencies":{"@syncfusion/ej2-base":"~16.3.17","@syncfusion/ej2-data":"~16.3.17","@syncfusion/ej2-grids":"~16.3.17","@syncfusion/ej2-lists":"~16.3.17","@syncfusion/ej2-inputs":"~16.3.17","@syncfusion/ej2-popups":"~16.3.17","@syncfusion/ej2-buttons":"~16.3.17","@syncfusion/ej2-calendars":"~16.3.17","@syncfusion/ej2-dropdowns":"~16.3.17","@syncfusion/ej2-file-utils":"~16.3.17","@syncfusion/ej2-pdf-export":"~16.3.17","@syncfusion/ej2-compression":"~16.3.17","@syncfusion/ej2-navigations":"~16.3.17","@syncfusion/ej2-excel-export":"~16.3.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_16.3.17_1536672579637_0.5241127943488033","host":"s3://npm-registry-packages"}},"16.3.21":{"name":"@syncfusion/ej2-pivotview","version":"16.3.21","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@16.3.21","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-pivotview#readme","bugs":{"url":"https://github.com/syncfusion/ej2-pivotview/issues"},"dist":{"shasum":"55bb6a65e3080df823262300e5257e43ece8b65d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-16.3.21.tgz","fileCount":165,"integrity":"sha512-SftZp199nOjSRGUmDPnGkMfcll7EvM5e3M7w4SarChClTywFIdAugX3LhlmDGu5NwqxHid3xtlD/F51jSl4JLg==","signatures":[{"sig":"MEUCIFWX+ibheitcl/BOP0ZLkqq1DOpGo4mR5hV5ezKzYLgBAiEAkjcGt1FblDLeL7Y6t9DgBvaT7lwpipMkZkJi4+z6Je8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6779303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbpUoXCRA9TVsSAnZWagAArmkP+QBjXh/qWvw3nDrqC5aR\nmC99kHAwEL3ZcUbiDH5xjn0U5MnNSO9Ne9byxUyFE9eZnQoTLztYt035tlGa\nz7lOQ+RvFM5gsY6cxKCoJdqwLSmRO7xBGEjsQ22orqn+E+TBQVI5Yy+hO8T1\nwWSWfinl7LlAcqqxqwKRC/htyeDt3wqcE1qS9h4gQgM0o3+LM3Q2/768BpUa\n3kX3+9+eLF6QibL5u7BdSe1NTX1cnNMHNIZZ3TWWigADjmNsWNiNEhSK+ASx\nvM0EwzD6pSdjujasEIzd8WmRNAFIt/sG2Tm/tvEQFOFCx9uXtM+BOp0vpf4F\nq1ZfRKf+EzBAX1XT3DmQWGHP7/BkZo4GZYUMRTbMp5+dBzGVuqHYY43YafOy\nyr/ifkvvFT87UPnMMn8dim9soLq1o3o0Q8+r+KKRdgLrzEFgIoeCB3IOsPn1\nMEsD5ZTfX/cVJyeX30/Z9Xy+bvHbIP88SLwqj/AC5fsk5UEX2hfnzMwGorlb\npKHuHIP7xvyfchXGxA1mzFlfOn3B+FCjRpG9Rdm7eaXTII7sZ3kDARTtViCC\nqFvP35qlc/pizVNQiyu7Oe0nta4kImx9f/of/ojnoQ+fHegZrMEGQS9i4TBz\n11IImKeqeqKwg2nZ8ueCG+cg3YeJeVtlI1M4jCDHCCgeE8aFHRpp5EnrLvDj\nCQXi\r\n=JoVX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-pivotview.git","type":"git"},"_npmVersion":"6.1.0","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.21","@syncfusion/ej2-data":"~16.3.21","@syncfusion/ej2-grids":"~16.3.21","@syncfusion/ej2-lists":"~16.3.21","@syncfusion/ej2-inputs":"~16.3.21","@syncfusion/ej2-popups":"~16.3.21","@syncfusion/ej2-buttons":"~16.3.21","@syncfusion/ej2-calendars":"~16.3.21","@syncfusion/ej2-dropdowns":"~16.3.21","@syncfusion/ej2-file-utils":"~16.3.21","@syncfusion/ej2-pdf-export":"~16.3.21","@syncfusion/ej2-compression":"~16.3.21","@syncfusion/ej2-navigations":"~16.3.21","@syncfusion/ej2-excel-export":"~16.3.21"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_16.3.21_1537559063108_0.8987802874614583","host":"s3://npm-registry-packages"}},"16.3.24":{"name":"@syncfusion/ej2-pivotview","version":"16.3.24","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@16.3.24","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-pivotview#readme","bugs":{"url":"https://github.com/syncfusion/ej2-pivotview/issues"},"dist":{"shasum":"c50dc303dc59bc5b8eaa355662e45870bcd54f84","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-16.3.24.tgz","fileCount":165,"integrity":"sha512-ECLyhTtMbxnp/BJjN6oPvOyC/0piBmYl9y2s4eiDPvGWlV9TDDYkHmo77sYtL1J0CPQd6Aarq2pFYfRUKTsaaA==","signatures":[{"sig":"MEYCIQCt2jbsVAVf910DQEYMd2fpGJawfEUH1ORKsBTP8vN+wQIhAI5JAls4sLFo01KJGvNFx0b+kbuoOAh1OuzZT8Q6/L3Y","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6830360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvFXJCRA9TVsSAnZWagAAtCMP/1Uaen58PhNM/XTd/8pQ\nSOspRpQ1X8kZ3iT/SaAXJP3v5RKw33YO9obKWQsJ/djLVKRut+/YcJ8bD5+L\nlqaw5zYzUK0cwtbYTEn5/UOYgCdsn/jETWy5IeieSZzzA0fXi3D+V8taCRVu\nrWlqp27+bpTJS1PbhI87Urt0sjdvJkQ7yzgoczpuKyVLBPx5hVZ0upgT3PFK\nyRhJWgmYDcQstjg4YUon17gEwRdRQ9ywmt/hrKtM8WGka4eE81cVHTNX5tEx\nk437glspwZLXF/j1e1iILUjunVYq10l6sIKhGMpPYr42WQTBi8ytUwxqmd1s\nPVkkd0grPgJg938XAusH6C3T9m5f80AYhofIgRoNikSqhNxIm2PZWvg+CBhD\nVkelIoD4/atyWx8AdFgjre44WdAQ/fqBd42Lls0zm6nQ9UfRLkHjx7SSZA5m\nBf+a4oyB0GboD4/RpWSyR3lkv5HTbpW2NEFK8PNL+MZIQfmRyXLg59qunjba\n4Hs7k29TCwxqM7g7HcoOrSsc5HgH1D1BPEcHWvME7iqsl0yinKJDf8icxfQR\n5UVkU1hsFfxYc0L0JKCyTwC/DkpfiiOlmUWCwdBZBSPX4EMEM4r1Ls+ZrCm4\nsstbvK1mw7Xf15TVrGrTufeCghC2a7MT8eQzOZMxNII49ISPCSkKb1+9Khgn\nCjXr\r\n=Cqg+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-pivotview.git","type":"git"},"_npmVersion":"6.1.0","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.24","@syncfusion/ej2-data":"~16.3.24","@syncfusion/ej2-grids":"~16.3.24","@syncfusion/ej2-lists":"~16.3.24","@syncfusion/ej2-inputs":"~16.3.24","@syncfusion/ej2-popups":"~16.3.24","@syncfusion/ej2-buttons":"~16.3.24","@syncfusion/ej2-calendars":"~16.3.24","@syncfusion/ej2-dropdowns":"~16.3.24","@syncfusion/ej2-file-utils":"~16.3.24","@syncfusion/ej2-pdf-export":"~16.3.24","@syncfusion/ej2-compression":"~16.3.24","@syncfusion/ej2-navigations":"~16.3.24","@syncfusion/ej2-excel-export":"~16.3.24"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_16.3.24_1539069384860_0.1421354131435839","host":"s3://npm-registry-packages"}},"16.3.29":{"name":"@syncfusion/ej2-pivotview","version":"16.3.29","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@16.3.29","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-pivotview#readme","bugs":{"url":"https://github.com/syncfusion/ej2-pivotview/issues"},"dist":{"shasum":"1179db555f555308ee7df04aace76b72dbe0d72e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-16.3.29.tgz","fileCount":165,"integrity":"sha512-tfgogg/XMvm3h82uLiLlllLjgoSYRwO56TRu7xA8DgVx/J8JG+mksj5vWDUyPhERwDpSkv/8LE7EvL2URFDuxg==","signatures":[{"sig":"MEUCIBtrJC8DI3sXVJyEbWYKlvVpAdXaOkg0RdU1selDSQBCAiEAwoENIOqyQPofL3WKo9YEFmsk9yb9bcHxk9S2E97JxbQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6844610,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2TIqCRA9TVsSAnZWagAASV0P/R0auB/+PS08+0Jvge88\nA+zwxjnAPuFRSCXeNLctGSWWpywHnWWhUO9iga1WTER6EMG327wywsMwTCK3\nY9xPJkvkdWrUtveH0DJ6w6GrnaJ6Q94nwPEVSltIx5AM9NPTnKcKmWS8k5Kk\nOp/155fp1LXO9sDayE6LQ/lQFee/qLiGmveFG+QcMu4TuYzpyepR9AEF5w+Q\nO497Ue8plSror3JDUrifVQzK9CV94SHgT5fy639FPxpiGdzHBh4/ZbS26I94\nYn/decJVZ2eLK0qgDZ/L7Wah4if7tgreRvllRRd4PmYmqHhOa89EBcUy/EjQ\nwWWrPnEkPUYL6KW3iOJH3lMIUReIKLuPIkNP92lb/hxrXfVseCqrFUjA+MoG\nhjViE0d8bB8KLoCV2ha8k9WqcKMGibxiVx+3gwo4new1M63zQrkV4BVjI1wS\n1gXrSLAUkH3i49eWMEUqq1XuiE/SKbGM78cAqcRBRuSpJnxyFXYCE5rjjpx/\nDpzRpivTuuePtOwYgFq1GW0vRa6nM+L7ehZASZlSW/6SS4uxNVcfcGL0C3o7\nd7/cK+yQ3q2XWGJSvG2BYMJXZw5jFBwZ4K1nxLgAPPTA4xsAmQyT5G4YwFem\nKwQmT6/RE3PhtR7mgMgv8s3zTswyZydmz5mzZSenqG4INBwFEPG/Tr1oaIMO\nzONR\r\n=vSrR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-pivotview.git","type":"git"},"_npmVersion":"6.1.0","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.29","@syncfusion/ej2-data":"~16.3.29","@syncfusion/ej2-grids":"~16.3.29","@syncfusion/ej2-lists":"~16.3.29","@syncfusion/ej2-inputs":"~16.3.29","@syncfusion/ej2-popups":"~16.3.29","@syncfusion/ej2-buttons":"~16.3.29","@syncfusion/ej2-calendars":"~16.3.29","@syncfusion/ej2-dropdowns":"~16.3.29","@syncfusion/ej2-file-utils":"~16.3.29","@syncfusion/ej2-pdf-export":"~16.3.29","@syncfusion/ej2-compression":"~16.3.29","@syncfusion/ej2-navigations":"~16.3.29","@syncfusion/ej2-excel-export":"~16.3.29"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_16.3.29_1540960809588_0.7114079794385804","host":"s3://npm-registry-packages"}},"16.3.30":{"name":"@syncfusion/ej2-pivotview","version":"16.3.30","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@16.3.30","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-pivotview#readme","bugs":{"url":"https://github.com/syncfusion/ej2-pivotview/issues"},"dist":{"shasum":"80cd67275ddf82b9bad19313331fa4af8307447d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-16.3.30.tgz","fileCount":165,"integrity":"sha512-xpOVHmaL8JG/mYIOQ2uPaE1iX61dHJvmOoNVGeQLTv1lpTEKJSGegM+/2ctoAcBjrbfy7u5A4isjEAnUDW8utA==","signatures":[{"sig":"MEQCIFvuBvotcS7d5XJaIY4o14+Aftfe0+4GlwAkm0QvPSClAiB/xq/Dq/5f2KKM/n75mdKErO1eokVhBztS4Mo4/SfTWQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6844830,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2uLqCRA9TVsSAnZWagAA+QsP/35/vjyKmFA1EpUneSAu\n3bN7ayvzeV9fCsUBbRb7be5xZdPvHAQVln72hWlPDs2CwarVug8V+0AqcMy3\nZkf+mtUNLfOqQUyhr2ovkHOv9Po3vSVNW7yMFTIeUVEzIbN3aHfdH5V28jGu\nU5dYTWesdN0/nCfW83AQlVphgrBgCMLVQ0SGma4u+NYca/2KHsP/l6qCNqqA\nn9wAhRWkhrXQmBR108UTiEYmXoW6qcngW6dyQv2qurXc9pCcpYimAd63240H\nzeDTCSBIgU0EpHhSV3FcEBlQaeGvtym/I0xJVMVtJG1EYyzC+d6A/5ZC4dRb\nPgVN0umTc+H/U78OGRfTcwBXDaxP0haiDoqXYM/H5/Jm1GHGQaTtDTMfQPw+\nQ4xr/Uh0+NsSqQePAx0j6he/dYXhQ7R/GEgZUezcUaH+55W5rO+yjBnqb557\n+VRK+YkHJBgN8Lqp0vHI5QokacC9eLMHsKgCQRtwW1AdwOEOZ7rKGBTTPBko\n7cwXP5tEZMjg2pnuztqbeQO2GDEy2YfSS40s9hnDmlZ0RDa5sYJ+Oqs75aEP\n4BqoEjp6ID0V3AD73qppAch3l5MZGXVcCD7430mw6ItIjrMKTy8c72hdNvhk\nm4PifUsdvA20jBui3kg6r+xnGYTC2fjYY2WJjz0y/IgcF5uVS2FFDxPHSX0C\npTX/\r\n=dBGW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-pivotview.git","type":"git"},"_npmVersion":"6.1.0","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.30","@syncfusion/ej2-data":"~16.3.30","@syncfusion/ej2-grids":"~16.3.30","@syncfusion/ej2-lists":"~16.3.30","@syncfusion/ej2-inputs":"~16.3.30","@syncfusion/ej2-popups":"~16.3.30","@syncfusion/ej2-buttons":"~16.3.30","@syncfusion/ej2-calendars":"~16.3.30","@syncfusion/ej2-dropdowns":"~16.3.30","@syncfusion/ej2-file-utils":"~16.3.30","@syncfusion/ej2-pdf-export":"~16.3.30","@syncfusion/ej2-compression":"~16.3.30","@syncfusion/ej2-navigations":"~16.3.30","@syncfusion/ej2-excel-export":"~16.3.30"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_16.3.30_1541071593647_0.8567939252512107","host":"s3://npm-registry-packages"}},"16.3.33":{"name":"@syncfusion/ej2-pivotview","version":"16.3.33","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@16.3.33","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-pivotview#readme","bugs":{"url":"https://github.com/syncfusion/ej2-pivotview/issues"},"dist":{"shasum":"3227114ae9b1407a80b67468129e9ac74838a977","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-16.3.33.tgz","fileCount":165,"integrity":"sha512-TzY3tUVXvtA6QeoXcRsdWIrv1WR6UtXgWQTyE3HfRrz+ijUNZFzmthJfQ3NQIosPjdKB2nE807jVXGypxc9+XQ==","signatures":[{"sig":"MEQCIBgUViwFqu/w79l+qhVbOWYdKhy3nvYVeGKn6KLuXtyTAiAMrqUKQ83iTKfedEExZ2/CI1MqcmZ+2rmTK23zeXR6ig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6844955,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9AmDCRA9TVsSAnZWagAARaUP/2KD1zsCOZhx1sji8Frr\njmd3WiWmCRAnwl/eHIXYgigUxoKEVv4joFyfawZjk2Mo0Xd27m/pD8OBk3og\nvlut1xHJ7GKIA5KkD7Xs8f0qa98+I7ePmrvGQDkw77XBToJkArx0l4S/wbLU\nMw9WgWufQHQX+HNGkRAJZL4u2v9hfg0/fUvRPiFbygOznklqR/Dh9TdSUSq+\nNVaefxd5sgvnO/65HgEbSorL9LJ6A3J5OalB9MQxA6KqYJ/OjiC1wtIm773A\nx2sDmbB8umjG0eS8Tx7NU0U0fWg834AgMSQYB1kTMOL8ElQOag8W6josVz8s\nsb4NyNya22hNFBsaNjOyiolpB7AcWd6CGBQ2kDSeTi8ULMcSm/sPbZForcWg\n1tJmfEBpeSeGkkjrFrlbZ9PzNg549WOBZYwvrb4wdu9+vtgTuAI1YU/g2YO+\nokOEFRv5Zt+qX+P4wmPSYQbj7L+Ztxj9Hyo3fhpPSL9M5bxvOJU3vPZRycyx\njcvpAJ7M24vHwZgdMcR1Kdy332hQBTxrRc7rf4cZEETjl+uNPmXET60LUuxk\nVCf6/ZZwbPLV6H4q1kWWHnxuD1YL0ghS8BAv5RFwjPgYp5XiyhjKBFBmZTlw\nFvEbdiq7Mde6TMzjgPSWIPwmiGaFL0lI0W9TFygoa4gl/p33hmpHIknRi7N9\n9JBs\r\n=UYBt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-pivotview.git","type":"git"},"_npmVersion":"6.1.0","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.33","@syncfusion/ej2-data":"~16.3.33","@syncfusion/ej2-grids":"~16.3.33","@syncfusion/ej2-lists":"~16.3.33","@syncfusion/ej2-inputs":"~16.3.33","@syncfusion/ej2-popups":"~16.3.33","@syncfusion/ej2-buttons":"~16.3.33","@syncfusion/ej2-calendars":"~16.3.33","@syncfusion/ej2-dropdowns":"~16.3.33","@syncfusion/ej2-file-utils":"~16.3.33","@syncfusion/ej2-pdf-export":"~16.3.33","@syncfusion/ej2-compression":"~16.3.33","@syncfusion/ej2-navigations":"~16.3.33","@syncfusion/ej2-excel-export":"~16.3.33"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_16.3.33_1542719874352_0.8396193612494245","host":"s3://npm-registry-packages"}},"16.3.34":{"name":"@syncfusion/ej2-pivotview","version":"16.3.34","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@16.3.34","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-pivotview#readme","bugs":{"url":"https://github.com/syncfusion/ej2-pivotview/issues"},"dist":{"shasum":"47a50def9b3bc7ffe6dc57a27b915444754e60cb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-16.3.34.tgz","fileCount":165,"integrity":"sha512-/IxAilvPWqNBnJlI62kT6YJ+O6Q7oj3mxRVLZ0zg4Mrxz6RGoRYyTdz/B6xZhOUBLDPxXKqHOmO8z+QJCvKPnw==","signatures":[{"sig":"MEUCIQC0JeyX6ME/XWO8PoRCMtasmgbIrYQm4id9AJ7bP9B1nAIgRDvcmMn2Y3TJpdlVp79uf4M7fPT9Nsg4E2X4rtXMPz8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6844955,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9ih4CRA9TVsSAnZWagAADEYP/2WmNwWF0JhFuIMlAy+7\noGePb7hVQK12dmUHWg6WOkrBWUo3fTt7avOZdO2GYUtzHsykhu09oIgkOfT9\nSgBjHO40DlRU2NK2O4pQKCe/iQZXngF2tGLYfL7Yaka4AWDfvT8ssl83ZiGg\nb1blGYBpLAggGPlMLm3DBjP5VAUtgUQptQ5/eflj1rb2HtSjbZ8lm/1enhyF\nK7ToAZQN1rADkfDc94gL1a9E8YGa2UQpaXnJ08S48TbzlWWA/IgR4HIFn4F3\n8cH5EpYL7OLkJ7ulG6xm2NIPmOkne+8MdnXm+PFgnR+eM/F9t7/PfUIe4xow\np6Qj2FFm8WbbaPk3/o3umib+8C2gj26/DyaqZUKw4nlLTROUL7idVYoCBC4+\n4lWwXG03MyjtCTnxIOkhT2UohwbpWnYnjxFseI/3GYtaTYiiTTBbhFXQd9VJ\nfVb8e7RCloXbdNwCdYbyD2w0aKcH8etpylPZRSB/sLJ5XIvIUZGXAO2Fwype\nDEWqX6tWn8WYsCLZCVEd7W8BWixPoXpk0iYqpw51TAtY3UKqkxPR+p1qCdNs\nsKEDqON7najP2mAGdx3RX+CM3Yzd4eoIIsu5tin8VCqu2s+cq70RvGA/Wp3M\nyVWjFGNFKapfwO2Umr+6r6+5/0YLHGB98/kJ0ovuxZc9GHJrMkzMRoGZ0h7V\n7pLZ\r\n=2s0o\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-pivotview.git","type":"git"},"_npmVersion":"6.1.0","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.34","@syncfusion/ej2-data":"~16.3.34","@syncfusion/ej2-grids":"~16.3.34","@syncfusion/ej2-lists":"~16.3.34","@syncfusion/ej2-inputs":"~16.3.34","@syncfusion/ej2-popups":"~16.3.34","@syncfusion/ej2-buttons":"~16.3.34","@syncfusion/ej2-calendars":"~16.3.34","@syncfusion/ej2-dropdowns":"~16.3.34","@syncfusion/ej2-file-utils":"~16.3.34","@syncfusion/ej2-pdf-export":"~16.3.34","@syncfusion/ej2-compression":"~16.3.34","@syncfusion/ej2-navigations":"~16.3.34","@syncfusion/ej2-excel-export":"~16.3.34"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_16.3.34_1542858871653_0.30783804560796146","host":"s3://npm-registry-packages"}},"16.4.40-beta":{"name":"@syncfusion/ej2-pivotview","version":"16.4.40-beta","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@16.4.40-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c8b2c888a71968309099969038d029d6db8da417","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-16.4.40-beta.tgz","fileCount":209,"integrity":"sha512-WgMKLv+VU5XS0UqumHbfdWzOMMVhY9ahGix/XwjAN4ju+GYbQN+Qv9bbg7PWkB6Z2NgORF1+T1Rq3kPxgWfh2g==","signatures":[{"sig":"MEUCIEIOCs2J3iBF2bseZk12+43WkjcTPuY7AcDpiCDJCWtsAiEA5IuVR9BvP3pK/y2CvBGHGZYqfWmCp5U5qjz3UJxbil0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10931596,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDluwCRA9TVsSAnZWagAAqh4P/2WeILDa3VUkFKR5vtY0\ncoP1AvkEreGLCqOP2XZRC0/M6fErqknilyr7kVskzo5Syctx/e2dxJh+n9SL\nsgjry5O91tGiUF5kjwnLXWYKhzKXCcMJwFXq4r7W0jqzWtFp0oUv2KV3KGoB\n01kNS+idX52R11GnFn+gouE7sKT6/6byZaWPRxTPIlrJa067V0QS7s6+MLKF\nWuHipFVfRbzc+r5zEIMUWcDSADX2YcqXkl3Hrl4V3yu/+PiozkuMDnRM02oq\nwCMy3vndWcWAvjVUiy0jXpJRz9w5piym9sUmJH8jT2LqDa3jtAtQCtqyd+PN\nMgJlAfBv7U8ElQnEemJbWR30/fr6Vuyl1Lt7piLOQ1RmCqtNlY+3QFJLuTZs\n6uNu45deB0gfWq1ODNi29kKhlz3QrQp9Yvr9JEZEpDNJT6rtd5d4lCIu1bQE\nCPEoYH8MlpANt6l99VaR1mibfL7uZx6zY9XAf5FHj9BvgrQnLrovlpiHfCBv\naeHKFkp3CJ5ALtLNsCXoR+c4/JLmd5JRUBwHD/HtFwMg/Ly/TGJ9oYhah1Gi\nvz1ExUNoX+1qS6zlGnI4XwJg4vB6D4zucpkw/2MZerWz6STn0nwExW73OP+L\nXxQLoZHqw2Ovyu3rlu6EMjPa4ZpKOpBwkw/1R4os9R2Gmr9M4Fhcj4MHUtlM\nSF3+\r\n=tlJo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.1.0","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~16.4.40-beta","@syncfusion/ej2-inputs":"~16.4.40-beta","@syncfusion/ej2-popups":"~16.4.40-beta","@syncfusion/ej2-buttons":"~16.4.40-beta","@syncfusion/ej2-calendars":"~16.4.40-beta","@syncfusion/ej2-dropdowns":"~16.4.40-beta","@syncfusion/ej2-file-utils":"~16.4.40-beta","@syncfusion/ej2-pdf-export":"~16.4.40-beta","@syncfusion/ej2-compression":"~16.4.40-beta","@syncfusion/ej2-navigations":"~16.4.40-beta","@syncfusion/ej2-excel-export":"~16.4.40-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_16.4.40-beta_1544444848197_0.2530534595765115","host":"s3://npm-registry-packages"}},"16.4.42":{"name":"@syncfusion/ej2-pivotview","version":"16.4.42","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@16.4.42","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"72a275871b3a6188dbf1a698442a70ab0f15f2e9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-16.4.42.tgz","fileCount":209,"integrity":"sha512-P/FS8bYHf3xYMiZXkQqRUPUFHndxtCw1slTUxRB6+sXeah6oQPye7FAURWNn1OBg74v1t0TqmOlPylbCiFY09w==","signatures":[{"sig":"MEUCIAdR5jXHN65Nb2eYyvsIyooEjkEBAVBKx6mU20qTqxlEAiEAiHWRaiOSg+GIa9bIXW/ge6u/H7xgayRh6+ZuwXJ/YtA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11155398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcF6D3CRA9TVsSAnZWagAA1sAQAIvwyTEbG6llQgyy8u8u\n2pj1YlEju46asg3E/1oxKqCU/PDQkUKCPdFu4fKZuuENVHr1Di0iGe/wn4sp\na12zjEcq5RUGiazOIDkhXwi2kx4UQaEFoXzmHeYTs46q8xK6I3u5UCxZbDOe\nUoNfUjg2UoL1WC8cfigu8R/YUAFlMcVgnWKFHf2IH6RC4IAjFM0XlVTYyBeK\n8OMc3WUUwdnZIMWPfoh0tppdMAX92wV8Ty5MQQX+jUqA8jAekY1c1WHC6iZ+\n6OHMA1mR/q/4tqHdjRoJW23PWnXdCNBHlnPmsHF+tznF7lzF4h39J7wysSbd\nVrsMccEnd3MTXCuD/aSPz+CgU75OsO/Duvr0CGHabhG1zC1hoUjGyUQowtDG\nqPchYk3NGeCuxqewIr2+M8zbB3gYnBuqSaH1whSXxN/GG0ll/etTllpMNYTL\nvF2Tb0VXNrG8awbQjEATa8kVbHGzedIAmp01fAW+7Z9kcGavNCCiIA86mls2\ntafADT3eBBl03mp020ALO2+6hjcvdKYoWlM8292mo0iY21aXx4dmHvZC8t64\njY7NY7gYE4rLKxkjjd4aIKqf6tV1ZGaWqJDJbOUXAwht19by4O4GOHuwjvOW\n9AsUv7ZeVBrwq30aGmPnTqhN27C1CN3CFuJdgoc4HRqPtZ7NzkivBwBdA4bA\n4FmT\r\n=LcDw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.1.0","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~16.4.42","@syncfusion/ej2-inputs":"~16.4.42","@syncfusion/ej2-popups":"~16.4.42","@syncfusion/ej2-buttons":"~16.4.42","@syncfusion/ej2-calendars":"~16.4.42","@syncfusion/ej2-dropdowns":"~16.4.42","@syncfusion/ej2-file-utils":"~16.4.42","@syncfusion/ej2-pdf-export":"~16.4.42","@syncfusion/ej2-compression":"~16.4.42","@syncfusion/ej2-navigations":"~16.4.42","@syncfusion/ej2-excel-export":"~16.4.42"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_16.4.42_1545052406881_0.6246238484353592","host":"s3://npm-registry-packages"}},"16.4.47":{"name":"@syncfusion/ej2-pivotview","version":"16.4.47","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@16.4.47","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b9d44cfa6fb43f7e499ff5ef8b9329677d4c4f89","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-16.4.47.tgz","fileCount":209,"integrity":"sha512-am8Lt+1mDGUGo2xiDVksFO2ct6O3fdWmDbs0oBHKvEYua9CKCVjqNoVmv8LplYhuFBJD8A6hJD7jyV2my3Q0jQ==","signatures":[{"sig":"MEQCIF/w/Rnhw68bXYGARgpTUIALzxQ7n5nynRs0e26M/unNAiArnBHLTQEdX7WjdkWybDmxSaAR1dzwhh2sanTE9gi+Zw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11156545,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPxNZCRA9TVsSAnZWagAAyNYP/30JRYt56fSrHb1gNbep\nw5vGZqcxe+OfsH80Nc4d0MUTW0iL6qrSrzfaWztTMkFQbW8vtT3XzT2Nprsh\n2Yp0DudzoVVYlLOe2XpQ38T06FYfnL/BBo2NaaOWbHvS6sBF85Y243QJZWr8\nO91x9OiM+XKdaAQWbny4FTcTbteKiGMDw0yB9q0ZivK+7Xsqb2fRUZ12rYpv\nt4n1xfq1UPbKGfF9HMkP6OrcemRL+k9RaB26ZWQ/N23raSCqFyHE910Pvgai\nE8ymcuNW5nHaz5E6b6DGCgHNHeNrMavkwa61Byb7bN71Gi9wgVg1WD7yCan0\ngE10eCnCwltVIf0ptNcraxu2LJp2f1cvoZm0rC484ljN5CB603X/srNI8ang\nVg9+CluySMHucgYL+vLoAGBFfvJvNoCFDSacsKNCO7ZgGqEdMTiKJb7TJ1nW\nS243wERwpmew8bCb7p9dSJrAe/jns4BvDvCEOioRlKO4IGJEaN4ddKJDWn+M\nTGU+J7BhAR8JTdn16of8NXjXslFmnN0Vjfg5gbOiwd5M6j2+AGv7G2BW1QUb\nWSHWGbtRzd8xo6Cc/kTskujqCh/TBcKP2hDnAv/y3TQIvIShLiy41d9gKV5T\ntZjL1+XagUmXTdFy1AxBO49frojIWpRPl5etwrtbqWe+3DPDI9fx6vJqTgpL\nQOgk\r\n=JwFL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.1.0","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~16.4.47","@syncfusion/ej2-inputs":"~16.4.47","@syncfusion/ej2-popups":"~16.4.47","@syncfusion/ej2-buttons":"~16.4.47","@syncfusion/ej2-calendars":"~16.4.47","@syncfusion/ej2-dropdowns":"~16.4.47","@syncfusion/ej2-file-utils":"~16.4.47","@syncfusion/ej2-pdf-export":"~16.4.47","@syncfusion/ej2-compression":"~16.4.47","@syncfusion/ej2-navigations":"~16.4.47","@syncfusion/ej2-excel-export":"~16.4.47"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_16.4.47_1547637592834_0.6602541092213352","host":"s3://npm-registry-packages"}},"17.1.1-beta":{"name":"@syncfusion/ej2-pivotview","version":"17.1.1-beta","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.1.1-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5595a67d84e933d9778f8ac60bb276ba402609ee","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.1.1-beta.tgz","fileCount":215,"integrity":"sha512-faiTl89SF8xzvE7mBv7v8rKZQJIBG8K6KYhRrzP+XqSUBtqGpU71dP4i9165l0BtFlMJZZqRgydOCfbirPJ+tQ==","signatures":[{"sig":"MEUCIQDuOPLkk+/77yHcC9C+s92Eyb0fVRXV4vk6je203Gor+wIgKfyM3VVdXF127XQvCD5cusVEAMVbt1umazJ117fbTgQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12042335,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUFpOCRA9TVsSAnZWagAAu8EP/j3capB08LHlZti1JweL\nY5TePB5fAC8q5jJ9/ite36SbC6sifrNd2u6K3N/QBgX0SCP0O83OqYJ7KWgH\n9D/QLCbezMrVDNHc6myexABLqoUNju9TmY++Bpp7D6+vqm8hycl9hQdoLOod\nMQ4lJVFcVO15iWcqN2++WqBkc35Q5DNtEFoTgjdFVaikWdXEaebus3OKKz7x\n92fyHBzqWfAT1ko/08uIEwtVvC/AKPLWgmdqRsWfxAAqjdCtuhE2tQ2WEZR2\nQ7oPiN31/knzCTHIese0GKuoOHjvDhX6rFu8XNZKZYhtXY+a3weDMtAuhL8J\nr5CUzi096N+jvENxxjI1Hadr3JacoCjaoAArBcOi+a3d0KHO6J3J/ysDmhXG\nLNq0DQ5k1pPg/IIAX4oCwljVfoVZfUhcGFWuxfxHo6GCjfE5GVDBhzAG+Q3P\nP+IDbACtHcH6oNBTSR1WXsgmU0b7f8sN1HKQnFizVJp93M6ktFuy3oSy5z4L\n2iqrn7IPq0h6H+yp0DTLYEXSKSYVTM+/pKlhiHM+tP2ytemilC7Sk0aJ+yo3\nMK2QuR8GQ2e200Eu2TDsmolxtXnIk3To+tEP3Ho3lTiNAi8AHFVdMpHDV5uj\nyW6Jwzlooj5y1rHKcZcDCLUnySU3tA50R1pnS+YSryQRM/9kWltvUzY2Dj/c\nEyat\r\n=sDIs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~17.1.1-beta","@syncfusion/ej2-inputs":"~17.1.1-beta","@syncfusion/ej2-popups":"~17.1.1-beta","@syncfusion/ej2-buttons":"~17.1.1-beta","@syncfusion/ej2-calendars":"~17.1.1-beta","@syncfusion/ej2-dropdowns":"~17.1.1-beta","@syncfusion/ej2-file-utils":"~17.1.1-beta","@syncfusion/ej2-pdf-export":"~17.1.1-beta","@syncfusion/ej2-compression":"~17.1.1-beta","@syncfusion/ej2-navigations":"~17.1.1-beta","@syncfusion/ej2-excel-export":"~17.1.1-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.1.1-beta_1548769869996_0.7707990698423444","host":"s3://npm-registry-packages"}},"16.4.52":{"name":"@syncfusion/ej2-pivotview","version":"16.4.52","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@16.4.52","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b3b6011bab1f6203b88fc9883b574fc43852c377","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-16.4.52.tgz","fileCount":209,"integrity":"sha512-ZQstmJWYHG9M1jiAYEzyhKjzDRhq8HcN0F5KxyRX2XYAI6Q8Fsv+KOMH+Dgce2FoIIBSCjv3m2B4KQrHVNnRxQ==","signatures":[{"sig":"MEUCIQDIpCXFLK8rniDKL3djIozWDpcqKJA950GP9bzK41A1TwIgQsD7rEJlW+18/Q3DQpo+QiYh560Vcc55LYl2QIF3gvI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11156545,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWbx5CRA9TVsSAnZWagAAnfQQAIDp+abJBTutY/uJ16jz\n1t7Fjr32ENZ6q09KutCk91+XR4lJdFJKuMd8UXrPhhhpqFmC785Kwp8tOepI\nSvzNsd2FddTcVw6U8TZGpAlLADsg1UI0C0FNoAU/qj2260asvFpOMmhpL8BP\nUfZ31NkiMwjM3pE8jXYwNCrIZIXWSZH/tkJbF1113Ro4hxfuwgrxiSQABKuO\nXqRhdifiuWpmK/phXvow7TMZGxZB+UKnEbwx7nNgI1ws8jsfKwKNvn2JUI/Y\ngKzKm9EN/L/jTDLWFNBuVaykyucxLcdgFZKR/Rx19jnVkfIbAFSfH3hHos/V\n9Q2IAMgmPKTePWiSVBGdokVDBhiVSyj9QMwBkBi1Li6WjLssvKleRsttvUSu\ni80Hx7YZnYt4anB0CntiC9SynaWA9EbOH5JVdrlcHshX1ULuy6TOAjmn30y0\nG9mRjByf3ezOBJgZJU+NZTffgo1m+C6d19nhZT32vbiV76gvd484u4+yPSD3\nJP+RZyeB2AcgrLhGLFUhuoygqOkauML2nfqmeWmsQ6lL5K4pHbFdf7DBy3rl\nrLbGCU/lLtsOFOawlzD6sxoopXBvAAYyEM/g0edU1YtiCdt02bRx/1Pz1Yvo\nMHakSM6SwCYjbXssvELi3rhhtln5E9F3YYM5y1QtSkEtgCfatk5FQXNXlQMT\nXUbr\r\n=UJ/v\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~16.4.52","@syncfusion/ej2-inputs":"~16.4.52","@syncfusion/ej2-popups":"~16.4.52","@syncfusion/ej2-buttons":"~16.4.52","@syncfusion/ej2-calendars":"~16.4.52","@syncfusion/ej2-dropdowns":"~16.4.52","@syncfusion/ej2-file-utils":"~16.4.52","@syncfusion/ej2-pdf-export":"~16.4.52","@syncfusion/ej2-compression":"~16.4.52","@syncfusion/ej2-navigations":"~16.4.52","@syncfusion/ej2-excel-export":"~16.4.52"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_16.4.52_1549384824813_0.4645492568672107","host":"s3://npm-registry-packages"}},"16.4.53":{"name":"@syncfusion/ej2-pivotview","version":"16.4.53","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@16.4.53","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"60f4aadfdf296658eee0f3ae17459702ddf73334","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-16.4.53.tgz","fileCount":209,"integrity":"sha512-+1SrGBw9GDXZXvobIDVU2d/9S3V8+379uMbZHvSGS1JGgTVUlO/Xwi5jsJvLSizGqfPQIMPprDlG5M5DUl7X8w==","signatures":[{"sig":"MEUCIQDomzBhr9kybTMiGgEokMhsgN+buS6V7S5IeHvAohhNWgIgRFGIlyN0PuGmHuSgKqvm15N05rpbWjsEVrVqdVIPvA4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11169861,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcY+4GCRA9TVsSAnZWagAAzSEP/3W6luGoNb9UxWgCyYBW\nlxzy4KgWWAFIJDBm8Ez78IO3BffHgyeriBZOtkk04UC6ao8Ed0tu2DhATGf0\nzwF1gfopdv8e3E3aL3LTHGK3yMCY9LdoP9GRiZJ6ttmdvRutxEQ9tiW8XloH\n8E0DtyKx7vk77KwOlzh0KhIU2IqAJLAFCwr2qKGCOtio5Q1D4Ccxk9XN/XCo\n8rVi0b9UFCt5AwwSZvrqH8s2lTYWJPC1p8v2d2Q2N/wsurllswITG74DxyiK\n89xiOmjo1H/GVpEqU5vBYuHSCylXZcnD3k3tWTUj52f9NSMdtiLzF81DeVGU\n4uaFyLTRu1PgNYdibTf+LXoAAa6Ed6j4nuvR0OiPErHzhvF8oST3k925tT0t\n8vSHZ/RL76gZlLqjDem0Pgl59uh8nlKVTyoGjJV4zfA8NWZFajxTgf3Gv7PN\nk73nUGIYDv1BHouK0Y9z2H3SB0xWVcGPOFkU1XzTnYbHVhAkw0u+WBKWra1+\nD45Ngs/QRx7H/nUT20dkvW2VPmn0MwyLAFpSbILNKZZIKKlgQR/SHFUJKHPU\n2GVi6FUf970dRUhqfV7FiHKc0NqngO8vV/vbIXq6xOs3eYKbPV2IxsMZwkqj\nmtvUSQb5w+b9FPAhdJEK9sKg/pi7UJwlVNb4aI79D3iZ/HjgXYhZGYNlNyS3\nDTK5\r\n=hf0G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~16.4.52","@syncfusion/ej2-inputs":"~16.4.53","@syncfusion/ej2-popups":"~16.4.53","@syncfusion/ej2-buttons":"~16.4.53","@syncfusion/ej2-calendars":"~16.4.53","@syncfusion/ej2-dropdowns":"~16.4.53","@syncfusion/ej2-file-utils":"~16.4.52","@syncfusion/ej2-pdf-export":"~16.4.52","@syncfusion/ej2-compression":"~16.4.52","@syncfusion/ej2-navigations":"~16.4.53","@syncfusion/ej2-excel-export":"~16.4.52"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_16.4.53_1550052869858_0.7812065418304022","host":"s3://npm-registry-packages"}},"17.1.32-beta":{"name":"@syncfusion/ej2-pivotview","version":"17.1.32-beta","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.1.32-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"db46ee155b4607c3fe229c11e53f63f82fd1ef9c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.1.32-beta.tgz","fileCount":236,"integrity":"sha512-9NeFc2bS+t4GlMcwvX8zgaxycRHE+OxiFtp+q56Ah9o7NRElopoQCwC5LPSTKSUqoxvsduk2pqpm5FaXlWqp7Q==","signatures":[{"sig":"MEYCIQC+5K1uH6sjMWmRW2gch+yiDWCeNk89ca+QCeDSKGu//gIhAKUnsiRzFbcmtb8LqY45Rg79mjj+A37uWNIYx4v0y8zW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13897553,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciR6eCRA9TVsSAnZWagAAdPYQAKK2bcVmgPiMSZKl/C9C\nX3uiZYGICJDaeY04Y1O4CnkRsR8dFAdvMHonyF6HHEJYV92YJ3oNKxyQCmxx\n/p/6DWyGiF+OkIT65XTJFiqcY/0MUQO4tJtNp/oItCPszSGjhNSbIqtixFbg\nuzFaWFjENHgpEopQkURR6nQap6xSC1oYaFD6C4uNu3UtYcd1jQt2HaG400Yf\nALxYA9vZjL5EhNGs5tS3IbBQYq8d6V5nwg4wRdOByX5Pw40DlPr/SDl1sCXb\nlLLab7CeuPD/eUL1lOyx2GGhlKT5Ewnj1gzL1gV+qpRNiaGtg6cJVsmLGmcO\n6cDD7ms1/CG+CmJUPEBrXBU5VsAiYl4vl8KG3rtymt8VoxEGP3C8U9B4g5KK\nySOiRTqOUl+SBqXQ6feKgLm+8QTbRdqUiXpTavO8q63nXLuigGijn84+OCoT\ncX3nZ/YcnxxE/NTFu9WY4JNtBQeuxDrgmP7qgUbnjfOKGlyWNZw+GXatTIc3\nZQE/H71M5Eq1uiKPErCNKdtSubDnJsuPOwfUylvhO9W1Mn/hPJqBOpnngtHr\nyvlvqmWkM5q9b4J3plNRGFfU8Jh8WPI88QKGK2gi++jBHusgWb0Qjd52+BkH\nTtxT9ZGSqV3GJOiBzF+6YLbZIzXJrrLbxV6Wg36XKJcWiNofNAabn5hj8ZCX\nb6az\r\n=wpOp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~17.1.32-beta","@syncfusion/ej2-charts":"~17.1.32-beta","@syncfusion/ej2-inputs":"~17.1.32-beta","@syncfusion/ej2-popups":"~17.1.32-beta","@syncfusion/ej2-buttons":"~17.1.32-beta","@syncfusion/ej2-svg-base":"~17.1.32-beta","@syncfusion/ej2-calendars":"~17.1.32-beta","@syncfusion/ej2-dropdowns":"~17.1.32-beta","@syncfusion/ej2-file-utils":"~17.1.32-beta","@syncfusion/ej2-pdf-export":"~17.1.32-beta","@syncfusion/ej2-compression":"~17.1.32-beta","@syncfusion/ej2-navigations":"~17.1.32-beta","@syncfusion/ej2-excel-export":"~17.1.32-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.1.32-beta_1552490142009_0.041585757823095815","host":"s3://npm-registry-packages"}},"17.1.38":{"name":"@syncfusion/ej2-pivotview","version":"17.1.38","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.1.38","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7c1dbfd224b61c784d5ca2504b47d178ed75fb19","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.1.38.tgz","fileCount":242,"integrity":"sha512-bp4Tn2OfISyx6Hw3Ys7i/C5Be2cIWUubyni67nY58Iriw4fVaLLah360s8d41yqbAG9z2LEy5Xsp2U044Zq8vw==","signatures":[{"sig":"MEUCIDVr7sJHfPhGy3oK1QB4dJYTc474XZAUFNdbRMit5agRAiEA+d47M1pHzNWAMXi4goqAW1t57HX3fAkN1qxwaPbEl8I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15001321,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcnctZCRA9TVsSAnZWagAATT8P/i+FaW8QpsTafXk9cr7B\nRppd1c6n0a4tvAN35mN4KRA2pbFIVrmvOH5COhgJ7UnB1+o8+6y8UsIeeYPQ\nLzVIdByvEPTetb1AKunFIDos9RCHwAlTMdu76EqMY+cMSs9aCroMFi6oCFjq\nenszKv/8Gb03etYkN5bkmv6H9LUfTThhcaycY6D40C++fFxOZanuTrfj81/W\nDhTUVZHOCtdMRm7fCkARMACgNsJZsrT2g4vkyjOKLS4Eq/HMJ3J7yIN+NxAZ\n1cruLfc7UnLtb6c71IN3ooy3BpROIc6xHEL860umKoZU8O11NRl7Xcx5MYwL\nNf9BJEjdmVGsH0CWpcviej9M3Ma+bvxxkZvlvLoQPKaUs7TEbzuYRlznzEv5\nN5yuAhYKMM27qcAnYcGVbemoMUvqykIbdOc+puljdc4yJhM2YxBInN+5cMau\nTUGuMDNqdpnOKA8sAjUi63LSlz5zPC9seMEDbQWqYOQ70IdhHAoCjnPnxnB2\nfPe/jUvjRQd54Cyere7GY4E6rrgUfwHxcK22v6Gmi+xTL01cSlOsVuzv7oGA\nShDBOo0eb8cEwq68CpHT8XbIly6t+RiRDoiIs0btOiyJ38Kbz+chNZCtjmfP\nA8wPSyy+lnkltkYQnRHzg1nsh25nkBCWqxqwDS4T/UiDkNM+gxAyaPq76DZA\n4rzl\r\n=vQII\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~17.1.38","@syncfusion/ej2-charts":"~17.1.38","@syncfusion/ej2-inputs":"~17.1.38","@syncfusion/ej2-popups":"~17.1.38","@syncfusion/ej2-buttons":"~17.1.38","@syncfusion/ej2-svg-base":"~17.1.38","@syncfusion/ej2-calendars":"~17.1.38","@syncfusion/ej2-dropdowns":"~17.1.38","@syncfusion/ej2-file-utils":"~17.1.38","@syncfusion/ej2-pdf-export":"~17.1.38","@syncfusion/ej2-compression":"~17.1.38","@syncfusion/ej2-navigations":"~17.1.38","@syncfusion/ej2-excel-export":"~17.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.1.38_1553845080821_0.6061803770344987","host":"s3://npm-registry-packages"}},"17.1.42":{"name":"@syncfusion/ej2-pivotview","version":"17.1.42","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.1.42","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"56a8ddca9f561a12bf965c34d2e1e67f71efc133","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.1.42.tgz","fileCount":242,"integrity":"sha512-IZxS7tGVj3OUXiwlMcnQdvKCJnCz/lrEBes4X73sX7e2ETOQoRFXWQacEJisiWPB6BIW5C2KcaV/wFQP7pZGWg==","signatures":[{"sig":"MEYCIQCiUQJIo/JSPvtmOzdNslnIBDyW2XBs2tEmN8xZIW+F+gIhAKr1HcQpivv0qDHa3lLZuccK/twhblVA4zc72yKX5Dlu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15001346,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcvteJCRA9TVsSAnZWagAArcEP/0cwfDhEWgjIHlP6qXJ0\n/pZ+8B6c/0RDUpdx+NwT1pgRYv1rOwws9gkHX789EdXp6AoyDQIgrOlcR1Xi\ndn0UEO0toPsbn8OORpoln9TDPhbaVhZomYlWh87gYT+A4ZkSs1Uv6LvhDbis\nF8MIUrd4sw1cYKoZoELCyOAmFcP1GoOU9W/jtzIvh8s6ijaOAbZpj7dNpBDb\ni/bIawNRljuzCqOdzj+N2L/AamQL9j2maBVW4zshs5TvVVGxhWZnMj1WQRcR\nfjmaoL7umFrHiqOzQTl17XijPcaSz5wumgN0YTpyhAbKGQxB1GdquQRSJTJd\nn4WoJjLFmUJO7hz0MCe/PDwhnhKNcIuT4ymbmY/RK22uPuAxSI+5NQ5FKmTx\nzxh/Tekmr27HgYDcJ6BJoPWK4fp06UgTe+5CkMITI2BYZ5gu/C908bZLa0rr\nYiBJkle3sUC2mQCaAruTElT8atnkB92lr/2PqJMQlb8e2jgssaKICttRaAzL\nnGoqSLFAA/nwKg9tbxe18EazboQo0ANDix7et7CAHmCbx4dNkaJ8uvzdnYgN\nrUj0cuVDCzhPflKeZyWAxV4wrOXU3RSU2+4hbIM4TJ3+FMFvRROBnjUxoTDv\n0wUA6Vc6AGEMktNDAA6dDDAy2e7DRrDbwuWe73GnT4egLBFbLuZnZoCRbTtl\nlqf9\r\n=hy/a\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~17.1.42","@syncfusion/ej2-charts":"~17.1.42","@syncfusion/ej2-inputs":"~17.1.42","@syncfusion/ej2-popups":"~17.1.42","@syncfusion/ej2-buttons":"~17.1.42","@syncfusion/ej2-svg-base":"~17.1.42","@syncfusion/ej2-calendars":"~17.1.42","@syncfusion/ej2-dropdowns":"~17.1.42","@syncfusion/ej2-file-utils":"~17.1.42","@syncfusion/ej2-pdf-export":"~17.1.42","@syncfusion/ej2-compression":"~17.1.42","@syncfusion/ej2-navigations":"~17.1.42","@syncfusion/ej2-excel-export":"~17.1.42"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.1.42_1556010888538_0.5611948451494002","host":"s3://npm-registry-packages"}},"17.1.47":{"name":"@syncfusion/ej2-pivotview","version":"17.1.47","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.1.47","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c4b64efce951a8a7d18625d5f8d644a9fd8b08e5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.1.47.tgz","fileCount":242,"integrity":"sha512-7CO/30HhU9zfOiRumCeq9CHCueXvMzi3SEjVDVhHh7r8eRsQE6LQ3SxGhJC+aMMAsGYz3vOnfUjK8k8i/25N8A==","signatures":[{"sig":"MEUCIQDCItq3NxCztPnr8S/0x4lti1VzduftRSNoI4wQbhQN6AIgKmt4ITwvN+ytIpMYAhQBus9eEkOjkcUvNRCpN7z7naA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15203375,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc2p0FCRA9TVsSAnZWagAA45cP/2EqlFs2gC+1S9bhR/fa\nk4+SptYktcBg0HI3JoPAXoWPTlNS3ecKx1exXhVIM7Wf8yKm3EZhRyGJKTGW\nT6EQER5ah4lXA4YCQD/R6Njq0vmJ24C8nSMF+mQb66Zs/lwYqZEyX3N+mHIO\n/Cnoq70mPO8oDWMxSHbf2V6ZTSOzaXFGcrAYwOLg75MBL8gWSr7SapWwEN89\nq7sXqjGOEfRuBRe98kr2jqCC3HW4D6KKDfio+vlL+wXvD83DQYbZwBxMJPyN\nTJjqWmfBBkrcXHgbhS89wwWDhDV0PG5Mz/nGWupNh/76jIZAb6HBPksSqC2/\naWozYKxKKJ0IrTZy7Cb1EX0C0+Z0XyzJAF0YqtJkxyZmfD0fb8fru1K0fP/8\nKZpYNLlmsAo1xZ9L7aGM6g2X0k18xFZyinakxhSuTZSTAaSjAwwsIpmEWOHj\n6CgQlm5DO/1l64eZylS6vF/rfBgJB5cOEdaougwWzK3nIbd78TC3EXvUqCx6\nHlNG1IU1bjo9/7YWSCRBZ7rfuKRC0UfhaSmyrsRdtixWOm9oW7nbXktiCaJY\nHNeBKrQIlYpuSjzOXSsl26LP26B1QHV4Ts3z2dvlZ69g96wq9lg5GwSm2l8L\n6H1/GP6pRioTz46/ViYzfZLb/WxGrF9EUQVWKZ0pMynQ+j1N8LtYuZT9xkdG\nWJc9\r\n=aakv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~17.1.47","@syncfusion/ej2-charts":"~17.1.47","@syncfusion/ej2-inputs":"~17.1.47","@syncfusion/ej2-popups":"~17.1.47","@syncfusion/ej2-buttons":"~17.1.47","@syncfusion/ej2-svg-base":"~17.1.47","@syncfusion/ej2-calendars":"~17.1.47","@syncfusion/ej2-dropdowns":"~17.1.47","@syncfusion/ej2-file-utils":"~17.1.47","@syncfusion/ej2-pdf-export":"~17.1.47","@syncfusion/ej2-compression":"~17.1.47","@syncfusion/ej2-navigations":"~17.1.47","@syncfusion/ej2-excel-export":"~17.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.1.47_1557830916280_0.01070736089725477","host":"s3://npm-registry-packages"}},"17.1.49":{"name":"@syncfusion/ej2-pivotview","version":"17.1.49","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.1.49","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2d494c34218796589620a6ce778f266e6f3b8ab9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.1.49.tgz","fileCount":242,"integrity":"sha512-hdkzOKtucwET9L2ePuhkxMW5qU3KEras+wCKjRcvebAeKGdtVslDBAOQJMgHDaQflBo+WubfPtGZ0CF0nSo+Og==","signatures":[{"sig":"MEQCIDHn2v2eeU89f8ycnOxyzpsa8Y750N/wf28pmMnYps08AiBTSfP6AUg8Z9mxF5UfTBlXcHIKhzIXQ2niKdYepAKm/w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15268670,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc7jm3CRA9TVsSAnZWagAAmAIP+weHe3GiaGbF2yjzyNEb\nG4gqI2PxcVTvjUH+uYxqnGF3IZjpPn8Mq0Hyaa8B6Hd+XEzf2MP5a0brqGz+\nqZbn6OlDszsVqY34uixW8wPcZcqmlbgxyjnf5MtDN38SbIauTojs6zMXJXg7\nTh9dxjtK5aEGilGxVqBXmey5s5eSMeAn5cbwEEpWLpuf8eHoVMAIq46sSF9Y\n9RRUGIH3rqScQFhtdndC6ls+tGAh8l67AhiFanLhsOy9Aou/9XRf8XRJyYAD\n2Wg9/wvE1BqwMwM4VTixk8WgxzLUfb23RKTPwKl+bhYeuDSOq7dG86ZWOW1Z\n3uBV0QzKw3nHrKgCI9QcYkbaMSFKap1aiEbSp/a81z/WFHg9sAKLnoLxNkWx\nxJwjeeI7XdsUyif77w5RkBS1y9Po0ypx+D2j9TGcwBc8XIM+fPR7Z0zvPGnH\nLn4hnQ5OoOY3gVlWWgfw0Me5owS5L7kT0jWE819KuM1+iDnQVzfDlydPSWqg\nnVefDgrXKhAdQkjYfcmHKQ7xdqQNOrn2J0Ospe4hqnAmxAwEYFJw0x04/IVB\nv1oBIAUzhyOZjt+4F77Td4jzVGyKcbHKT2JjBbm41lvnzB7QphwAxlw9UEeX\nyE2wR1EkkD9ZkFIGnBLWZhRk4lF9KT6G833DohymeHO5C+wCygWsfFUecwBI\nf+bx\r\n=QPn/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"6d73d05f127add6db53e35cb53d0820c5332d775","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.1.47.tgz","_integrity":"sha512-RgYRlqTc5eIRbq5bJVox9Vjw7uD2aVNFAv4YOF5eXs+uzT+bvKkHsnZnH8bpM6s+HykGnTVS81SCbYSGhPOHyQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~17.1.47","@syncfusion/ej2-charts":"~17.1.49","@syncfusion/ej2-inputs":"~17.1.49","@syncfusion/ej2-popups":"~17.1.47","@syncfusion/ej2-buttons":"~17.1.47","@syncfusion/ej2-svg-base":"~17.1.48","@syncfusion/ej2-calendars":"~17.1.49","@syncfusion/ej2-dropdowns":"~17.1.49","@syncfusion/ej2-file-utils":"~17.1.47","@syncfusion/ej2-pdf-export":"~17.1.48","@syncfusion/ej2-compression":"~17.1.47","@syncfusion/ej2-navigations":"~17.1.49","@syncfusion/ej2-excel-export":"~17.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.1.49_1559116215001_0.6785434700782673","host":"s3://npm-registry-packages"}},"17.2.28-beta":{"name":"@syncfusion/ej2-pivotview","version":"17.2.28-beta","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.2.28-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e7da2dd5af138a3892550f8dd1fdc2ef2181b400","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.2.28-beta.tgz","fileCount":242,"integrity":"sha512-Igr7y0Kiq75ePI72AUeoWP0cOyWfK1YrWeDdUeXQODKLlWq9pqvjDYWZNq6kwgmJ7o2Hi1g7/NjMvX/JCwvi2w==","signatures":[{"sig":"MEUCIF3L3Qrco+pmi7S8H9hnmwhW529u+stbI2xvTensQ1NLAiEA7kbnSaM+AuSevzzF8fhH0a8bkwsnnl9jaZMOzVzLzHE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15814720,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdFNnUCRA9TVsSAnZWagAArV8P/038wyRtzab0ourfUm9w\nBDNl++S97zOmOp6dvl/NVtrfMJCTZUAGHjTddRwzTrHohTm95C5my4ZEkcbj\n4QNSYT3WG56+4ug/qC7qJQQxjPKtRhL5s2AhkXnOlwAazrTAVO7lcNSSWWly\nY19pTUaU+v8sSivsZwSDGrl/PFT/00G0sgubQ51ylst9N5BtjF5piJa2m1lI\nkQFrvhmgZd5ZooyGz2Tz8IjlP3WbRmNlLio1taYJMLoHw48iryyEQR2qMDwk\nErMHsbUJ+URVYLvEdjWkHRbZqvw01+TYmFunfCaCL7j6Cq+i2mx5nUdn5E+I\n1kZ4Z0ynYW7P+yZTLW0uu8wzWWN2k8yyFu5lpMGgN584izC3s5jC60V9byQc\nwWdYPAmePUf1CVEPOCtm3gpk4G+TA4KwqYaCqtfgLLzlcTDL+NV307GpepBE\nZPJBum+qzIbXfUUanQlyp1UxtfO+mWBWPXsNoViMF6GcxSqeftIbwEw4Y5dG\nLIHv+g9/WZy7FrYsxxpl72lgeMh7hbEIePizRmUB+i8q62Cuo8/HXMKchKLw\nWwJ+CXfnDsBJUzgnybZtdN0plN0MVcpNxZxutKsMiqWJ3Y/c8LuXGt2f+NLY\nre/3XaZ9dficlCL2mpbGxGSched0xktkzj4wqbx8jYwJKfWXNFBgu2FQ0P5Q\n/cI4\r\n=M0T+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"1f7df746da77c56b8d1fa2e1f6f8aaab29b11dac","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.1.47.tgz","_integrity":"sha512-7RSNvMq0B7San6+lNdstruVAncRrajalRaRZUx7RMY6PgAiIHCABJQwZIFrAh1b7XSzC3t0Q2dpm++jCX/clZQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~17.2.28-beta","@syncfusion/ej2-charts":"~17.2.28-beta","@syncfusion/ej2-inputs":"~17.2.28-beta","@syncfusion/ej2-popups":"~17.2.28-beta","@syncfusion/ej2-buttons":"~17.2.28-beta","@syncfusion/ej2-svg-base":"~17.2.28-beta","@syncfusion/ej2-calendars":"~17.2.28-beta","@syncfusion/ej2-dropdowns":"~17.2.28-beta","@syncfusion/ej2-file-utils":"~17.2.28-beta","@syncfusion/ej2-pdf-export":"~17.2.28-beta","@syncfusion/ej2-compression":"~17.2.28-beta","@syncfusion/ej2-navigations":"~17.2.28-beta","@syncfusion/ej2-excel-export":"~17.2.28-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.2.28-beta_1561647571772_0.11606748762460617","host":"s3://npm-registry-packages"}},"17.2.34":{"name":"@syncfusion/ej2-pivotview","version":"17.2.34","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.2.34","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3fe1bd24d275119920ba28a5a7352852917351be","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.2.34.tgz","fileCount":242,"integrity":"sha512-mmIurZX/xObtUyIKzVZUaoahRsqCibjdEjNG4Wo8VA4pTyROoN7X3otbFZNQGeMLABnuw1KFUW+8IQKSx1cByA==","signatures":[{"sig":"MEUCIQDB+t5UmzcbbQrCWR1aoDzE44EPufl5n+lOUKeV/D8QbAIgKSNhAKU6LhAUZq/aVZzhzYjU/orb1pXRYly/5btgEm4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15904631,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJy//CRA9TVsSAnZWagAAU5EP/Rc8cQfPBLqWwJXR3Q/P\nY1x7yjnZUoEZvxSl1Tzr/TepO5vy4wPzuioX0kWANuCind+5BHIjvYv2o2aG\nCP+LPUKQ9cfP5fyrlvQpg0WQTWp2jSJiHDoC2snqQALscnMkjoBhXbbw1u0J\nh+oiBTc7yQNYNU2Fyd1dGx/oeCurAEeC+bP4XENk7+I7v9ovsevE6sedgm+P\n2Ct0HZDmUMdkp6nvTWzV+fIr088GcJMxjkSnJIXZpjmaFEvAQNNiv5O7iwDG\nrI47A1h7t1YsMGWcNKuoyPQs2bl5lwPyQ7hujeHKhRP5W5JdntD9DbJZO6tZ\n7qvpd3jiHDR+UfeH9m2UwfaoriW1FPCn5PLC30t2rJNGNWJXGmIkEhNAkYrE\ngboMY6L8wUAKTHlOnvF4PFPZRFvO9xA2IYbpSHZPBgmT4uS38LiYbzdMppYG\nmwVzXoUYZYzIfhw3Mq1hekhbOl2aHlH8HJKSNTB3C4wL7C4r4krsqMEWBYqO\nTaDGowwPTIM4fN7dG+oqttOCYMNuXpABw9VTtg8blHvPo9L1Kfq6fvmdpXf+\nXLmH0Lqvcuuq+1CmMtnYQleHeP5e4mJP1kToeBvfsAO+5lCF5LR5IWpmSrDA\n1vT1XrO7/FrvOk7FVviKoBWME7vhXTYPPpyYwELMvzw7PQnSonW6h6yuQ14s\nPaiM\r\n=UyST\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"29ad34651d43ed3d67d01fe101443ebbdf04bd05","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.2.28.tgz","_integrity":"sha512-gGAZL61mXb8u+CtjI+y91HkNla1nBiXkUYlM87a1hkj6oVIDMcS329STbrivkBG0tdQMwpqzZ5WS67N4UkGCGg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~17.2.34","@syncfusion/ej2-charts":"~17.2.34","@syncfusion/ej2-inputs":"~17.2.34","@syncfusion/ej2-popups":"~17.2.34","@syncfusion/ej2-buttons":"~17.2.34","@syncfusion/ej2-svg-base":"~17.2.34","@syncfusion/ej2-calendars":"~17.2.34","@syncfusion/ej2-dropdowns":"~17.2.34","@syncfusion/ej2-file-utils":"~17.2.34","@syncfusion/ej2-pdf-export":"~17.2.34","@syncfusion/ej2-compression":"~17.2.34","@syncfusion/ej2-navigations":"~17.2.34","@syncfusion/ej2-excel-export":"~17.2.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.2.34_1562849278478_0.5289685082220548","host":"s3://npm-registry-packages"}},"17.2.35":{"name":"@syncfusion/ej2-pivotview","version":"17.2.35","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.2.35","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d15bec0ee8c84d9db813cd7ff70e32587bd383f0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.2.35.tgz","fileCount":242,"integrity":"sha512-XUN6Jch8GmVOuhbjdnphbXbo8YvBrvpNWJTQ7+XiPFeIWx+IUHkDaX6+QaPD9m9d5CLut6EenNHx5VR/hmyUzQ==","signatures":[{"sig":"MEYCIQCWQFgh4r+1SHJL6krS69dEFmgwvF0E91nJAKcx3pz9uAIhAP3Gx2SjzBXXChbhsEkxv0HNimEcphTnAG+Few71u3j2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15904631,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLqdgCRA9TVsSAnZWagAAlYMP/iYyCybxcd16Fez19DZC\nWLriGNBusb4Y1cx16TLLUycmWtMUaNYs0WKS711tVa/BkDL+ot47CFdIGqES\nNEqtHlV6+Zra69iF0QPyMd45PCg5DEnRaiQh1pl8g+tyy5EFgtI/Qc6MnAhb\nJGupvJzMfWHOteuL59lCGxSn2nrWt1141ZvFYD64y2NCT8RmV6ukwrx6Cxl6\nKyNwrItLbKVeo4F5lMmq2Gp4Zy0eYLF7+oAr9Qa6bl99uowyRnReD2cdUKDB\nY0Z+ZhD09taniczzMTl4Vr3JPxIzoeIcqYyFwEiv9+cyAFgO2T7WAUrkeumq\nhFycfKZbwR+lDybMr/khCIIg55//8EPPE5qZlsOWQfYoMlM2I1LMnfjmayVc\n2HC8B5e+lKDqnqArwYs2PGUOaL2R33RMWCG2no32AQbD+d/JWNRELKenwI2O\niRgmj/QarqNbrb9bR0W2fQa7FQCeAjRXpzCWpjpKsMjGc5EfivGL9puwe8Ve\n1U8Xwr/HvZ4eqrWpB/lO/DXl17o3QlXLnSR8CELYENF6I43v95lHUHpdcl66\nUN5UCnKzuJrYavrgtL6qS0rymtYYVr2TjOQGpzEie9+6hLLWIQ5uoJmIEBUL\n38OZPXqHqgjQVnhpfHNY9k4Dll+e3bPpQ2aEjvdjjhMl2B4A5XcT8dJ8gJ2E\n3OU1\r\n=t2xp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"c96c74fdb70cb987ae0865470c57f0b2fb8e7f66","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.2.34.tgz","_integrity":"sha512-NrFv5knC6+p9kAg3I+BxCmFJaNGVRWF59dWQPA9xgGDlHsTWM79kzhozNakoxgcv4iNYgtsFwJzpr2WjmR64vQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~17.2.34","@syncfusion/ej2-charts":"~17.2.35","@syncfusion/ej2-inputs":"~17.2.35","@syncfusion/ej2-popups":"~17.2.35","@syncfusion/ej2-buttons":"~17.2.35","@syncfusion/ej2-svg-base":"~17.2.34","@syncfusion/ej2-calendars":"~17.2.35","@syncfusion/ej2-dropdowns":"~17.2.34","@syncfusion/ej2-file-utils":"~17.2.34","@syncfusion/ej2-pdf-export":"~17.2.35","@syncfusion/ej2-compression":"~17.2.34","@syncfusion/ej2-navigations":"~17.2.34","@syncfusion/ej2-excel-export":"~17.2.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.2.35_1563338591975_0.37948735494418284","host":"s3://npm-registry-packages"}},"17.2.46":{"name":"@syncfusion/ej2-pivotview","version":"17.2.46","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.2.46","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8071d49767bdeb143bd656583655025594146407","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.2.46.tgz","fileCount":244,"integrity":"sha512-tTqeQwr3Dxt7Zsg4ZzhzC63peCUVbROZKAAspuYakM+2J1lGorh9LVoF6mxnPi+NQ2hyv5vvgr7X4ylPThb9cA==","signatures":[{"sig":"MEUCIFX6UQFHTjZBeciCm5QccwJYajKaaf7eBXe8WWvbX0t+AiEA879rbQOZKBJzvOEfQ41KTOI1FvO/WdUrOeJdZV3XQQw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16583964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXnV5CRA9TVsSAnZWagAAS+YP/iYIzpmYBI2vk2gvQ0mn\nvmPZLmbC6jadhfw08yy58Z1TmyZ7K66+f4TXcMIf6BxepquLu/IrQXJABfeQ\nsVl8xin9NkUxDh2DjOjkikHIdcQaTq1UuaNTlEIvX9OO5YaZBBh+dKQcvvvC\n2kvTHD76bSr5JErENtlF2lcubswfqUUJPb7Jvva4/yO+qyeSFVzh1+nVwj4g\nZS981cqq2BK6CJCfh7w0clJYGXWrQeC9YP1FGkQNIB7zf0zO9hdmB5TT2KOn\n+Oa//w9nYnczHBMSIMnIhZHCcfwzX9lGYvHemw44gMxQSyzcy8x0zwb4BOoi\nFkg2oAAeQiCZg1ZeZZ42Tl+tP6mfmmoEZH1hgkuBUzIq6JPlIULoxp9TiW9v\ncgADkuraa8+k9h7irB7h1sVu2rgLXW9NHmfIJsITcRYU1F2uQZ4AWLapmnsE\nP5YL7H93CL1yIopLAMLLVuvE3FroPzZadBgkFJsPVhakiYfgJIYUFuMfYPx2\nY4zd33SmAEuPMNv1+zsD8/IQCzwEpreERygNS+r3u/YlIJr6eEWL4svGi1FA\nxh9H4Snsg0nXPNfTv7YaeK3srGBU9EYgdaD2ItkACY+NLx7Cet44ZVmtHcZg\nFKhPxQti5v7nOv0lErx7JCH8zXuwWEigoBadtx1u9hh02TYUen/J+2lYo66W\n0Imx\r\n=wdY5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"a690b5cde72c16c1aa485bbc0b19af99f689d8d4","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.2.35.tgz","_integrity":"sha512-7ySxdqf7d6dL+cGKNcziozmfBYKTuvOlG0yzJHNNWj5dBnzm8f+FeDQfOPpwj8Ce5OtkRyA8V3DEibINCl0Gxg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~17.2.46","@syncfusion/ej2-charts":"~17.2.46","@syncfusion/ej2-inputs":"~17.2.46","@syncfusion/ej2-popups":"~17.2.46","@syncfusion/ej2-buttons":"~17.2.46","@syncfusion/ej2-svg-base":"~17.2.46","@syncfusion/ej2-calendars":"~17.2.46","@syncfusion/ej2-dropdowns":"~17.2.46","@syncfusion/ej2-file-utils":"~17.2.46","@syncfusion/ej2-pdf-export":"~17.2.46","@syncfusion/ej2-compression":"~17.2.46","@syncfusion/ej2-navigations":"~17.2.46","@syncfusion/ej2-excel-export":"~17.2.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.2.46_1566471544582_0.6074139574792465","host":"s3://npm-registry-packages"}},"17.2.47":{"name":"@syncfusion/ej2-pivotview","version":"17.2.47","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.2.47","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"89e619cede0ef2c7b93b47bc9c0141c32f7bfc32","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.2.47.tgz","fileCount":244,"integrity":"sha512-dtROOlGkQJT2yAuAE1s58KK71Ua6xl9jRGwlyC/CadGOjZKDn/rRaczE2lX3pM/2LTW3SSUOGUqylNGkFvPZmg==","signatures":[{"sig":"MEQCIEq9NdhDyep0qDypHh1FMhV3GmVqP+34FPfTTVKac+IjAiB5jLd7TBjGU0ScuV7hD5VT5FJcwm+ssbNu89Qm08ggRQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16585708,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZT6SCRA9TVsSAnZWagAAldcP/1THQsSS3mtaSOrtfreF\nxb9y89BVyYOBIGvQTaP2WqyTXwlrIiURnM3DMcApBbAsRon8ii5aIY30qv1M\nOuGH2UYLJbJdmBwnGFwlWVR97+4N7yYi6xUITA6fWdTivC1LyXLrqwREpmoz\nPSccmEN9Til13OmN7XHEEgSQaXg0TlZNJugBYg2WHuaEGoI6TLDt5894/Ect\nAINieI8tc0zvoUZtfc2aZdoseZNaUn5Ftak/1iYaXor9fuKgLJucWpGHZDuy\nJfYb1Vqrra4wy3wBOE74SyX2tIrg9O3rIh1ZlDjHRgACMarqZc4Uk8FTd3vK\n/2wAkYtECQTmqNEyUpMCVs30u70Q/aP0gbmC3Dlp0LpP7mBt9+VLy7++kdEq\nBNrjmTThYkmcGU9aY8r+re//0NMRudou8aMRTfplgHDvw/YqXxjlqJBFFP0W\ntJivFBl3KH9WLhKho3ulgpKUzf9Ba+Gu2jVY1hZBUlcWqvavLPaOcSvf23Ai\nTy7yeEIsq3+ylHf8lEVoQURCFGDdgudDdDTzUdsn13U3OZof/FjVay3ONO6s\nM/Lk9YVFY3qKFQCoQnjKbpAG3qcN5g3mWelIOSvTErS65oI1zC3UuOkfpDqp\nG4gUWgvsliv9ccjdytM4lRT2kyYwEJ9886orGmySObJJG+eftCbEk/rwOF0E\nvN2j\r\n=s7U7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"e9c5923dda86f4cbef06a53f22bf7dbe1c6b9980","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.2.46.tgz","_integrity":"sha512-lAdg8QIMYT7P6y3yL7vEPnmPOk6o+5xiMGl8Me7JhwDfDDXALy0MDCr0sHdFd5x+PpJSLCQ1cMyAD7tpet6OSg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~17.2.47","@syncfusion/ej2-charts":"~17.2.47","@syncfusion/ej2-inputs":"~17.2.47","@syncfusion/ej2-popups":"~17.2.47","@syncfusion/ej2-buttons":"~17.2.47","@syncfusion/ej2-svg-base":"~17.2.47","@syncfusion/ej2-calendars":"~17.2.47","@syncfusion/ej2-dropdowns":"~17.2.47","@syncfusion/ej2-file-utils":"~17.2.47","@syncfusion/ej2-pdf-export":"~17.2.47","@syncfusion/ej2-compression":"~17.2.47","@syncfusion/ej2-navigations":"~17.2.47","@syncfusion/ej2-excel-export":"~17.2.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.2.47_1566916241910_0.0491420873524242","host":"s3://npm-registry-packages"}},"17.2.29-beta":{"name":"@syncfusion/ej2-pivotview","version":"17.2.29-beta","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.2.29-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c856e8d682c2d905b3a96b090ecb5b07bb7b07bf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.2.29-beta.tgz","fileCount":250,"integrity":"sha512-U6vyTk/Iw9/XNLOKAEmsVv/HWETxHbzfPc3sKcEn1k1GlKPMyRiJPVrjBFHd9UxVly6vZon9/fEorYRCkwQ24w==","signatures":[{"sig":"MEUCIQCfHhrxAQb2vuJkmUtYknEWUxwxt3rSMbtaUA1sHKm/kwIgC3evLFuziu7fVzEICka8KrUsz7bXtU4gIlfBbT/vOrQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21024224,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZYyuCRA9TVsSAnZWagAAemUP/jqXu6Cx0rD/4a3swi+2\n1P2T6X77InMFeAJRee3DSo3DOi6pqh9drzIrmFP1U0GJowKwpFa5PTHAWdFg\njqmYcrkYqM80n0WV1F0VIjuflcALZRwUt4FVNK6gOeWmIrlLFGlmAihaiXF2\nP13P9jChedFTi8n11mBiytJzZFFYs0DTAg5q9FMLvKfzJsdpTuKrLRJZDGi+\nJD9iZtDaLnM8YUpus77WkHoOOpdbguYrxshe5tfSDMzOddEXr2Ue21rlw6TI\nzfUqQboewCDzDxpHXsAv4cIFCeW4/AgkHfXFB1NvFEFNgksD6D2R8AlLYCW+\nQiXIiJVh6KqJ9WGG8a7grcGs7kyZfr73hpgnSAPr6lorW2SoBjzKU/apWSfv\nIJNbVEiTlAmACfkWyTJCpwfr5bPMPw1gHrIC+Sz++cpyfz7Ur5hd4VZDbfhh\ntSmDb0SatHEgh0AkUTf53pdZ5wVUVqmomg+MADRwZuSU5kHJ2V2j1aKE6EB+\nO9s99RNZ6UeHEU306FPDcaKZgCHizY2cTxtHG+0Sch1UDUFd1L2P1C0D6aEu\n33Bz4Lq7Zlu0d6jxLcHTOW4kuabTq0m3waKKRoYrEnfsmixHivcCoUvZwqRP\nQ47m7RKBntmenKuTiATK6Q0LpO22b+F31rrSNKF0L7D2LfPiv8cDaWzC/tCI\ngy/5\r\n=qhe+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"f251ad9e5416b44e6b98ebc74812beb73cfba3d6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-production/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.1.47.tgz","_integrity":"sha512-8eVUFoltouRN/3dvAiobC9GRi3sr9Aos5iRYJxKeMraITTx4eu6ya7La6r1adcj3taGvmU1CZ+bIZdXDK3jy3Q==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"17.2.29-beta","@syncfusion/ej2-charts":"17.2.29-beta","@syncfusion/ej2-inputs":"17.2.29-beta","@syncfusion/ej2-popups":"17.2.29-beta","@syncfusion/ej2-buttons":"17.2.29-beta","@syncfusion/ej2-svg-base":"17.2.29-beta","@syncfusion/ej2-calendars":"17.2.29-beta","@syncfusion/ej2-dropdowns":"17.2.29-beta","@syncfusion/ej2-file-utils":"17.2.29-beta","@syncfusion/ej2-pdf-export":"17.2.29-beta","@syncfusion/ej2-compression":"17.2.29-beta","@syncfusion/ej2-navigations":"17.2.29-beta","@syncfusion/ej2-excel-export":"17.2.29-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.2.29-beta_1566936237771_0.5317613686295721","host":"s3://npm-registry-packages"}},"17.2.48-beta":{"name":"@syncfusion/ej2-pivotview","version":"17.2.48-beta","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.2.48-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5dad16eae82ce229b4e616c364471b518ec56cad","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.2.48-beta.tgz","fileCount":250,"integrity":"sha512-rxMN1u37H4FSXlAbV6AA/hXPqNFHo5MI3Va2u95o59gF0wFzFQae0Xg/Rk6OvvldjQ6vb54EUaxd7rWrWv/6Tg==","signatures":[{"sig":"MEUCIBVuQ26MBc8uQ3KGvx2ILtsZDkZ3VsiWBycabYLc5lIsAiEAtv++JTrqztxN2Ibe4NXjOAb7X91V9T/3G9fO3wfluAE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21343364,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZpCNCRA9TVsSAnZWagAAINgP/jeEgGQJE5pswLRWBKmA\njNamVUjZ/uX5oCNKH4tkkIxUpbC+W2r4QBe9OZasieqWvTPko39X91cUoEhM\n6IapBJSQRwG0aCr7taC5zNVwuQvXYJ71Qw6LU2vWZr50QPdggfvMQqIpEVR5\nelYN55gFsd7oYtZa6VGVrbbIA6aW8L5Brl+nVoFOcl/BqXwEOO2VIzoEtQPZ\n1w6FvWnkm20wXJYoJycJOuYlFwEBv06UFvVHK3Z2G9utozpuB1qSX+rfwC/6\nyaYsnYXR07p7rw//KMt4nggVYIynG6gPPADJAa/KwNom7f1nz9PcrkBMqRx9\nZfD9qnmKtWlqO5yUxmaLG1RCg42trjyTrj1myc2IaSGC2NyYm3xzyi/JQ5kq\nRPZDSbbBbnMTTNZLFrAL664+9CnDMktoCd5np81fqJVvqVGCigM8u4fAA7J6\nqGKFN0EN2xN7JWwozJDeE4vy5YCpP5EaHPCoPbh1dPIl7bGlxsDsErDkYgUb\nuIgdVv/j14PX0BRFcm/jvRKI0Iv/Jxqq1JXrzQ9ZyxIQ32DUKGeB6q+D/xTE\nDd0HbrupuEXF4monqlvxgGpve+vP3og5aNxxy9G9Z5wYac0nzZBoWpGdp1TQ\nU/tCH/mBNoqSF7ae2BLix7YE6Nxh/T64MSwCxvFG6IEMbMaFavRCDaKZYli/\n6mTU\r\n=gRwU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"7301ff46d7a6ec0f1ad7209f03ed9eb92cb0e0e8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-production/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.1.47.tgz","_integrity":"sha512-uQp/28gORrg2qTKagCxy3ypYIZshd5SrHM5eCx1J30cMomJSowq6eP7mg3Axg+wxU2cya51oKJPTiXuL310iAQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"17.2.48-beta","@syncfusion/ej2-charts":"17.2.48-beta","@syncfusion/ej2-inputs":"17.2.48-beta","@syncfusion/ej2-popups":"17.2.48-beta","@syncfusion/ej2-buttons":"17.2.48-beta","@syncfusion/ej2-svg-base":"17.2.48-beta","@syncfusion/ej2-calendars":"17.2.48-beta","@syncfusion/ej2-dropdowns":"17.2.48-beta","@syncfusion/ej2-file-utils":"17.2.48-beta","@syncfusion/ej2-pdf-export":"17.2.48-beta","@syncfusion/ej2-compression":"17.2.48-beta","@syncfusion/ej2-navigations":"17.2.48-beta","@syncfusion/ej2-excel-export":"17.2.48-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.2.48-beta_1567002764753_0.08981110748979737","host":"s3://npm-registry-packages"}},"17.3.9-beta":{"name":"@syncfusion/ej2-pivotview","version":"17.3.9-beta","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.3.9-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"651d21fc7b2fddfc4b5dd7a6187bcd0953ed75f9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.3.9-beta.tgz","fileCount":252,"integrity":"sha512-FUFdN3E9JDvNP4gdWfQxuVp8PEipbRykNPoGJl60X7CJmVI3JEarE9GBfifJKVcMCEIdgiZh8N2ZK2fKFOv1SQ==","signatures":[{"sig":"MEQCICnk/umzo+ao6yXXH36pglLdFr7E+9k67o15qULXj9TQAiAq1ofnL3zv2dlw3tQJ8pyoBno0q4wwqGE7LsJnbY/22g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21846751,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdhMq4CRA9TVsSAnZWagAAOYMQAJ4JRq/2gOIUHgG+GeoC\n+dxqIdCaBnediowwwyAAp2nJxSjqP8raNy2T8wWN/UPr8L2LspCEWzGcoTPG\nMu2JBvnfvmfnAfg75/FIQ5Rc7cRNYJx9ky//+hZl0hd3mfAAZtUx4VEgMs79\nNKYT2Wb62p2viiWyn1tBBMaspebNSR6ZjQ3Y4iHf3rgKIPsmnAhp3l7jLSoY\nVi9KKnDEWwDGYsmbpekO+uUXdKvE3o42f7s94iDuYslO9TVKzbqIwV4FxFt5\nU4BrJVMygb/Tu5DkKgnxNS3sKPNMDRhYbxMwj+dbez+px7rWFKg7O2qC7Dh2\nODD/XTrDX1IWFpq2CO1OHMagS51Cwoh0C5WdJvFzYlP4kXWzOfFskeZKtzQO\ntt0OqKsyfGir6PcWxCA+eWozREvgD6Okh66CchsZmmFtzSdwNNVg+NjzCQft\nqsayel0lmZT0w7/04jeG3kGyH3Vm5tw0O8i3weaMPPcYKF/hHDrAFpbmxlPj\nNVLstSy9/iiLOCole+/pO3Z/PsHcLl02iY6eNJXxEmaIdyNUbeEr1Qc6Gkaf\nVOhI5GANHtAUpJpq9EJDd+AK4Y65T2a/m21hPcs6uom79DcG8QoLMJIUn6ui\nurPr9VP1P6xB07WgecnAynnnqy/S4eIT6hg1pcmlF/LrbBPxz0i/u9+91Sd9\nd+Yv\r\n=1FyN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"506ed5d251bc1ba3a27734cc7a62e6222650a871","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.2.48.tgz","_integrity":"sha512-bOfnM9nB1rDsaXx0yKcA7e1Mk/yvRJbc4ZPmEWe5Y/j1jlmpSx879NA2Ar1bB5RjqsY7yGl6rhH5s9j5GpOt/w==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~17.3.9-beta","@syncfusion/ej2-charts":"~17.3.9-beta","@syncfusion/ej2-inputs":"~17.3.9-beta","@syncfusion/ej2-popups":"~17.3.9-beta","@syncfusion/ej2-buttons":"~17.3.9-beta","@syncfusion/ej2-svg-base":"~17.3.9-beta","@syncfusion/ej2-calendars":"~17.3.9-beta","@syncfusion/ej2-dropdowns":"~17.3.9-beta","@syncfusion/ej2-file-utils":"~17.3.9-beta","@syncfusion/ej2-pdf-export":"~17.3.9-beta","@syncfusion/ej2-compression":"~17.3.9-beta","@syncfusion/ej2-navigations":"~17.3.9-beta","@syncfusion/ej2-excel-export":"~17.3.9-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.3.9-beta_1568983736256_0.07882685255322164","host":"s3://npm-registry-packages"}},"17.3.14":{"name":"@syncfusion/ej2-pivotview","version":"17.3.14","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.3.14","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d10f5d7b6618213a8f1228fb0292df9ea07c5ea5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.3.14.tgz","fileCount":252,"integrity":"sha512-Vb93vvxs6l1Rc10aJyctk2lq4i1nF+dAm2gGvATRQCApVxPKHOKmqcRDH1DUbXfh2WQ9dx5d2SEK1OnCVKmCuQ==","signatures":[{"sig":"MEYCIQCpw2n69EABXVX7W4ZcwxMsbtGc1WpeBa468NpaMzCMIAIhAOSzsFXf/IFtCnFp9s+mUb838JrVrAu0hUIXvcNn3BVV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21970574,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdliCVCRA9TVsSAnZWagAA4FwP/0Ocn183K/HRDg3op3Ac\nG9575mEHAg/zsmD4uMY0q02SDDfoBCkoXTXyGX/hm87hUYcM9ZlhK2ti/hLj\nskZrOhxSe7kZDAd0/WlXFtiMOlygoC+YtkS5UWjuC7FUwyCVtS5PUz+7Zx97\ngFsZJz79nXJqsQDITNAalYFGWBviPYgM3FEWt74V70fGJ8uu2jJNDy+tIwvR\n4Qipj4kQJaWF/ZOQMBjqKRQSELXiJ98p6k/VZgkllmTn4S3nJABv6QduWgSZ\nyHXOXleoRS/tnLI8rLuNiiXwY95PLGPPOgMzQYE7JnOn9Sij+o+YotnmZ35v\nax0DpPQWo11nEEjxj+RuWnkuWVB9oeKXxpzcZrkwZDK9Lr+39qKIAP6iS+kP\neNc2tWVRKJ2XxDGbaem4N5T26Evccs1+wNrS7bRHYtjP04Gq2jxQ7V++WEiW\nCMcJML56LnFH+hGcLBytko75MfbQWwmN+Sii/WYpz+oAfSPdezHZFb3m75yE\nM4Z44HhdU0V/BxFqMOS8uXpr8Z3OEVhKZ6KEgxZxACbOcbwtvOWD3F2Qzvgi\nQ4jdgUpbb3LFEZZqPO/s3/Jn/VG7G5VTKtNwh3+gsy8dNmOdMiIZVfGhBFnm\nUjvsS9sPryC8uOhiwHxwzUee9GhQcCFYJK1KTLBHB+WA1dl4FkZeYZNWGoKL\nY7/z\r\n=JTBm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"44f41a21c99c50f87f1d89aebc9787e140ce9266","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.3.9.tgz","_integrity":"sha512-DtFU+1n7jzTom3pSuirxDYP7+Z2vT+pmxXbaNSputvGfFCxI38d82cKLaTkVYijCHG+jb3lP5WYUg7we5K41IQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~17.3.14","@syncfusion/ej2-charts":"~17.3.14","@syncfusion/ej2-inputs":"~17.3.14","@syncfusion/ej2-popups":"~17.3.14","@syncfusion/ej2-buttons":"~17.3.14","@syncfusion/ej2-svg-base":"~17.3.14","@syncfusion/ej2-calendars":"~17.3.14","@syncfusion/ej2-dropdowns":"~17.3.14","@syncfusion/ej2-file-utils":"~17.3.14","@syncfusion/ej2-pdf-export":"~17.3.14","@syncfusion/ej2-compression":"~17.3.14","@syncfusion/ej2-navigations":"~17.3.14","@syncfusion/ej2-excel-export":"~17.3.14"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.3.14_1570119829144_0.6646310744772379","host":"s3://npm-registry-packages"}},"17.3.19":{"name":"@syncfusion/ej2-pivotview","version":"17.3.19","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.3.19","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"52cf26a1b463d4f00cdb08b226fd34e757f914b4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.3.19.tgz","fileCount":252,"integrity":"sha512-zEUGuD0cVX1s5+SDrraWp4/r38haBfymvpzW5z4p5xCvEXdp1Qd5sKHgsbwvYURWGIWfoHdVd0L+UpioZOO4tQ==","signatures":[{"sig":"MEUCIBDQkzHL0Ds0RQEeNgBHlx9ZyDTcdx1KM4gw36utz+s5AiEA3gfDaoI1uH0xqFUJrfvCirejpQ7vXtH5qp87EVXXHaQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22112359,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdrvmSCRA9TVsSAnZWagAAyO0P/RzkZdLaHnde3MwrFN16\n7ahfkVE81+OEwy3f4P5ENhRvRjEZPLMM1HNF8LBc8BGyQZ/0CBheAExW3WV8\nmtBsXQq7oTyzOrUgdx6T4gqC2s9yOuEy0vZYu8Xk2cTSHaTK6Ygmt+AeSJag\nupUdYE1UTgC8PicYMe+2NV0ED1JdNmdzsc5gBEXyAX5bV6wpakjXAn8HSQxc\nwRtqlXTzY6DKYFDlrK+enuoZO2jxx2h0a4lHZ27R5QGlFI6tBV9UwDwidcjS\nvLO6To04ZlOtWYji0zDam21fQ9sCGeD9NDdL5t9P7Vf+KuZKazlP1UzdKh07\nqN27t5EUj5XhsF4/RJbAIiT4PNGgRdXxXZb4qpzWSmtGECE+8Ee8GxyF85kj\n3QeFfFWoUG2BS3zE1hEufgOx5q7xTdhui4Cm/XRVL/7qVbyUYHXU7V2QV/sx\nAJlZdPK8nSTPL6UfdnTHCVUAHd1FEOMazq0OziMRmRvcmPzG1oWs+/KVXgyT\nS6mGaxdyOwc/hVyc/SE4mHyYydAS9703Ai063SpbTl0JYjS+k7h7OnUw6Rl5\nv7eLPI2SQ7c9jVTSFkqhLcPdAEdepwRzevNmQrwlp4T9OfLsflVIhUTBm08C\n8dp8Gf1hOXZIxbRbn7jm3ZA3RNEIt2p3zd18X9HKoqAUw1VFZVtvYYfmMZoP\nJDqJ\r\n=dWFZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"cb11088b559c171beb0dc40d90fb46db35e7d225","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.3.9.tgz","_integrity":"sha512-uolWFr9BF0nKLdlyLwGn09O1dag5WXQm1BNztUKB3SIoAekGpilGuybVmawCgjgpVd97gY3DAR4+nGygDbE7Yg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~17.3.19","@syncfusion/ej2-charts":"~17.3.19","@syncfusion/ej2-inputs":"~17.3.19","@syncfusion/ej2-popups":"~17.3.19","@syncfusion/ej2-buttons":"~17.3.19","@syncfusion/ej2-svg-base":"~17.3.19","@syncfusion/ej2-calendars":"~17.3.19","@syncfusion/ej2-dropdowns":"~17.3.19","@syncfusion/ej2-file-utils":"~17.3.19","@syncfusion/ej2-pdf-export":"~17.3.19","@syncfusion/ej2-compression":"~17.3.19","@syncfusion/ej2-navigations":"~17.3.19","@syncfusion/ej2-excel-export":"~17.3.19"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.3.19_1571748241422_0.8743828009379371","host":"s3://npm-registry-packages"}},"17.3.26":{"name":"@syncfusion/ej2-pivotview","version":"17.3.26","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.3.26","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"13e1fb851f8eeb6ea1e23bbf1b902ad538101410","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.3.26.tgz","fileCount":252,"integrity":"sha512-UsedtF7DQyENTpyGQctF31KlFxw+A3ZrzLaagFoaOZo6oaModgxljvUxt9gZqLzkSH76kpBFq4k6oeR2a8T6Fg==","signatures":[{"sig":"MEUCIBsa3TFoPLZUy74Ik0A2El8IuPWCBDYikVGU01EdslrZAiEAoP0jT8PWd2C/TQi01o3T/WsOzBchUDU0Vo4WQuNee1s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22266901,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwcMcCRA9TVsSAnZWagAAR1oQAJMVfPaxkoWqoYpjKa2u\nCJAs8pXtaz6yFQeubCR6CpDl534sLP9NapC+yQ8rnFPg8gYaC1K+sSbsH/Et\nvLpm2Fcss2fR7yesqGVddjYB7ZOSp4e/iSUJc+qcHWUBWHJly20wI/wj4ZJy\najIyms+QwrVGrA793sRH8KyZvUp6IS23Lc6ZQTtptNXVMjAF2w6G4euDTKYh\nBp7JQw4vQIzsblkrGPImtzd29X18R0E58LD2FUVhIXJuIWcbJSbRAT0OZU/V\nDiTf+Bzppe4p6A8Yl2SdYOIYyHoI+UaLZrhwO8suWNJbNRxOQ6DKbv4pffPd\nkFXp7UvOgYthAk/d04KT/k+MgCnFZ5Ld6lrroHPqd55lNGBnW7gkavxLk+fz\nwn1TG9nWxCgje9gnF19w3kRSJJDkQHKRCijtjlWv4ttvQhSkeyr/kpO9CDFr\nEGK4uHUZ3t1FRBo+zDtS9QmtmDWzF2UitAmceRZVJM+skMR6aQ0G1lnrusZ3\np0F9o2HXLyTLeWMQVQblig6S6lQvPubweClLQlWyCQWrH1r4hjX26RhpGReS\nIR+Y6mjwHv8vTTYYHYC7CkiMmt0cFUUxb5vlGHxVXhUIxP4H3Tr70DedKhrx\nCQQWPPx/2oDbheEJ381tzHmWhMbBnlGT9NkKVlkQglAwsvfdFYLo8IRtZoAg\nADm8\r\n=4uty\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"df665f2cd73df30238b11daad0a6682e42ced09f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.3.19.tgz","_integrity":"sha512-6K0rF8zDo1CHih2hv9nANSUWVKBYfP2xWD9S8loZQE1mb1RhxIDZAp4qZ7oBJ5OTuPUMfgrRx51kn94/1MLQZA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~17.3.26","@syncfusion/ej2-charts":"~17.3.26","@syncfusion/ej2-inputs":"~17.3.26","@syncfusion/ej2-popups":"~17.3.26","@syncfusion/ej2-buttons":"~17.3.26","@syncfusion/ej2-svg-base":"~17.3.26","@syncfusion/ej2-calendars":"~17.3.26","@syncfusion/ej2-dropdowns":"~17.3.26","@syncfusion/ej2-file-utils":"~17.3.26","@syncfusion/ej2-pdf-export":"~17.3.26","@syncfusion/ej2-compression":"~17.3.26","@syncfusion/ej2-navigations":"~17.3.26","@syncfusion/ej2-excel-export":"~17.3.26"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.3.26_1572979483608_0.979496029246341","host":"s3://npm-registry-packages"}},"17.3.27":{"name":"@syncfusion/ej2-pivotview","version":"17.3.27","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.3.27","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1bdaaa1e1f5d97dacc5a202d90499c489c2545d5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.3.27.tgz","fileCount":252,"integrity":"sha512-t8Y89HQhOlkGcdE/QnQ1uNOA6gOINrgz4ZLkCTfoGQdz4bhcr5XSlPjUXHR8YpG+o97phNj4fj8gTogaD0DEFw==","signatures":[{"sig":"MEQCIFlBciHzssrFbjpY+6U+oeD3d/BS+msi8A6RgTlwmroZAiATatzhUR1NSGkNyAf4wnI3r422xarMaRv48WoW4zSXyw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22303422,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdyqHjCRA9TVsSAnZWagAAyXsP/3W1qIhkheuZjZjYKqh5\nOjwmdt9f2JJqDzTODfWXk7gaxu2Hx4YafTWhuKdEBGD992djrHCQ8njHj6IF\nMBjdTO1l6XVkOncxq5hQJGDKwMRFIyBIleUF7nmjaxO0Y3tLv0jnEXZBU4ij\nbZbqG7S6k5ygXpKe97ZIlS/hPoDJKoqVPUfSaRnjp1bBCGiYCbMSouCi7O9f\nYD0IKCk3KhGgik48jy5DQ4dzbn4GqbFldFqQkofhbYSW0J7qaRaKUY012pNw\nZmKAMM5SDMtkF1KWxOrVTZOph1GOvvdKuCoMXgZ6chMJePhyfTKXxKJ4n5KH\n0/202eymk6Tsp+FCpYOEM1fXx5OyAtqDarplB0lhXyo/ePmwjkUcjxc2Wfq7\nBd8raoFhfRuZ+LZmf8gG6jzE3SkPRvgVrSCaYRII6d1ax4qm/8wJs0JlXG18\ncwIf5W0Krxr6g4u82R1llYpXxyqdcJwGZiJEnWJAuC14h7Cn0zRZdwILq/6n\nOoqGgykN+A/pLHtUu8AqD6ZdcPzKJWGCGao0XhxLLzbEi8RK/aHrtfAx0YoC\n2taFp4/5+XlmD+XUgD4awRWsFvwJFuML553oGSF3/RsGWG0slxCN2oWVXsiy\n5HYs9Zp0HQLZP5fF8XMrY3xy3SmpDCsTA/TiPDnVk/MLTe5ARGWFaqi1zsJ3\n4uVZ\r\n=MuK3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"73423690e2dcf76d139c59de34776b0bf5118305","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.3.26.tgz","_integrity":"sha512-DCK3OefiOcq0esrLQYzX9Hfa/r7kgWhgBQC/EmoKbHsb8WeUZzXaHtPDeasEfmj6zFzGvmUtnTOfx908I7VsGA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~17.3.27","@syncfusion/ej2-charts":"~17.3.27","@syncfusion/ej2-inputs":"~17.3.27","@syncfusion/ej2-popups":"~17.3.27","@syncfusion/ej2-buttons":"~17.3.27","@syncfusion/ej2-svg-base":"~17.3.27","@syncfusion/ej2-calendars":"~17.3.27","@syncfusion/ej2-dropdowns":"~17.3.27","@syncfusion/ej2-file-utils":"~17.3.27","@syncfusion/ej2-pdf-export":"~17.3.27","@syncfusion/ej2-compression":"~17.3.27","@syncfusion/ej2-navigations":"~17.3.27","@syncfusion/ej2-excel-export":"~17.3.27"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.3.27_1573560802882_0.3801824911916396","host":"s3://npm-registry-packages"}},"17.3.29":{"name":"@syncfusion/ej2-pivotview","version":"17.3.29","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.3.29","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"cc883b16e66a96dc7faef7f3af088b56b20a46cd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.3.29.tgz","fileCount":252,"integrity":"sha512-Ug9GOvs+UaeRHFyG5803Wp4fuvRFDYdvPUiMwN9tC79ptkL/oY2Ors3Qn7xqC1hJDvdpx4EmbR87fWhbfb3F3A==","signatures":[{"sig":"MEUCIQD6dkcY6/1+6iAzNdC8CJn4m9KQClVA+XDhsG5ZwgJEqwIgNp4gDNascWz4B/qUU3WlRYhyiiWLmPT4uRgUJiQWDtI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22324308,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3M1wCRA9TVsSAnZWagAAXJAQAKDh3fDDnZYfJOutU/bl\nKSoqXkGf0N01KDHNOM3ja2MeplWvfKExe/UbBJm2qJJccZf8FbZJLY5ak4d0\n++xl/zsU2jqVfwmGmPZIGKaq1lAqW7srHsWBv5JqE2/yqPmTSz9oNgZhCa6O\nRPiLAuNd4iDm1DSwo8S7+oskIZ80N5r6qdZvFmiJ3yld7QNQVICXKkH4CLWs\nIxwNPR1ShdIoPI0a5w8h5lE3i7jAM2UfPjBgvVq+uLREILZ6UehxXjZyzyou\nub6elM/TOeeYBXNdNMsDZZG8goTnPkaZakhq3lVEONV98l6KYC8qUA6k6zoM\ny+8oPKa/GBd3kZJKa2fqyBb7IMZdzRovjL7hEgnWK7LcN9sol5SlZInJplvv\nywt6BaZOcwLoDeH/fKM2Cp+AS3OsiiJMYPDvbHfI/TJfIk1Yt3xLQ47hIgCe\nVWHyh1zfi+rGRMVpChiCqgXINnJcquQMOPgJU/keG0eNRgW20roKhYed81cJ\nHdkPm7Sku4sAqPCfUeiIJ4uK1EYaHpQ7yWdhVxNuDQVb9AtcvaP2luv1rtSN\ngcCnvh9dSiOG3HkHy2I7FIeLb842oHXAbZfLJIcLaw9es8xiDyZp7hM6Ka2a\nmSxdY535SkW6AmFEW8NDaQpLGLqawX+ZGAlNMe1SuBVjmhUxxK0+s+B6BuXG\nr/gb\r\n=8Jkn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"e19aa85f22900bdefcbce0f49659884799b4cbcb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.3.27.tgz","_integrity":"sha512-D+caGuGxILXn2gJyhYTlUjlvfp/Q8SSWT765V8uYBE1AuUfCp6dNysaNCODb2m9gyPboXk8Z1NkeiNv1mpZQ+A==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~17.3.27","@syncfusion/ej2-charts":"~17.3.28","@syncfusion/ej2-inputs":"~17.3.29","@syncfusion/ej2-popups":"~17.3.29","@syncfusion/ej2-buttons":"~17.3.27","@syncfusion/ej2-svg-base":"~17.3.27","@syncfusion/ej2-calendars":"~17.3.28","@syncfusion/ej2-dropdowns":"~17.3.29","@syncfusion/ej2-file-utils":"~17.3.27","@syncfusion/ej2-pdf-export":"~17.3.27","@syncfusion/ej2-compression":"~17.3.27","@syncfusion/ej2-navigations":"~17.3.27","@syncfusion/ej2-excel-export":"~17.3.27"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.3.29_1574751599765_0.2472208384685799","host":"s3://npm-registry-packages"}},"17.4.39":{"name":"@syncfusion/ej2-pivotview","version":"17.4.39","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.4.39","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"810750b98d642e57847f0772bf05f7a7d872e6fa","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.4.39.tgz","fileCount":254,"integrity":"sha512-uBNrMqgO7OzKf4KY7LbMXEF1m6YewIDm0fGVZEQTSDGmm86X2XDjyaPfapN6uQk+JuumhoQ0+pw+rkxAvs69rA==","signatures":[{"sig":"MEQCIAOy6DNdJ0/A5sfSIECjdXyMVXGK88rQsTjFH031IGHBAiAw75VHIpQQStz0bjkG2BLnrqs0t3w/3EUJBv2DfGxBgA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31372864,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+K7JCRA9TVsSAnZWagAADHQP/3ZhUZsA7r1atHCo0lr4\nk387/CeA2P9AdPJzvcmlOUskWv/b5BuU3LRadzGksBDQqPZZE+UoASKZHyNO\n5hm9uE2hx7fgbk/blOiGmoN4o4Q5SefhewJKqmueoShiKfqzOlWIgMDt0UBL\nqWP5I2wC5KLdrXPCmLg6KQiwD030lAsmjRKaQHguzVoejIClXMR73+41bgGR\ndBB8P65+onl9N5PU6i2XwDxTR7h2Hy4U9aIk/pUiFdAcJDh/ZKaie9ZTzwaI\n6327DVhPtFEWjZzxRpWGB1ne7YXQRiznuMfPbsx5KtOXI1kPuVxMU8O4CEVw\nfO7PU4+dUNW032gFd+JW5xhJMEC8QwtLGl1iqJlNssqD8XuevSp3oGVqPLpq\n/qpt5GzOhXzznWyAb9CzF3taEdbk0omQCYobvMcvH0AZ9KjN4i6WmPtjZFqx\n4qkFfnwHUKoKgmHTduwsSAShIh8c8CEZPl6fZ8kp7HRAI+rvl8FqDyctabXP\nK+/m8eIajpfNMtqwdnh+VhSbXlRjEikDSutLYVqfnDCWbTqgdejoyFrgfJf8\nNwKfeUTTy0AeETeoywZlJwjE/LrsxZo1pR1c0570nQcbc2RFHKr3siBDCYyb\n5vsyCuxKwI4Zg8YWH0jGX022FKiUUSBl7P3IBUp/1CMwis/58zhNRbJE7oW0\nZXv0\r\n=HkBN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"54651b69db80cfac08a6c7e17248005126e36aeb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.3.14.tgz","_integrity":"sha512-O1v60t3qij/cTmAdiLq3nvsOB6R3L+NFwZkdpp7ubgpoBZZvGOYtRD3cHYbDjun+W25bB2NHzi3zB7CDyzILyQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~17.4.39","@syncfusion/ej2-charts":"~17.4.39","@syncfusion/ej2-inputs":"~17.4.39","@syncfusion/ej2-popups":"~17.4.39","@syncfusion/ej2-buttons":"~17.4.39","@syncfusion/ej2-svg-base":"~17.4.39","@syncfusion/ej2-calendars":"~17.4.39","@syncfusion/ej2-dropdowns":"~17.4.39","@syncfusion/ej2-file-utils":"~17.4.39","@syncfusion/ej2-pdf-export":"~17.4.39","@syncfusion/ej2-compression":"~17.4.39","@syncfusion/ej2-navigations":"~17.4.39","@syncfusion/ej2-excel-export":"~17.4.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.4.39_1576578760026_0.3547398430130211","host":"s3://npm-registry-packages"}},"17.4.43":{"name":"@syncfusion/ej2-pivotview","version":"17.4.43","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.4.43","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6f680bc655a3d98cf126c4867689dd325ece9d74","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.4.43.tgz","fileCount":256,"integrity":"sha512-R+8iZYVKlc1SsBpDl/oR84u/uIle3U5y6htXo9+J8nEpGZeNlKRTg5JDFMTS3dT7LprDqTTXXXqC2xIneSqDzg==","signatures":[{"sig":"MEYCIQDq7Ud0ddr4eBACRmgTmOcQ7QPG9K41niKs0dyN/KpEOQIhAKTtQGP+4WMwUzYFXHKgwoa3WlqWtSRu5pgzGeDHJZZs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32325997,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHWZ1CRA9TVsSAnZWagAAqOAP/1vImlLoFKqMhDNnkn2v\nyJ5UQvh8NtmtHAY4pLU03n82+NfK/0FMWjwqXS/qBalzp1IYusR0GP3DNsJ3\n8UQw4dlqREqciA9OHPCyp2tBXN+2nypOhVEVSMWHYdeDo614C9NZ5iDlagk/\n+UGQkKL0OeIRgdcKMw0s71ZXtD13+U+cMVO7s855H+Frosnn+zJ9faGrIZrg\ndqkDxWC3EQ3pEkavMnAlmJGsW/DLe8RQKUu00ac51+QhgDu2iK8ac6OBe57X\nq5LL0afJjWw+y4d9xIKxU1rPbeBfS4HfkWhfIUlGt9ZZz0wvPjfeiu4HbGQ1\nyTnMXJItQYaaWRSyj0DGDnL+pU/oFtr3o2BMTaJxKgPGf4I2BN/ZVkpxH69G\niiYxo62MNZr0ze0nlayUDunKpBPZtx6WBtjCFTPwFqN/l2WBD0A4Q9y2y1OI\n2mrEYLQXzXEMySID7ibRaSof1QIEqV+1vb+yi5UTdF2O0ONoo4iu/vOzk7J0\nmR86FRwf6nCENAX8BP2L9SItKkDcaYC6sIKLtj1/Rh/3ccZo1dmBz3rOA48v\n3rXqdZxhZHdQiS2IhikOVtqD6k3WFk3m1Qfq8RbibI38s4jpKPd88+wq15gX\nwX7a9h9Egd2mLSvy8PGlWZYdWUBCeYUEbhkbBqE0ns6IymXuXYe/OTweAW6W\nylwc\r\n=4SLq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"36487a0ed2c1e94ae25cb1c369956a1b3ffebad2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.4.39.tgz","_integrity":"sha512-7I8nmUtecfPmlkoGb1aGiocbY0OwwrmmYAyds176H2G63ofz56X2pXQp6ufHtX7yHf/HcO265Yqo/8poOrn96A==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~17.4.43","@syncfusion/ej2-charts":"~17.4.43","@syncfusion/ej2-inputs":"~17.4.43","@syncfusion/ej2-popups":"~17.4.43","@syncfusion/ej2-buttons":"~17.4.43","@syncfusion/ej2-svg-base":"~17.4.43","@syncfusion/ej2-calendars":"~17.4.43","@syncfusion/ej2-dropdowns":"~17.4.43","@syncfusion/ej2-file-utils":"~17.4.43","@syncfusion/ej2-pdf-export":"~17.4.43","@syncfusion/ej2-compression":"~17.4.43","@syncfusion/ej2-navigations":"~17.4.43","@syncfusion/ej2-excel-export":"~17.4.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.4.43_1578985076546_0.840134189372536","host":"s3://npm-registry-packages"}},"17.4.46":{"name":"@syncfusion/ej2-pivotview","version":"17.4.46","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.4.46","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ece41302dffdfdaee568619495bdbaa4c6e440f4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.4.46.tgz","fileCount":256,"integrity":"sha512-mL0zfbcdt9QHev3ZiXK7KM9EUaTXT/KYEJ8iT/dPCnvOEEpeq9XXov9OS2/ObtHHg+kyl9nIF8gZB3We1T1Nrw==","signatures":[{"sig":"MEYCIQDI75gnKmTagoGLNIasQh1EYdSLfX2QOY79g1QbEKiPbwIhAIIYL8vEOPExA+nC0DHCsBg2rR9dzhCctuZj93kG5qZ0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32404610,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMqI5CRA9TVsSAnZWagAAkooP/3YLOt3Usj2I0tvFbJRI\ngJ83Msx456vRBmF5+Wz+LJTrt+sOrR5GXCRKxZ85Q5/pFcsT69JjpM6NIkWf\nbrdBulVOZkK0V2b7Dk8lALEsI+HP4kV1687DJbFX9GvPtewygcFvBAtYaMGY\ncmdAwSCtGjPSmViKCksQaCu7ta3fO+WiBd+XbGu1Q2H1Uq7WQfqJ5ea3CnTf\nREOzCesr1wTTS9WXgDEXX9OdkX0AaCvRtYqn1027zHO3wXDLy07qWrhZWV2P\ncfaNUG94cWAiHjJDM4EnQCOjiq/biXunNZkqHOoC/GHJT4BiJSnsfdKiaIRy\nMai+lQDGaK4lDkL9XwZw7A2NUnu4pqrxbdT3fi9ZFJUVqAzKQ6uNdN0IHmTJ\nH3nn1XhY/V1/pHulNPZ+wyptBvedJsA6HkrccTUfuhUH7aVStJoKhs+DcR8v\nlSC+M9IU4KYRwbdoJA4hIBKp/hOJpc7KCVMlOTBbM6hKjIh7zn1TscBQ/+za\nIJqaRAkNNf05KMhLEalyCbYZ4X2NPKL9zr0+YKxY1fIr82xxMq/cWpBaiQf2\n+uShOWgo7sh73Iv9lU+XXt56KPxpf+4+4psSVaHkapQJk7138b6EgOI06fLl\nS0JeaoIAALQa3pSvEzoiU9xD8cUorwuLOg7E216Xg8+EtK6wJgjeSF4JVS9y\n7YTG\r\n=QgT/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"e8a4157bc249d2d2252ca93dad0f62549dfa41dc","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.4.43.tgz","_integrity":"sha512-RZIUS6c768hIXpwaLRI23OJio3lrYY+mtMvRKuCSLcAle3iUfmUYVyjfV66ombFhSAiHh3armXg27T/ZL2pNkw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~17.4.46","@syncfusion/ej2-charts":"~17.4.46","@syncfusion/ej2-inputs":"~17.4.46","@syncfusion/ej2-popups":"~17.4.46","@syncfusion/ej2-buttons":"~17.4.46","@syncfusion/ej2-svg-base":"~17.4.46","@syncfusion/ej2-calendars":"~17.4.46","@syncfusion/ej2-dropdowns":"~17.4.46","@syncfusion/ej2-file-utils":"~17.4.46","@syncfusion/ej2-pdf-export":"~17.4.46","@syncfusion/ej2-compression":"~17.4.46","@syncfusion/ej2-navigations":"~17.4.46","@syncfusion/ej2-excel-export":"~17.4.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.4.46_1580376632436_0.4302306865270762","host":"s3://npm-registry-packages"}},"17.4.47":{"name":"@syncfusion/ej2-pivotview","version":"17.4.47","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.4.47","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1285712e1309d602fd233af98910d83ac4f55388","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.4.47.tgz","fileCount":256,"integrity":"sha512-tKUfZ+xncGQsaDV1HAAEAv6dHkMAncEg8MUzZ51b17CfAYYBP+GuY1l4yy0/jS5/d0BmI/NwCpbW9VBKbFk3Hw==","signatures":[{"sig":"MEUCICGlzIMg3+lyqCnsM35vSBFv4YYbQQP91URAllYwsPJZAiEA7bbqjb+p+KPCtRlYRgMbmqQTQ2cQGPPC8eNVwJGBTWQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32411960,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOmn7CRA9TVsSAnZWagAAUjYP/ikBhqS12pyWK+T5rC+C\nVB1KF3meBr3Xu29MWZ6rOve4VfnFzezMwaJmOflpDGCTyiAUbk1EYgZqIU7P\ncGs4vTFBr2r+eBfeTAH6kBSvBfNfQ24DwiXTLm/25G+qePCi7Cj/xpil10Ea\nj2a9au7H7YRM2Rf4gTKkjxpyhg3SDclxaOR/glntTdGjNjwVz8vc1IGrpeFw\nXPlHxGDm0linwFC5BiU+wvjhCsh7V0pn35pqeS+UKOgA5wq2vlE8jq4nemDT\nYxGJIBfVJmCGlZGUmedqh1lQRgXDjreTg28YoLHr6qqv/EpMiijeTa0noxuy\nJEF+I4KON9iqH5cNYL+WV+ntZsbCPu/cgk6/Ew31aaH1UhbGwFUdbfgvLQIo\nFi9XGfSAvEYVKwTf3kl4Q0kCDe3IZKX4VR/gQsPiYVR13lftXtVqB7a015RC\nVuwNFLy2VGp3UWJ5QWBccwrMQcd8hx4nUXwmZdUAPWazdbRAeuJotXWVmDXN\nqEokxjfXNwo9F655SohHJOLUL+q9TIroFsxw7S6Swfepwrs6ceQTY3Fv944u\n8pPxSHUm20KO9YVAFK7h4fpcScDsODfD6NHSWFvh/bO8SOWd/mvQE/22SEs6\nB/oRHjOdbkULE5mSP8umq+9uaE6wz3lYudeTUAEPHGtV0LMj2GLlHEHynfdl\nD1Bf\r\n=FluX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"a81bd23a660723072c75ae24ce6326cbc504922b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.4.43.tgz","_integrity":"sha512-TEVK2tUfbKYuEFbU021/hokK5dmmiGgDgY4Rj62K03cKT5VKji74Ws7JhBgGUAyUG+ks82MezofXaLJ0z8wQLA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~17.4.47","@syncfusion/ej2-charts":"~17.4.47","@syncfusion/ej2-inputs":"~17.4.47","@syncfusion/ej2-popups":"~17.4.47","@syncfusion/ej2-buttons":"~17.4.47","@syncfusion/ej2-svg-base":"~17.4.47","@syncfusion/ej2-calendars":"~17.4.47","@syncfusion/ej2-dropdowns":"~17.4.47","@syncfusion/ej2-file-utils":"~17.4.47","@syncfusion/ej2-pdf-export":"~17.4.47","@syncfusion/ej2-compression":"~17.4.47","@syncfusion/ej2-navigations":"~17.4.47","@syncfusion/ej2-excel-export":"~17.4.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.4.47_1580886522444_0.9227275365621939","host":"s3://npm-registry-packages"}},"17.4.50":{"name":"@syncfusion/ej2-pivotview","version":"17.4.50","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.4.50","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9b7a9bf8024e94ad439f334917428e5bb8ab2f1e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.4.50.tgz","fileCount":256,"integrity":"sha512-uRhVZq4Q9kZVLuDjfSJauEn4P2sbeNwvxJwCiMmoMJ74u8pJdI3V9pwFD173gKLDyCSoZFWbN7KzXJI3U6ERfw==","signatures":[{"sig":"MEQCIFXB5oN1/xDCiqbxN8QTjkrY91R6Qq7z4MdpQPoGAyCbAiBO8Uw4TLVXyiApyDf97nOeTYBsoGMJVkau3gWnPdxm9g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32387622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeS9K0CRA9TVsSAnZWagAAM9YP/0+B596bpbopmWaSk9qX\nuqCuMM7hxtdu6zmGmPI0ubsxVbqJhBtJ/rfB7Bp2jiT3U/xGtiOFlSTWJdAh\ntUbtYeJ8ItzWrG9PEpq0MRhq/S/fUNdyCixPBVYDbc++PyTKg1A4yLqJ+1Pl\nPmdV3bruxgXTRctsCIbEZ+051vDlj5FSPmqJfKT+n2EgZVV1YSU0NLzjAwXc\n462cFacKRcIh76TwhCsUB9K+qg9gMqai5AOWHWuN7GUDH1m/8bUyJ6wKz3FP\nPlMlLtQHCJrKuVuQvBrgO6duQJcOCgZNRVGjknqGUuITH4YvFuf5LdS7xg4G\nDdBwZk9nXuvbK/cvYbYH8rc+VBd5+SpWpgINYxByt2qRq+3hzWHFRzo26+le\n78XLPQRVjWI2eG4Jw/E3sIVUDm09bRVjNLc0XVp0hteahczS5ICDVVT1RMlT\n8NMmceOiFLh2RA9hsbGwYhe3SY5+qqPUoFS/wgI8odefUvFRbpT7lslNN5pl\nwgUJkRurd7sClIOdBqjXivsY1zWbmcgp4DlfLZn/8B21Efyk/GRSBRS6LwQd\nwwzesT65Eb2fKxUISOXeY87zNJHikz0q0DoC/qkwucrXlQQYDTHXNaZQPIB9\njcfHCzSyj63N0GeMf42KPpt1QGTmeaDmyICdNQyYvicxGMbyUZTce5ySJP1n\nWDIP\r\n=MR0l\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"7e18b9623871f414db498e07092704ca1afadd28","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.4.47.tgz","_integrity":"sha512-j5AIV2caXSbCbEX1OKD19sWxJ4jj4rmRVsXEzrM1btZKIf8xDENtctjtdmOScQ5OyMYM8WL9F48+1WS2cKwrgA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.50","@syncfusion/ej2-lists":"~17.4.47","@syncfusion/ej2-charts":"~17.4.50","@syncfusion/ej2-inputs":"~17.4.47","@syncfusion/ej2-popups":"~17.4.49","@syncfusion/ej2-buttons":"~17.4.49","@syncfusion/ej2-svg-base":"~17.4.47","@syncfusion/ej2-calendars":"~17.4.50","@syncfusion/ej2-dropdowns":"~17.4.50","@syncfusion/ej2-file-utils":"~17.4.47","@syncfusion/ej2-pdf-export":"~17.4.47","@syncfusion/ej2-compression":"~17.4.47","@syncfusion/ej2-navigations":"~17.4.50","@syncfusion/ej2-excel-export":"~17.4.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.4.50_1582027443755_0.780897688563531","host":"s3://npm-registry-packages"}},"17.4.51":{"name":"@syncfusion/ej2-pivotview","version":"17.4.51","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.4.51","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7dd5dfcc78142166de553f09cfe9ea4b7e1db48b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.4.51.tgz","fileCount":256,"integrity":"sha512-sZSIVVEnYzHKRVVHpJKO2bkrP5vELa4Mg5fG6SQG1Txmo+YewC+He7cAJxIWgb4YxEFq4Cn0DlGR5d3zAdRo6g==","signatures":[{"sig":"MEUCIQDqBOZSZxZx/6VJBXHG6E+ByxR8341HbsJaL0mFRs8niwIgA1rksMZobjS51CMqu5Fc/M1A2sc76fcyzTCe9uizLUc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32394963,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVS8sCRA9TVsSAnZWagAAuekP/3lJ0n/IG/jGj8jXrJKJ\nj1gyweKOoA+nokRXDT9Z1/Ghigr6n5sXBDhBnd5EEuu1YgD71fTO2l5kWmwG\nPk6XvRWskfzrx0hPM5KMdg6jV1iWv31sdvHhK9Ses1oYbuUyg2DS3CXRERem\nkcume0u5eaiqr1lHBIk96gFedKT4fenOymD/ggZxVBvnNpDaTyIIdUEf+Vl7\nSdCWsRqRU+bPnAFKIfC+wpJ3udfcjzsXZpWW05olPK/hceJwjhf4Sns2kWwJ\nVtsBBvI6aJqrG6eDvN7wVT0fkdwwgWQDuBDzxGBwqz4l9q2KRANZCjTu1FkP\nc34KevxNvm03IA8DQK11Ee/g64Epch+kSJbK9HLbOR1o81HbeTyjeVnRQI6+\nDqw8zGfHAsCz7UpCNzfdckLr9Ep8s6T5UUXDi80H3DXLGel4YIa33EHTEM8f\npZR7PmWOH36bIlyyVHhW7jKSboayHf8OoqykpcPpjT3wDDEJbS8+xqf3sFr+\npajZBy9cwUjIbKgJtPhzeTPMbKjkpC/NCyjIeiskV11zVBF2WTSIJIf5Rjd5\nBB31Nekq2fCd7D3/0UeanexjrU+ALfNqxF40V/vqTswCAYLSJ8MDKxYjWQ/a\nGlpMK4hMkp7X4Hlc+y3mrUdxfCQtQljfCgu0wtMMjkkLa5tHlQ+Hmdda7pjm\n6Ka4\r\n=4bFw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"58ddc114c3ecc47bffb3d78db03830e5e263f207","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.4.50.tgz","_integrity":"sha512-BVJ7Tq7OPYrge39blk2jLbhcWiD6wWkQF3xZ6iN8pZdbWXaeGdLlp4QH57MhjRaX3LD5W71bJL05F805J2Q4Yg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~17.4.51","@syncfusion/ej2-charts":"~17.4.51","@syncfusion/ej2-inputs":"~17.4.51","@syncfusion/ej2-popups":"~17.4.51","@syncfusion/ej2-buttons":"~17.4.51","@syncfusion/ej2-svg-base":"~17.4.51","@syncfusion/ej2-calendars":"~17.4.51","@syncfusion/ej2-dropdowns":"~17.4.51","@syncfusion/ej2-file-utils":"~17.4.51","@syncfusion/ej2-pdf-export":"~17.4.51","@syncfusion/ej2-compression":"~17.4.51","@syncfusion/ej2-navigations":"~17.4.51","@syncfusion/ej2-excel-export":"~17.4.51"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.4.51_1582640939559_0.20496497987381468","host":"s3://npm-registry-packages"}},"18.1.36-beta":{"name":"@syncfusion/ej2-pivotview","version":"18.1.36-beta","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@18.1.36-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"cab7ebe9eb67d96c90df75980338135dfffdf21c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.1.36-beta.tgz","fileCount":254,"integrity":"sha512-O3SbKBKp8eX7S+D95asnOIlIO/TxnFWMdoufcA+t8KYZH3cSu3imD9z3dJ84rBP7+YmAtLxvKU88Ua/6lCPJpg==","signatures":[{"sig":"MEUCIQCHY0J6WCXRTHoiegJ5FmbM2qkE2GzJ1P/UgNvjQecgagIgUZzLnNsMiXxmfpimgwvp6ZACgZ2R6HErhh7Dp8vZhu4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34618069,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeczk6CRA9TVsSAnZWagAA2mAQAJk8wiBMHYjsYXlQLnPn\neMhz3QTB3/Rnmlu4WwgO77VdstMq7yrP3z+BgDstMfLeeEHy+8zwmKwU4rUj\nCzy9I5w/FypY95da2D/sEuVzaBtjDmBEYH0Bl8EVskeeigFLjwMy/6z+xKKk\netcxe0YFyJyFz8ChSapkTgjyqSXdnjPWept6zSro58mt+VJEd+Juw0eFMDdT\nTJX0U58/smy1jtSCxtunUVkjMwRTski0oKWwSbP/R+cjEkKmUtcOnQscpM3N\nntu/8I3Bm6b07ArKqt80oaNdLiASZGb24FMBc45fzno+qhMUoaBVpODZZRXE\njUXW4XYFSUJH1/PRlmy8BsFZuyXnntEzcqotJ/07OIRuJObvwGNlsKB6C2wJ\neXVyfijMPlzDURZsKQgaTo0PMBCtWSz8iH3ns75G3WWPx2W8PTHdbvO+Flfm\nIIy0mjly78r9rQwzz/Xugy+pK1+/XhuuFpe0m0Ur5Ajne2i/ipLaYS1UA8uP\ny0EjXPsCvZH6BvPbFUnTrSYgfRDgX0PiADEkhs/rTH4QrXcR7m+tfwett75n\nEwyxGLPq316RezCeffArTlvGu2B0a9kEc1jDLzPCt07o7vAAS/gB17fFJgkO\n+WFv3ZcCZJelJ8FcHqCJVONXHGSrk5ngVZ1X1OgHEwVmDscdmlDePrNPhTaW\nUxv1\r\n=wAH5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"5ce74e9fa70311a62c17259cb5b5f0c55c247c49","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.4.39.tgz","_integrity":"sha512-w9hfj0/NiB1vATSfO+VsaKAfhoflv8O/wGi2xlAHkI4N6aAV2UuS8S5xxHx9S2frTVW+lbc4avWyZj6upsoqaA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~18.1.36-beta","@syncfusion/ej2-charts":"~18.1.36-beta","@syncfusion/ej2-inputs":"~18.1.36-beta","@syncfusion/ej2-popups":"~18.1.36-beta","@syncfusion/ej2-buttons":"~18.1.36-beta","@syncfusion/ej2-svg-base":"~18.1.36-beta","@syncfusion/ej2-calendars":"~18.1.36-beta","@syncfusion/ej2-dropdowns":"~18.1.36-beta","@syncfusion/ej2-file-utils":"~18.1.36-beta","@syncfusion/ej2-pdf-export":"~18.1.36-beta","@syncfusion/ej2-compression":"~18.1.36-beta","@syncfusion/ej2-navigations":"~18.1.36-beta","@syncfusion/ej2-excel-export":"~18.1.36-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.1.36-beta_1584609593665_0.7215726976533725","host":"s3://npm-registry-packages"}},"18.1.42":{"name":"@syncfusion/ej2-pivotview","version":"18.1.42","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@18.1.42","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"99033882ff1ffb350349437442d8f459706947c5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.1.42.tgz","fileCount":254,"integrity":"sha512-9IfeFHeLbcX0LD+wiqKnmCjFf8U6v2M2AhxV2ZB8j7k1DfUZVk7s4ZtCe4Yg9pRoKp6SgltOvNfMLeZhNaET9g==","signatures":[{"sig":"MEUCIDr01CwXe5t1tT+dn7WRBP8Qqt+TIqf0RN1za9UFg2G5AiEA7aFQm5rtKNgHf/nVPFCh/sKbDpayl8OU8O/Yo1hvqno=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35579492,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehHKkCRA9TVsSAnZWagAAxpoP/AqWRmd7Yrel7Z8rbVzi\naEupPCky/42wEhHvCX0cptKw1wLZsF4aqmIJ/r2b+rLOA2C2AFuVpMXjlW5N\nDJKRvBWyRb3TpZRT085mXLrJ0+APkVuPQGISfeBwqDjVivBwTFqg0Fvth6o7\nGyeooOc1THaqebDhIcutQqVxKIXklKuDItLonVNSEuIdAnCgy2nYJATzmyeO\nYmIfbscTXjkqSqoDQ23HbkgwxDNSCAyxbKtShm3iSQYPBBuBH9t/3+brDaBv\n6IsJmj7pi+240lHOyGsoFPA24Z+g2asbkq8OdZ/zzXjlnX8PY3+t+3mDFygm\nDdGMdQNGS+jRze4EG0wHo1FXRrVbt++Y4YvwEV4U9lzspCeJRchfu9QpgNMO\nA+pnjbzzAv2N0wzMGf6tbWd1ZqiaYo7KAMZyh965Yg+qjkZbq4AYeItj/EAs\nEEHlPwFOEIIhoWWjFXq+qZPoY/764IExK+l4fWylPK6jk0gnTeZGhQsRhfgK\nQ1KRh6b0mz1MtMlaSfOzcN2IicQs0HDiAIoLI3JRQH1kvIJsomxe8Vo0IEM2\n9vzZRvTJrH0JPvLSSRGyiYg/P6ZX6hw01B382wJbPhC4MdePpMpwUzINDF2S\nQ0nE0IF7UTn1rss/A4DxiEnMFFQehwFGi1nAnMc4R3y5yagRvKhL3kdw/fSP\nl3c1\r\n=fiKi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"cf94cde875290dda1833007ab965ff57fe3a71d0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.1.36.tgz","_integrity":"sha512-Fk1pnM1HWhyqtjB1wJewqhA+drgMu6k4fRSH+XHKkls2RQokuQ/4BAJhzbzXuqJT6Ck5fDTMZzzM+hkI10VlpA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~18.1.42","@syncfusion/ej2-charts":"~18.1.42","@syncfusion/ej2-inputs":"~18.1.42","@syncfusion/ej2-popups":"~18.1.42","@syncfusion/ej2-buttons":"~18.1.42","@syncfusion/ej2-svg-base":"~18.1.42","@syncfusion/ej2-calendars":"~18.1.42","@syncfusion/ej2-dropdowns":"~18.1.42","@syncfusion/ej2-file-utils":"~18.1.42","@syncfusion/ej2-pdf-export":"~18.1.42","@syncfusion/ej2-compression":"~18.1.42","@syncfusion/ej2-navigations":"~18.1.42","@syncfusion/ej2-excel-export":"~18.1.42","@syncfusion/ej2-splitbuttons":"~18.1.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.1.42_1585738404129_0.2378700283474624","host":"s3://npm-registry-packages"}},"18.1.44":{"name":"@syncfusion/ej2-pivotview","version":"18.1.44","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@18.1.44","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3f3525820b72a2d61521d2560c5b9d289c00ddf5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.1.44.tgz","fileCount":254,"integrity":"sha512-33tfi0+kmFIch2weNS31qGFpHDKdNz2bXAmEF5InC9YqD1fWh49jD1OwIXQ/GJDltULEGAouCpeHI3WC79FKtg==","signatures":[{"sig":"MEQCIFuZtDHVC15pozXG59JBKVaR3+LvfbgtAekKp6XPsfN7AiA9+4upicewiYrQExhiuBHnCEf9GFFlYtF/s5q+IaTtVA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35615010,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJelaHRCRA9TVsSAnZWagAACk8P/37JEfdfjOVqxhEI2Ss4\nhsgN0yc6WulGgkYJ5KCDD6PtepRPbH5zozLw1BJt/pIPixU1peXdes4VLm5M\nw8cM8dst5CYgPuVKHuB1P1ivq312hd4ML0+cqtp9OCx4MpkwJLWZbE/WeNiW\nHAAan96u8nNi8L4Y3hSYan79EZNQAqKtd6cA6FsP31jKk2gqLx6d22kA2sMn\nXzDuTbaoXeQNPGvV/tBTMKxdnJqW4YbmIWS+HMEDvJr1ii3By1c1AGrv7reo\nTKbhNBrSf51l7fOvRLD+aXeqjASTWYewifAlDNqHWQUmD/igRSMhe6Y7rU2Y\nFG27SZDxriF//5DScwqi9uwVrZ63NTTtGwT7Xnqb8KsdCJh5YcJAxvhwyEVB\nCQTSel+KKNczMEL42QMq48Oq5SyCLVJfb9dZGJAXCLWJ45iHkzC+VFt9dBjJ\n49LwMKYvNEIqm5nB+cpwCE01Mrt7m5BvH7Wlh/eicDLGrSx07qWZUyHxRq85\nnAuE/c4ozaNtMgLm0hO1BZMVIe/vfupwbybwuZ9J+ItAyYQHC2/VTviTXdqA\nfGHVHpYabgC07IIFcMsj4HfsrQMR6IR40nEEYbHWPFRcMZqIh12Q3atouyKI\nXAA9eXqZw0PaBtdUc3PHfDY6PSdnDsGxwGdmHDnj46vOT/LXYHqujRFb0fAa\n2Cr/\r\n=w90a\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"c96d0d5b617969ed2d0889c4976406b6ba60333c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.1.42.tgz","_integrity":"sha512-Z5x4F7XwShbkJhCq9/5/SRErPIadm1gLT9OChskTDOLS9PGBoQvNN9nbAVnKXK2Rd5zrPm9weUTrvykiKscntQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.44","@syncfusion/ej2-lists":"~18.1.44","@syncfusion/ej2-charts":"~18.1.44","@syncfusion/ej2-inputs":"~18.1.44","@syncfusion/ej2-popups":"~18.1.44","@syncfusion/ej2-buttons":"~18.1.43","@syncfusion/ej2-svg-base":"~18.1.42","@syncfusion/ej2-calendars":"~18.1.44","@syncfusion/ej2-dropdowns":"~18.1.44","@syncfusion/ej2-file-utils":"~18.1.42","@syncfusion/ej2-pdf-export":"~18.1.42","@syncfusion/ej2-compression":"~18.1.42","@syncfusion/ej2-navigations":"~18.1.43","@syncfusion/ej2-excel-export":"~18.1.42","@syncfusion/ej2-splitbuttons":"~18.1.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.1.44_1586864593000_0.503798022522548","host":"s3://npm-registry-packages"}},"18.1.52":{"name":"@syncfusion/ej2-pivotview","version":"18.1.52","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@18.1.52","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"574474fb52cd76cb179ccafd18ac7a04b90b0984","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.1.52.tgz","fileCount":254,"integrity":"sha512-G5mVe52qCRFMsiR1J78kSvYkkGKuo0usI83XjeYqo/uBVl+GZB6vRRA77VEdw4r/EK2k6UbK1n0tTYHxFnJNmg==","signatures":[{"sig":"MEUCIDkWh8Ov1D8O0TfjNSm491dA6YdikX5tXkZhtZk/ZFxFAiEA29coDCB83f/ZczQtb0sZhDzxsk5T2RBqyRMA+LpOjw0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35681434,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeu7CTCRA9TVsSAnZWagAAlcwP/j8luEDVYcpcpete6wjq\nIZLcpXmIB+tQM98ZTmRPadE9zE7/hsB2n69UWOuB10a67zpQ58sqv0d+mBJv\nKzzJ7AjmCpud3JPtHwSsdoahdG27JhysF0/laf0Wqa3NdNyZoH4Rn1JxEQsG\na4X4VshOcJVp4JX9zEiSnyxEiW0f0QnqahfC0IPb9DftilXlsZ3fnGtl2tsU\n0XKfzTASBmSOjQEp3D+bHoxFl1VIrEZG/Kr9s0IgaMhr5B5t+hnGtup728Jg\nOt+K97fqmLgp5Yb28S7TNuSEneQC1VsXUmZmSVib0NPQIZw0XA1SDwAwdBSO\nvXxEJoy8T7WEMndbVS8tnglepdo1Ci+jmaV6Byp9cV3LK0DOooS/4OTgH8h0\nc7epmihfLoir9uPjfW6yrFbfkBZO/XH74ng9Z0KrblrdrxySbVzdoKqWsEVG\nDUjtf9P8Rav2/HSkLp/A1sNLCn/cS0qVjsLR9HjuyHVuKdldb9dIGhfrTkQw\nM2akzYMeKtY0YT6y2Wrv6l6vV60e07D0c43UHkKPVsGUUvkSjJkvANm5M6vE\nwAK45v4Tor6/RyColLQOYihslTIXypxvk14k188SvHn18LsMfazKmKCXRT/m\naAfSxP8UU5Yj/+/zulH5cM3AJ/ASn4Gj3gMvv+xeIuJvq7UtLtrfdoKYcmUr\nENcB\r\n=eKRU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"a335ebbc018d276ebf91c1a416f8ec0782e1798c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.1.44.tgz","_integrity":"sha512-gstSgy/2wd3YWe9tqaxn224rOPO0y2CzhBFQVrH2j92RlWV7iZS7jIZ3mBsxJb0+KZFBWLPTmIN7/PAqgK5FKA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~18.1.52","@syncfusion/ej2-charts":"~18.1.52","@syncfusion/ej2-inputs":"~18.1.52","@syncfusion/ej2-popups":"~18.1.52","@syncfusion/ej2-buttons":"~18.1.52","@syncfusion/ej2-svg-base":"~18.1.52","@syncfusion/ej2-calendars":"~18.1.52","@syncfusion/ej2-dropdowns":"~18.1.52","@syncfusion/ej2-file-utils":"~18.1.52","@syncfusion/ej2-pdf-export":"~18.1.52","@syncfusion/ej2-compression":"~18.1.52","@syncfusion/ej2-navigations":"~18.1.52","@syncfusion/ej2-excel-export":"~18.1.52","@syncfusion/ej2-splitbuttons":"~18.1.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.1.52_1589358739283_0.5942076888220558","host":"s3://npm-registry-packages"}},"18.1.54":{"name":"@syncfusion/ej2-pivotview","version":"18.1.54","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@18.1.54","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ebf1c621f66c88c4c7c801ff042ef31bba3639fa","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.1.54.tgz","fileCount":254,"integrity":"sha512-d+MtvjOb7vZtiwdVlx2GNxM2ZAdrx/J/PNGcKrkygmaZFovmHikKbMfCp1tf2GrNUlfTR8xflWMRIeX26cpYcA==","signatures":[{"sig":"MEUCIQDfjsh3/P22M6vtCCArHLI5llOhnA0TYD2estnVf/TDqAIgV0jKjYFJkrum6qEE2YwahT/e2fdbED0BTWV7Lqbmxqg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35700491,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezO9DCRA9TVsSAnZWagAAFLcQAIKUDyCWMrXp8gOgs1Qn\nhOMz+g6e3yMEQJRAIMQ8oXKiuitu9t6zrM8ueQg7f9Z4AomKejtJyH30Ur5E\nYJofNaHZ+y7C5D/SEE8APQs3tfXfRo4KqdO7vL9XF3NuREjcCqNXqjUG7WXj\nblDZBB/pFjmh+YaUmQrRij8HY5J9QxL20n/l3SoKIgDpxHr7WTZ5r6woJ0gu\n0sRqRgb7RQU3GVHnuSfd3rKXbWgz7H4LZHTnSZ4XwMlPRZoM86Kxezh5sYQO\njmakh6Nfj/P48ggdYp93Z0j3zf7tW4lgQqleoCwRqiUbJsNlJ7W6icD708cm\n5wu9ov7/sUZSTEQHoTsZDJbeAGyKJoPnICO2J1uoW5nysJTJSxrTTshW6Kdg\nheh/n8/9ZL2NtwpiwUOwkoWKDaAueSvCEQ1uk/D86G0kri0QZKwY5Be177tk\nraSmaZL7l7qflOTvKZBoISHr/wfekv/ejk5r1STaZQkcDnjIYPAq9CktXxI/\nqXOH4x0Q46a9rqeyf6/Ts4edSTYpSzogFf6fxWHSRMhG0DoFMyxISsERTjXH\nFzOL3jENG0tZAq0wlKwKQZwMkdwYyyMVogWjOpVc63lh0D1Y9aD/AnHItECy\nGQaZybnvbwar/m/H0rwqYONTr1otkSyhbjK+xVpkw4VbKFOJDAU/JmyubwA1\nlhUF\r\n=k0Et\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"6e01606a525dd37ea62676a347c97afba9285c88","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.1.52.tgz","_integrity":"sha512-HL7dbfD0LLM9mhGcZzEV+ZPBXQvXQIFMCIq3LFMvvRAUFTVOfejGxgFkhy+oXUqHFLHtvbaNpXiFETYGBBLlmA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~18.1.53","@syncfusion/ej2-charts":"~18.1.54","@syncfusion/ej2-inputs":"~18.1.54","@syncfusion/ej2-popups":"~18.1.53","@syncfusion/ej2-buttons":"~18.1.52","@syncfusion/ej2-svg-base":"~18.1.52","@syncfusion/ej2-calendars":"~18.1.53","@syncfusion/ej2-dropdowns":"~18.1.54","@syncfusion/ej2-file-utils":"~18.1.52","@syncfusion/ej2-pdf-export":"~18.1.53","@syncfusion/ej2-compression":"~18.1.52","@syncfusion/ej2-navigations":"~18.1.54","@syncfusion/ej2-excel-export":"~18.1.53","@syncfusion/ej2-splitbuttons":"~18.1.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.1.54_1590488898589_0.3147215934975045","host":"s3://npm-registry-packages"}},"18.2.44":{"name":"@syncfusion/ej2-pivotview","version":"18.2.44","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@18.2.44","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f4633b97b156ea51e4c41b1e03737ae520b8b428","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.2.44.tgz","fileCount":254,"integrity":"sha512-hkX5hPCkqjDg9g+Ev+XXrDtNJH1r87WDQOn2vmTc7NFhos6KLkUscTa76tJgxINpdnlAejurR2a9uODy5POXkw==","signatures":[{"sig":"MEYCIQC+/1oRC7s4TYf7FHmBjFPfOVMSQCbuh+AFtu0KVqKouQIhANNRgbalEKmGPU4ygDq7Xe3G0l2ZpeNoGD3ZWggpkLwY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36656749,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfA8baCRA9TVsSAnZWagAAyFsP/iaqt2yJvQskv3XJALCI\nhfNpm/4wuF6biMb8j3Er7DmzIcFUDhS7tyTpK+FMFVBY2/hRNayUS9jOnLzq\nerekSXHDgGvlcz1yTYPY+dguT01ikuwTCB/xBTLn85PjSxUcbhP9IfJ6jOQH\nuAeJvvcWCECegFvJK07oCa4kpNWFvH9HZg3Bdkx3ljjlbfWTtPmFAAu9ZoeR\nSpyArV5RFq1SneTXgGV5Enqqx3vbiNKtnVV6rlrYb7paqP41voqxm5d9bGwl\ngnCn8r7aw8qakNsVpqCMRaVERfWL7VGTbupQjLA/4DcllKq5SvwhYRc95kr+\n/MjVaFurzHcaY+Q3noHdDkK77fut5HvsXq38/ShmoLk647DD+bdx2RdD9uP1\nG0alHtoEfIh1dwcuExR3eL4PNoaDkSDHF3qe54Q+220XsIrn6sXmvdMfoVYB\ne0aTT5oeEjzUQbsoifZh2JeHFw2CJIK3DbTEMnf3U9xMpw2giLXCQGOgZm8P\nIfoZwB7NN78khy7LW7co/Wfnv83xnwYOJdfxJDbScx3Z+Pt4YHfMkq2bT6if\nd07yE5nVLcT3/lQ5rCCzOC9peBeIm1G0sh9lSvIsPkXHFYZ7jY47jb1ktsmg\nV7jljy0E94mdIxY0K9WRdyccIiLmbC6RxEOCak1HjJTISSuZkUG8L8OcO9r/\nua7o\r\n=QsBz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"b95893da91035276e16e3696e6a5fa1604443585","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.1.42.tgz","_integrity":"sha512-1O9o4J5VvSdw3LFwxJ1+EhxjRz1l49ZIqru5KHLto4FXea2LtbkuNlAXz6DvZyFVGHemgBztCzX7CgM+RST3Vg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~18.2.44","@syncfusion/ej2-charts":"~18.2.44","@syncfusion/ej2-inputs":"~18.2.44","@syncfusion/ej2-popups":"~18.2.44","@syncfusion/ej2-buttons":"~18.2.44","@syncfusion/ej2-svg-base":"~18.2.44","@syncfusion/ej2-calendars":"~18.2.44","@syncfusion/ej2-dropdowns":"~18.2.44","@syncfusion/ej2-file-utils":"~18.2.44","@syncfusion/ej2-pdf-export":"~18.2.44","@syncfusion/ej2-compression":"~18.2.44","@syncfusion/ej2-navigations":"~18.2.44","@syncfusion/ej2-excel-export":"~18.2.44","@syncfusion/ej2-splitbuttons":"~18.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.2.44_1594083033923_0.8036145378648025","host":"s3://npm-registry-packages"}},"18.2.46":{"name":"@syncfusion/ej2-pivotview","version":"18.2.46","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@18.2.46","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"aaca6e03272a87446ec6c19c9e6a3ed4c9823b7b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.2.46.tgz","fileCount":254,"integrity":"sha512-qtWH8JMCFAQA1bFMJzs/m16eeq8PrGFhpsEuev4Lh1bgyjLWBesJvHuMGD0Vdn20vxAqKQ0CcPEwktn6G5JYdA==","signatures":[{"sig":"MEUCIAiv28w9yR4X9/twIYOtDIZcYdffaBMYYRS+IdtJopzOAiEAndxsT0TZmQidY2PjMliwqDYOn/Nml8YrTnb/rWsdSfM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36659760,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfFqGfCRA9TVsSAnZWagAA+TIP/1Mc57CwaM0ilAwy43R1\nnJdXLr/A+CmN6+v+XTo59bbPjoONXpD2dutXn10u18o+uCjKWak6Sl7MCLSp\nOizXm1X5twkPtCmxAXddTB/VJWsWSfTetA2cjm+3SggzgSQ8KsohDHkoNToM\no8tVL93FUoFKSBs+B43vzApHE8l5AIVx+tXbEX6179lStY/E6J9QcmOKN3Ms\nvdRSdXkHTy7fX+FhYtayQ2HXjqaHSabTyTzRyywF/7yN51sYUVQsF+5+/Gd+\nfUfYNNiZJbO6FJT1bM9/eFYm5Zn+58mIUChLMXBgqZ7zvD7T2mdpm6mb4N3Q\nTxffdUZPuAo01kuCYIdoh/fc6H65qkAXly6UgOKssTQxKziCPXNB1OWTLsM8\nV/ljCMUAqRxFsXv9fb9CLi0Et8/EFoMxVEFWawrjrDqwgzJYQM0H1sFnswPf\njD+LyvHPfDXAPxHfu/PH7QksRD5onCLodwE1BQre8USJ+rfvPmnsCBK6LIao\n4nn3OZCpirNEjVhK9llnP1XNeJdsI3Uf83obhmHGjYugGgkz5FNYXRY9wuTG\nHB6ZdBZwBbbqQ46OudQP0ElAexhgfFNn01qDdOi+NuJx4vwVHPWjw4jwLQBC\nPZw1vPnrwlAwr+rop8s523l7dywAdWUt6sF59MRr1MBoykq64zFToYF0Guts\nOjen\r\n=MIuk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"238f70f3927aad41cb2a6dcf45c6d5822d45a88e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.2.44.tgz","_integrity":"sha512-sNHlP3+8E6khRG7oVJ5MS1g+El96729+JJs9IcbleT7L0+x7/b4ndHeP46CUf7Q04yU3lrfrs+878H/rnuFVTQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.46","@syncfusion/ej2-lists":"~18.2.46","@syncfusion/ej2-charts":"~18.2.46","@syncfusion/ej2-inputs":"~18.2.45","@syncfusion/ej2-popups":"~18.2.46","@syncfusion/ej2-buttons":"~18.2.44","@syncfusion/ej2-svg-base":"~18.2.46","@syncfusion/ej2-calendars":"~18.2.44","@syncfusion/ej2-dropdowns":"~18.2.46","@syncfusion/ej2-file-utils":"~18.2.44","@syncfusion/ej2-pdf-export":"~18.2.45","@syncfusion/ej2-compression":"~18.2.44","@syncfusion/ej2-navigations":"~18.2.46","@syncfusion/ej2-excel-export":"~18.2.45","@syncfusion/ej2-splitbuttons":"~18.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.2.46_1595318686530_0.741985673748291","host":"s3://npm-registry-packages"}},"18.2.54":{"name":"@syncfusion/ej2-pivotview","version":"18.2.54","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@18.2.54","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"84bca34d97a1dfb91ece860a8e5381cac8f63a8a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.2.54.tgz","fileCount":254,"integrity":"sha512-TXN0n6+/FcPoDOSPOlsI7MyHBX7I1/ZaHC3LLWClCvhiK9Z9UConVEWY2V1zl2b0jdQZZEwrWypJF0Ui5yA6bg==","signatures":[{"sig":"MEQCIEWm5b8LGrtoO9i2vV1p37Q7aO9MioTgdaBJwnK6UyLSAiBXe+ZuVsEx/gyP/UVlH3X21FwIKTZhECiEjpsszMoTCA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37101565,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfO8pECRA9TVsSAnZWagAA2o0P/2ZOEImeMUKfnJ54178Y\nen/jCDMuELwTd1XIOhQFzvUagUH4juPlRWSJ0fxgSNnreAxKuBznrwVf1ehn\nqO3y/1Sg3fdu1zzZb+dftR4Dmou+mbhA800mEecRYRklCx/rT5lScCDlxhWn\nCQ8SkwJC54tkDr6vAlE0uQmM9zhcMy+MXqYzbrJ+5BplZ+owIaOhNH5M+rYM\nAes3jEN2z2fkobZgIIwKLGm0G8pIpOPFX+g+xzES0LNWbtxSu1zItxLDH8AG\nawB2mt4JmlIOwQYPGejzVKTSY/77D3qLrEbvaNs7CrBvHGYS7U7g16ACIkyQ\n18EW8HGEgB5aJJR6MPdd6a1E99+DbxQtK9wfN6/ORnpRpFYYI7wsXJ6H2LRk\nA7BYR3OO7YS6/qYN3sbMxNsMkpDY3E6zRMSdZejy5u7jVLBorFNYHui8ZYM8\n6lhF/EXDGb8TcsUF6tfGqAKDaxpKch9n6alul32xqhu+y7WJIX7dBj2C4Q+l\n/eIc0zbAHHiJh4S7K+LoH2oaa6BDbkGzKjeV2vbg+rPmn3cR/Iz8TLb4pSt4\n0tU7j3dMxluchIXbVgVhg1OCSDG+3pZHJhUwacNfIUV45p5XbsS7DC9HWkGh\ngtUL389Bwvh/3+5Avhb6frBfs/ezuNRC6j1xxRuyfL8tvVNkyVZkcAQsi2IJ\n/tCL\r\n=4uAo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"903007db2f3927104383585a78aee51660f209d9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.2.46.tgz","_integrity":"sha512-BtF+M2AnuHkajV8fXzH6blLy/dvm5+FJPjfvgmFmdE/taziyG6Z5In+Tycx8OlNFT+sD79PayMmeromxyqXOQQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~18.2.54","@syncfusion/ej2-charts":"~18.2.54","@syncfusion/ej2-inputs":"~18.2.54","@syncfusion/ej2-popups":"~18.2.54","@syncfusion/ej2-buttons":"~18.2.54","@syncfusion/ej2-svg-base":"~18.2.54","@syncfusion/ej2-calendars":"~18.2.54","@syncfusion/ej2-dropdowns":"~18.2.54","@syncfusion/ej2-file-utils":"~18.2.54","@syncfusion/ej2-pdf-export":"~18.2.54","@syncfusion/ej2-compression":"~18.2.54","@syncfusion/ej2-navigations":"~18.2.54","@syncfusion/ej2-excel-export":"~18.2.54","@syncfusion/ej2-splitbuttons":"~18.2.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.2.54_1597753924200_0.1632135117619049","host":"s3://npm-registry-packages"}},"18.2.55":{"name":"@syncfusion/ej2-pivotview","version":"18.2.55","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@18.2.55","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b89f5b380ed6f53ed62b5c648e5c2e3268227688","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.2.55.tgz","fileCount":254,"integrity":"sha512-AdW5culosnMUBbSUL2uHnkAbTQ+HBx3viFvZXkqorreoGTjWklPfzSCX+tLeMEi8LJ7XBIhzK/SFti99lcyjfQ==","signatures":[{"sig":"MEQCIFh8za08sUyBRePCHieogfbEDOpHlnzNEh8cGYu4zzmeAiAEpiZo7f/yDxD8Vn78Fj7wKDoxvjFcCNoBP8/evSZcNw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37136780,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRSHcCRA9TVsSAnZWagAAroYQAI8e8ccH/hWBKC8kmOlM\n2KthIavuRE/ZsJmuJ7lPGh768ixhgW6N/iuA++iQ8SOuVqrCgm/3ezotHSqf\nBmmt6SnBLSA3uIlKZ8j6iF6G5LIjqTbdXaHXAOaOGXQqciMNaAYPEUbmrOty\n0/5TgDZlB0aj62/D/Dsc2z4eqEzIUkA8dIAVvu6nYF2fWoeSvSOA3ycvkps9\nrb0xEIS3FRQQbpBocZbckXlgJKHrM1emlmS4O6UzTFNW3viRoD8LLaW9s7Xs\nt7qK78yWMCuzAuCaBawvry3buPv2Y/1moI3/3VkpHpwaJPZTASHMLzChOc5A\n9IGIt7A+TcZAANBBXI3zaxoE7SugM09OYibFGiRLeAzwaadfdDO8SOI1tE3z\n+pbgW/eg1P+cPvPEZeqpqre70l8WiUe00dsDWPgOJmUl8dkuUGgECsYADi/B\noPeIOqOgcEEdjeZR6/ahSKLU0Scjj7Bj8LRQptzHhBtu1pxK5p+m2vZyZEwU\nMe2zRp79Rw4q/hTqUnZp2+K5MhgxkkeECBs5CU52tDBM7pjE7yQ9Qp6LKZE9\nDbIXME6FKfcDpFVXkpnzHzlfmT5/ItGl5NLHA46lsmUueC6XPahKH2FAPyOz\nEsWFRevFhHHe/fLESs0pX9xOfBLpDxb1HlsClJPrls2L1MnBDy5wMTeetkZ5\nrYZP\r\n=tV4Q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"a3f685fe0d5f8d46399a8f9bf6e7099692c918ef","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.2.54.tgz","_integrity":"sha512-UK027yp7EgfE2DP+dW0TZZW5v23RDZsJDfKIj3ciOqbqF34mIXXr7/8x6YJ2KyOc6IH055LqveKQG3FjCc3G3A==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~18.2.54","@syncfusion/ej2-charts":"~18.2.55","@syncfusion/ej2-inputs":"~18.2.54","@syncfusion/ej2-popups":"~18.2.54","@syncfusion/ej2-buttons":"~18.2.54","@syncfusion/ej2-svg-base":"~18.2.54","@syncfusion/ej2-calendars":"~18.2.54","@syncfusion/ej2-dropdowns":"~18.2.55","@syncfusion/ej2-file-utils":"~18.2.54","@syncfusion/ej2-pdf-export":"~18.2.55","@syncfusion/ej2-compression":"~18.2.54","@syncfusion/ej2-navigations":"~18.2.55","@syncfusion/ej2-excel-export":"~18.2.54","@syncfusion/ej2-splitbuttons":"~18.2.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.2.55_1598366172376_0.4289884166042386","host":"s3://npm-registry-packages"}},"18.2.56":{"name":"@syncfusion/ej2-pivotview","version":"18.2.56","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@18.2.56","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d88ced9205610e8953ba4d0176b7dfa0218de5df","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.2.56.tgz","fileCount":254,"integrity":"sha512-wzTq7BtI39osNHJ2B7nY6Rup+ZpIutwtXngFM42FmjGHrIz6uDOeMLay6/1Ux0Li7l1wiBv6mWIjUV/iFykkYg==","signatures":[{"sig":"MEYCIQCHc4Us4C829LxwlflTiQFv+WVckyVDyAo7OZxXJmeLDgIhAJVLvgaBDID7oLDChpP5Q8arMEaM01fCccWIDDAXsWWX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37184619,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTjUZCRA9TVsSAnZWagAAbBEP/RuexwJwQaSbtKO+3SV0\nR52+K86QEPbG653XyoFaDn5/VIyl7uleoZ19KquPXtnydLh0ap3rmnmHSbDO\nnOsZOEMyEmZh1LAr2QC6CJyKw/7hl7N3ap2s/dyo1pmQwoubIWMDhLlmiQ62\nW2RZnmz45JeRSfNVccWLmQet8Cldxw08sbj740LVHeCM52dFWSbYZAvgFG6a\nUOerEJrfoh2w00F3ygjhSKC8UYK1ekeScQxW0bGV5GKNpOxvW1s6qNGGaRkx\n8XhO0hhhqApk5GfYUGri3sqaQ9nepxyeWg2HW52NG4KS2lLOpADTXw9UXu2s\nMiW8Bl1Nn9DmLIj4AHln5c49REii3WLRaLWv3vzi3HLupCuNpm2kwZca5Hzl\nP2QJP6tKZzF55V9SKC//tWmbCrB46H3lbq8JMQMD2lMZBRDz/WyMvMO4q87x\nW4K2tLX8yTrYN9O0P4Y2u2tgy0Iz4adpjPgnGMJwZSI5OU9mRUn1LoAQtICS\n669vrWAeQFC2KfTde9sznMefJl4ZpW/UmtoLhpMTp0iLSUHtuw8leIjm9LOi\nAHn1EYlvG6OTr3IBqJniMNnEABcZWrQhIo+Et3N8ZrtP/mvuzu9d/1KGXlg2\nTVSrUxfzihu16CxfLSrdYeTOhRtP3hXjkFMKzk/SRtLFclap56qLZhVKvPpD\nKhlI\r\n=jiw2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"2272703fed89707c660effcd90b25d2ba549f129","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.2.55.tgz","_integrity":"sha512-HomFTnsjVqalnTiHIABc/eZU8JohutV9bjdWPxj+eqER0SENAtllAqXa8BtftCu2rGAZnEIsJgx1Ypphvzi+Lw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~18.2.54","@syncfusion/ej2-charts":"~18.2.56","@syncfusion/ej2-inputs":"~18.2.56","@syncfusion/ej2-popups":"~18.2.54","@syncfusion/ej2-buttons":"~18.2.54","@syncfusion/ej2-svg-base":"~18.2.54","@syncfusion/ej2-calendars":"~18.2.56","@syncfusion/ej2-dropdowns":"~18.2.56","@syncfusion/ej2-file-utils":"~18.2.54","@syncfusion/ej2-pdf-export":"~18.2.55","@syncfusion/ej2-compression":"~18.2.54","@syncfusion/ej2-navigations":"~18.2.55","@syncfusion/ej2-excel-export":"~18.2.54","@syncfusion/ej2-splitbuttons":"~18.2.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.2.56_1598960920938_0.12390082008862935","host":"s3://npm-registry-packages"}},"18.2.57":{"name":"@syncfusion/ej2-pivotview","version":"18.2.57","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@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-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ec74e33199250aa5b30f00db2f4fda02a032e1b0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.2.57.tgz","fileCount":254,"integrity":"sha512-oUGWi8JgBr7aDlnfG8rSuprXrjYZJHZUdcQC+LnRu4XyYReVETxw02Ji1jDixpeLLmn1zqIvsq7Ym7fbYts0Zg==","signatures":[{"sig":"MEUCIQDKn4Go175cbKr/T6sEqVxbqHuwms0aBhzMHTFASmwWJwIgDU43hmwefqYMG6w5S2bT7Vm/oKq3WEl+OztnkTM0q1c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37321704,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfV3CjCRA9TVsSAnZWagAARCsP/i+pfWcrGizewHHK7ZUM\n2KklUaq+1JwLK9tyS0AxaD8apRBisqGj+4w8P94VZxIMiARD5oWsvifaELPR\nvG/rLIT5vbKS+Jnd9U/OB4O+6FQG8s6roUEIwipYcVepcvYCx2R8hHwfM1GX\nZK/ePBJ4bBkthR4lSRsa+hdYZMIPdO3gQiiQ6bmR5VwMLvb8QoR+w/TyUzG5\nqFJi0QcGiTlLzkF8IP08yoA0R5EempuNBEXGFgryXd8O8dnBOlFbnTxIHTHD\n0+nCZDBU5vA61thXHZpm1fuYxZZDZ8lq8va3tVIKP7AKB7XmosAubS4idrJb\nqhmCriEMTw5paUdTgftW52iv3DqRPfU8pnA8V6CWPZnBLW6YkdxeHNDS+9XX\nn7lVcebZjZpQAkMDhfprEq0Rg4hxk38C7sh54c//VhKVRlDvaBSC31thEWh4\nQnZnQoaP+iNhAW8ttpAD3EM1K1H18os6RIOuViS4KrJYKAO0h5+M5cDxhCMB\no/ENPhSLzBtMCNrYMX90+qyqgVHI3DOM/ZMvVkLii2H5ojbrWuXZ6M2l4ziQ\n/VwEGyJOaUoKQ8wiLyEemPjci4G9WYkfVBH2fQCFBC/BRjnINqYa8rvpfiP0\nTYdVawyYRYiCwJp2EvGCBe9qomY2wnUM6Ck+1jmNJ294yPorEbAe/4NqQ5YQ\nBBvg\r\n=dqP5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"a3b4671a750acf9db042636d6263a260fd5ce545","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.2.56.tgz","_integrity":"sha512-0WU4eD3hyquMXLrhpAN/kvW+3hKUnbEBMZ2ZneGWwa7FR3MHUO72XGdzWoQzqBPPIOkyKufIDLKqMyunNlgOvg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~18.2.54","@syncfusion/ej2-charts":"~18.2.56","@syncfusion/ej2-inputs":"~18.2.56","@syncfusion/ej2-popups":"~18.2.54","@syncfusion/ej2-buttons":"~18.2.54","@syncfusion/ej2-svg-base":"~18.2.54","@syncfusion/ej2-calendars":"~18.2.56","@syncfusion/ej2-dropdowns":"~18.2.57","@syncfusion/ej2-file-utils":"~18.2.54","@syncfusion/ej2-pdf-export":"~18.2.55","@syncfusion/ej2-compression":"~18.2.54","@syncfusion/ej2-navigations":"~18.2.57","@syncfusion/ej2-excel-export":"~18.2.54","@syncfusion/ej2-splitbuttons":"~18.2.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.2.57_1599565986614_0.7979265641710431","host":"s3://npm-registry-packages"}},"18.2.58":{"name":"@syncfusion/ej2-pivotview","version":"18.2.58","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@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-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c5dee8bb3e023a37d92dbde0dd0fbcfd20141ddc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.2.58.tgz","fileCount":254,"integrity":"sha512-6XU5hLy8GDoSo6fo61ntKrpv9cXKkbYEwC+hR7FIGpE69VkC9reE7z1akKzBb4pm/ABXXkFnK4ZZPE9QtEN54Q==","signatures":[{"sig":"MEYCIQDkIQMl8re7KnWpz0METHY1RkP656h3baaqCVbXIx+PgQIhAK5kkiT+tz4KLksyuwvSh+f2E9yC+aRozvcmTROC8AP/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37343818,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYNT9CRA9TVsSAnZWagAAG4cQAJpn/w/fMhkr4KDcN4QA\nxyXYFFnLLFCQ27c2U23o1ec1+IjDJnE7Dje5Wybf/9ZueRsOoF/uv1r8VqbM\nKEzMvVTQ0PzRAMiGs7xqg5H3M1XKO8DDLxlpSZopt/pcUseCUzbU/HLJ1eV2\nSPs0JFj8TaABRnNiMrfxcAPU47TA0KIIRy31HbdiEnh56W38eGV8oJcbS95J\n2PZHG98OB0QbOcY+qlVcphFKrAA2SFWtnj2f8vfQlGkdyYsEwA/6N0wgOq4Q\nwPKmv1JcmtylCww19zUJLpVJDJtPQSeLXDnerbagPEdXeUjeVt79DBpMz1Zs\nd7vgW0xYFMifzVOylokEe+Y94qnpr8hfM1Q5BgRXsdH+L9Mt5ENbS6iDjZRw\nJaVtOgAbTG7dAKzAn9r1lTjIigMbHbV0p30yVkuMbHGk1fYVrThk+BaEX/xh\n4cvYfdXdPCrx3wVgmnKsZ8bwfHGF7t4ysUB4n3ogbHRjhHH/JnD7QephFiyD\n2XwM6ajN2tAA992FIm57+e4lEXgH6pFYopVZ1hysAnBa3hCt6SaMGJDPT/EA\nrfXFq000aKWsq+fyBj9vCIh7o+5VW6wU6e/RfKiMhdnYFivXbvC/aLJIbaRl\n2E25dYNvxLCO9s85So1RFNGTwfC62M2z2eOvaW+fanOczwJG6HGgIlxuUTPn\nsoio\r\n=qugt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"982644f3c065a0255d7687761787f6659a06f0cd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.2.57.tgz","_integrity":"sha512-ujuysGAPE2eNWWsON/+7INf2x8CnWIMXOW3m0wwostdLbiXr5JVvlSimXr5I+GhsqKgtD1cVIPVq3kd5oTU/2w==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~18.2.54","@syncfusion/ej2-charts":"~18.2.58","@syncfusion/ej2-inputs":"~18.2.58","@syncfusion/ej2-popups":"~18.2.54","@syncfusion/ej2-buttons":"~18.2.58","@syncfusion/ej2-svg-base":"~18.2.54","@syncfusion/ej2-calendars":"~18.2.56","@syncfusion/ej2-dropdowns":"~18.2.58","@syncfusion/ej2-file-utils":"~18.2.54","@syncfusion/ej2-pdf-export":"~18.2.55","@syncfusion/ej2-compression":"~18.2.54","@syncfusion/ej2-navigations":"~18.2.57","@syncfusion/ej2-excel-export":"~18.2.54","@syncfusion/ej2-splitbuttons":"~18.2.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.2.58_1600181501079_0.05555282570393261","host":"s3://npm-registry-packages"}},"18.3.35":{"name":"@syncfusion/ej2-pivotview","version":"18.3.35","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@18.3.35","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d3fd31cdb5f89f36d7844f7eeaaf236832279ec9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.3.35.tgz","fileCount":254,"integrity":"sha512-5WFlBX6fdlvdo06pTtZTkfhcnuzbjb6crzBldS8WNSOAKPAbWh6rVz4QHzcSI0WjMqNUm64o2vaL62T1TFe11w==","signatures":[{"sig":"MEYCIQDcjk+oUr8RvsWpu/GtBTy++cFvM9hLyOQmBDAiyo8p+AIhAJFqHuI0b+VarwOxBeEijaw5ehwuBn/AbKJzRh2WNxAd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37386167,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdaZHCRA9TVsSAnZWagAAoYEP/3LD4MDw5ayrQLGhjx8R\nYIEuK2WU6qL+stRGs6PS1shFf+F9wUEFR5uUK6l9MFLqih4blV77hQK9113g\nEVAjr/+93ebkmfPIK42ZVs2J3jkN7bQAkprRhyG7kg2P2dF+N4job1h1WTaz\nMJ6/NbSKTKC448t50S4HKc2nQsbj5YB9o8aMW9WxIvbfNNfilpxZZWQBeZe2\nbyzvrhRN1eZn+XjX9O/+B5E1uHXS3FqeNCOTYjBaH/7rPlx0ckbJueSXiiYq\nMhTFvj1QGeFAXoCdRzBgFiz+4qvLknGiAj2NKNWwWiE3tI78V86+2jguuG2k\ntYgq2rzwBjGq5x7VQ9vXCKpFOtE4kIE5P6MpTKta66i7X7RxmybxEbPkIBN3\nAU69nWW1lzqSQ2qrqlyrNq/HTsUAq4YBtx6kJOOUpi1Ox0V1jI181/hlBwIh\nR87hGVYYT0+brUFwEwOPS1ijzrBRCVEIl4J+P8FYhCJdOlzfjGVR9TsvBADJ\nHRNc5LkUV0dMMrR4q00hYXmSaTL9zZOBiwzD1kCC0mS5F+ZkGzct41qCzYyM\nIfN3mpVMyIJXcm5PPhSwLB8CpCYZG9mxYmAwk4/e/apaIWYbvLUis6F7R+zK\nJ9w+ZS89/69rFsSIXDiwll1KbxhQPRcCW20Pq5fyYofX7XuMJYHwvgYJiIdq\nbd6W\r\n=7wAJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"6eba24879281b1b80fcd8f0560a575e220d5ac72","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.2.58.tgz","_integrity":"sha512-lbwWVriIY7OuMdkHBoIux2PvQasJOQ7V0F2TsIxN9EJAVgC1kUi5Ur7khMayUvB+Ofr5cOAG423X7m9zaQbLjQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~18.3.35","@syncfusion/ej2-charts":"~18.3.35","@syncfusion/ej2-inputs":"~18.3.35","@syncfusion/ej2-popups":"~18.3.35","@syncfusion/ej2-buttons":"~18.3.35","@syncfusion/ej2-svg-base":"~18.3.35","@syncfusion/ej2-calendars":"~18.3.35","@syncfusion/ej2-dropdowns":"~18.3.35","@syncfusion/ej2-file-utils":"~18.3.35","@syncfusion/ej2-pdf-export":"~18.3.35","@syncfusion/ej2-compression":"~18.3.35","@syncfusion/ej2-navigations":"~18.3.35","@syncfusion/ej2-excel-export":"~18.3.35","@syncfusion/ej2-splitbuttons":"~18.3.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.3.35_1601545798874_0.4308017379614444","host":"s3://npm-registry-packages"}},"18.3.40":{"name":"@syncfusion/ej2-pivotview","version":"18.3.40","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@18.3.40","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7a34edb0863bc154bc2639f1e816be5a536e4dcc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.3.40.tgz","fileCount":254,"integrity":"sha512-tiYr+o2znfjDoYwCacPCK+zRt93fu11428Prm/PFDr904aw+Ujg8slx0z3fasufhGy+8eUprfmG2PN/y/kAaKg==","signatures":[{"sig":"MEUCIQCR6ilLjoViRC+3v/eXi+MtJq5CJYS/p0Ftu9hhjJFRkQIgaTs/UEShMk/nOjCbudZ5M4e5OG7dSLJ0+vk5oyvJupk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37394924,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhbN6CRA9TVsSAnZWagAAjSkP/3AmkVl33Gb6PitoSx4V\npW41YZhL8ey9CS0LHyKz1YU2E5v+BTahz0GaRpuriTWLGx2LKqo+oXNfErxK\nyfQol02AfMUBDxJLA6FBbV7QqhEqwV/b0jVCuWnALD2y2tRG2G42xaR4n1xE\ngvOErpTUJXZTUo51xZIVLN8K9dRBZbfee0JwHBUlA67wIoOz48d18X86DBoY\nHZ5Os/XXK8H6084pLvjq9AONXkcA5C9EQh0o5a08ohBYX1GEFMFyCS0gTQBF\niZvNxnqyuMlEEKzvnl7QKv9SYL2s9dG4RUct33/3t/Ah+2+Xz1hYxkyMSX78\nz+xwK/CSpGP+sZIvRobGB2XAsvTZivEAbeu94WOVZ1d5vKQ+jUKxck6qLtFj\nU7hK+T1bFbxly5N1GiNp20f1hz6ZeSkHPL8cmtfBw8x6J4WGHQ6s82mthYkw\nTW0DQkp/bDFrzi2uu6i7nmR1efK1/izfCRXsXbHw6An8pVXxFSWzgeLFrK4i\ndFqwdrLfAdXxV8enEiFUode92fWS3iEwbE0cfDBHR6hEyLJbgPEDUQjnZbSy\nQasWdDfD5TKvz34FZQCwALdUeQbnJ6bcHbV6GGd64oNVKd8DY8/kJ8BjrZGP\nq/x+rOLX6/EOFnoUjidkJH/zFI+/qfSaNUax686O/e+PeSitD1z24vhY2RWP\n1oyU\r\n=r+wV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"c04300ab420ea6f0cb902062e56d9c79e35f9fb5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.3.35.tgz","_integrity":"sha512-TKbE5meBrxSBL6Qp4GMKabHB3+jaFXmNSY/Dg0XivEUQl0h0NXEh6+f0P4NjfTYMZ+J66RN9TjKxKLxIyGAhRw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~18.3.35","@syncfusion/ej2-charts":"~18.3.35","@syncfusion/ej2-inputs":"~18.3.35","@syncfusion/ej2-popups":"~18.3.35","@syncfusion/ej2-buttons":"~18.3.40","@syncfusion/ej2-svg-base":"~18.3.35","@syncfusion/ej2-calendars":"~18.3.40","@syncfusion/ej2-dropdowns":"~18.3.40","@syncfusion/ej2-file-utils":"~18.3.35","@syncfusion/ej2-pdf-export":"~18.3.35","@syncfusion/ej2-compression":"~18.3.35","@syncfusion/ej2-navigations":"~18.3.40","@syncfusion/ej2-excel-export":"~18.3.35","@syncfusion/ej2-splitbuttons":"~18.3.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.3.40_1602597753928_0.6736796524127451","host":"s3://npm-registry-packages"}},"18.3.44":{"name":"@syncfusion/ej2-pivotview","version":"18.3.44","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@18.3.44","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a8675789a75dbeab88325244b6a01610ef009ce2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.3.44.tgz","fileCount":254,"integrity":"sha512-A/MnL6RA6CxaoVDDwCtPiBJN728fZWG3tsJHUYJLKump0no6+6qU5voLs+7loX6HYY7XOcXLyOno3OFL/DJHEA==","signatures":[{"sig":"MEYCIQDyxzlqbXDAKso4/4zfvBF5BksZscNNePJmyF6RIqKw1AIhANWIomnPxrBpInglOAl0jsR4l3GDz56noFEih4GLeq6c","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37395437,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfl/vwCRA9TVsSAnZWagAA8qgP/Ayod2JKPD5pv0rAUuH4\nRp++6Lida/4SXxc/JfR6WaRyN9xOpx9QwOA1MWd5rEl+yjUJqRSXbpnQl+/j\nbCE8ZQFuSIJsjCP8S9O5SVyHPfi5y5uM3E26YW85YD3jcsmkijzOXxZMUXeK\n9/BIvmkSXhy0cLVXIM/gkuyi8FDH9hq7mvM4ZKImuvhyiTFfNr7Ggjk66CZ3\nq13cah1JZAZjV1Er5sHk9cSj3xUnzACHOfUNEjDpr6+JAPfahExXAaywZDiL\n9nOEveXq899KF6cHgZvvLR79EtCR5bezSD4ukcq/La90yGNlgiDQqbwF/PfN\nSwtMh8yv2vSuIkjXOXgGFeFv8nLDY5QJ5ANupP+U9GGwzMV0+wUezorrwvTc\nsuymhU1YReUBvmjBEwjZ5sBstC8NgsbF1HxbreAD8HMzBHbhTCFLVKcrrH1M\nze3a259hjEkjmJUSrt3MbmteJlS+Z6spqfGuQ/9I6jjjMSMPd6TsgN7mx/zz\nWYpqyW6K//ypIN/XpaSFr+n1lWOkv+u0jIF13vXxk87UAEbjELRTQR/D/wvM\nauh3F3W0PTrqtn8hhp3u1p/CjgF7/mwy7nR+WRFCBDQcmrO64GESAPlTQe4P\n8fgsKrvcgxVT/ktXoqB7KhVPU3TP1dW6CyXitnF/4tPJcoXN1czUccoKWUY1\nWIAE\r\n=H/Cp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"6c3e6d6443a52a09a002951e2582dd2587ed4227","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.3.40.tgz","_integrity":"sha512-+hyBTieVz4+xR7Z5cBbccZeE7ikuHA4PkaiJaIlfdN6JqhY3F460EuBJJBCgq5R+ooKj+sxTB1AwZqQkAOsWxg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~18.3.44","@syncfusion/ej2-charts":"~18.3.44","@syncfusion/ej2-inputs":"~18.3.44","@syncfusion/ej2-popups":"~18.3.35","@syncfusion/ej2-buttons":"~18.3.40","@syncfusion/ej2-svg-base":"~18.3.35","@syncfusion/ej2-calendars":"~18.3.42","@syncfusion/ej2-dropdowns":"~18.3.44","@syncfusion/ej2-file-utils":"~18.3.35","@syncfusion/ej2-pdf-export":"~18.3.35","@syncfusion/ej2-compression":"~18.3.35","@syncfusion/ej2-navigations":"~18.3.44","@syncfusion/ej2-excel-export":"~18.3.35","@syncfusion/ej2-splitbuttons":"~18.3.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.3.44_1603795952250_0.09557701025537924","host":"s3://npm-registry-packages"}},"18.3.47":{"name":"@syncfusion/ej2-pivotview","version":"18.3.47","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@18.3.47","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e797b560efa73ad99fd98b7e4eab6073cfcb2e1d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.3.47.tgz","fileCount":254,"integrity":"sha512-vdijQrtEx9N2x4My+QuniydFWTmIhmZzHzGps1TjXfe/NrQJ+feAROnTCga8AJYMl4MFCHic6MFI9fqL5MxyKQ==","signatures":[{"sig":"MEQCIFSWI7tfnn8JaeGo+H1UlGKp3UDMbVutNmJiWo2z4RLQAiAem6Pj6SpbIULa8Ua8LJVF7AjV4XSyQ5YQ4xnpmB2Q+A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37665365,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfo7abCRA9TVsSAnZWagAArGUP/iw7NKJ75rauhdgyiyt3\nQXFQKUTnh7dZfS1hkNpoYYkvij5PvvwtMOn6SIRVcK8FF2H4wMVcnIgiMlFg\nw1k7plfouPUZF6671Ai1sZAz+tInaAf9TEdgDzoqiqVO4K7NgWl5eeAcc0Jg\nr79xO1SspegUi/00h/wzVq/giJmtKyPyu0lWc4CZoOK80waS2N0AFWfhYWGL\n16j5zD0UxCI1fpwKA88hTslD+pOpR9sZ279UW7zjF6zEhdJkFJB/YXvQhvsO\nEu/orqnWAb6FuYurQs+/f+BvJt29R6EAjh/iPeBdXc7dNaxpf0dZMCamW03W\nv1L/P2BHC7NkVrU6w7ZaS2JpHuEvZwOQFut8/yilkerYfOFZqQm/06brjZdp\n3//LTwxRsHWNwlZV/YbU+T0Kt5Jf2aEsWLhcpXkLa+q+/tAeAXcucWrfj8ZV\nYpQC4ADNtWv4S3yD1jWkE2Pfx7r+3ESbgcrItDi4qEz+kWCgQPPHiCFhKTkQ\ny+IQZXhrVZmy8nTk5d8OCiIfFd8VHAXegOpkmFlFnw5oWeIaAoWt3jxyEzXJ\nP3YjsGpVFdDnN2+aImR7jH90vcfGzGgKbLfOXSYPSxdnxg+rtCGjdYK4yBmE\noF3DnVrS4xIaNORQYhr/5kKqP2e5vS38sb9cGfdzB2z3139Xh+bPxpNq2mBr\n9ZPk\r\n=YoYf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"b36022ba9fccf0bc23d34573cb430e736b73ad6c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.3.44.tgz","_integrity":"sha512-gGa0xhtkRTmccOEiBf4mX52lcL6A8zjiGv842cmIrZD4FpPnBshRpZwUCkR+FZlX7aCSXebFLk95km8Zpi/QAw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~18.3.47","@syncfusion/ej2-charts":"~18.3.47","@syncfusion/ej2-inputs":"~18.3.47","@syncfusion/ej2-popups":"~18.3.47","@syncfusion/ej2-buttons":"~18.3.47","@syncfusion/ej2-svg-base":"~18.3.47","@syncfusion/ej2-calendars":"~18.3.47","@syncfusion/ej2-dropdowns":"~18.3.47","@syncfusion/ej2-file-utils":"~18.3.47","@syncfusion/ej2-pdf-export":"~18.3.47","@syncfusion/ej2-compression":"~18.3.47","@syncfusion/ej2-navigations":"~18.3.47","@syncfusion/ej2-excel-export":"~18.3.47","@syncfusion/ej2-splitbuttons":"~18.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.3.47_1604564634867_0.6219385598978684","host":"s3://npm-registry-packages"}},"18.3.48":{"name":"@syncfusion/ej2-pivotview","version":"18.3.48","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@18.3.48","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"73feb2c33eb7dd1530b99e2a690e00ae09c04833","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.3.48.tgz","fileCount":254,"integrity":"sha512-DBlG30mUtz51MLDMUyiMzzME+OVsHTqRsxgvea6rcjERPQDLNa5o+R+g9fVx7PlWKJgK18KtaO7eEaHZQwzpyQ==","signatures":[{"sig":"MEMCIEIIy3tSnoo2bSuW5C37nfQFpfUolEaL21kNV6uIMDUKAh8wfcziS3bmiCWIynqlBgtPLMX3CFKphRmK0HmIxgPA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37687314,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfq5AZCRA9TVsSAnZWagAA0rcP/iEzhIHbn5VnNEeExjPC\nj9RvyIR7jU0IHhaxI4WTKFQZx7DN2+pLvvnw/WYTB+8vLFSUHNh4uiixFRtn\n6luXXObIhd6f+M1G2+tdOay1h+CH3kNmykZfQpULECiyJ3sps2BiKpWnZ6hv\nVnTlY/DCCdmf48ANBfRv1ISdSeJIZ0Jtt7y7HG4wt2fkK/H8g3Bcs+Rhze3l\ntzf/iwj5pD7KAPpNO/oeLDj5M3JWePQaS+/U83BklhHHkFP+gBoG48sRs4Xs\nUEFC3hMma4NVb/3si7I+eDqepm5vlmArhL34kRpDmlNOoLSyyDqa3AlUscGM\nX4GV9FnOx8Z+eLi5HQ3ES7vBN4wgeX8SVRnWmkV0PUWYbJXq5fN/TH9Dgvat\nktXp1JQBmZC1dL0Ql3tOn2Zyfu7YWKqJ5p2Xlj62nTjDEAF4F0I9Il/LO5Fl\n7HAcMivkmIHNesgRR2/ktKWJLbO20TncEVZln6bz/bI8Cv8r6H6p3FAVKbhf\nZrDBCE7JWTZn+LEBN7WWL7Ikv3kJJ7ONW0+KNcUaI3jrYngGbq14zdEZdtVj\nQjF1QRKeh+Aoe0ihs4QTnKr7dg+1dMx9DP1+IAOnVKcgH5xqhME9iCjFvTU6\n5qWrrn/hvJaHPGiMW4C/guLAo5jqYWCYw6I4GOC3+moFyCGbPm4H6PUFkO8y\n5FZl\r\n=Scq9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"456be7d4223d42f31a4fe430a9de73be04413f32","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.3.47.tgz","_integrity":"sha512-r9/j5XSC2KdtbwrgluVAuciMWvoQa9g7vq3C8Z6rKromW6LizlkQNfpIUaMXgoya8/ijm73nh3IHGi0LrxrDYg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~18.3.47","@syncfusion/ej2-charts":"~18.3.48","@syncfusion/ej2-inputs":"~18.3.48","@syncfusion/ej2-popups":"~18.3.47","@syncfusion/ej2-buttons":"~18.3.47","@syncfusion/ej2-svg-base":"~18.3.47","@syncfusion/ej2-calendars":"~18.3.48","@syncfusion/ej2-dropdowns":"~18.3.48","@syncfusion/ej2-file-utils":"~18.3.47","@syncfusion/ej2-pdf-export":"~18.3.47","@syncfusion/ej2-compression":"~18.3.47","@syncfusion/ej2-navigations":"~18.3.47","@syncfusion/ej2-excel-export":"~18.3.47","@syncfusion/ej2-splitbuttons":"~18.3.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.3.48_1605079065233_0.25197904016683337","host":"s3://npm-registry-packages"}},"17.2.52-1205479":{"name":"@syncfusion/ej2-pivotview","version":"17.2.52-1205479","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.2.52-1205479","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e1ede392a6841154c42b0d19b979c9befbb8f86f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.2.52-1205479.tgz","fileCount":244,"integrity":"sha512-vdUc2L+pC6sPaZaEEf2Zh4wi5Ce6SKLIlax04hswVhje+nCOoMFPCFWkD32EP5EREkULoOZYwAwQ6Gsnt3fWlw==","signatures":[{"sig":"MEQCICuZHG5lBonSnENKJ5+WE96ceBOs89QDLVGF5vdXQUqWAiAs+WDsweYSFtxO1ozXUv9qB2PdFcGIqHHSdmeXr8mwAA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16585895,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfu6uYCRA9TVsSAnZWagAASIMP/jiPftS7/c0KemSmECLQ\ngpVxlK0BsrVnqBOfuvw4x3XGcVZg3ZOQoL7/UGq3NY9iU3NYZ7fV2lgk6KFi\n1ZhlgxA21UHniN1jBwHmk8y9/hGamGmvNPtBgoHqGVLItd13qX2KfiU15GpS\nyo3apLjmaBA8SkAYHDUxl0ZiY4n7NI4scRkZ1XJyoOZjA1+UShbyANwzTi/E\nCPOyPW2b179+1M3L0bwUFb7cVO776Qvs6kjZ4XRacFeaKvb60yBx89YXrO1E\nVewGqUUWFkesnJIq5zb5F/Olb9Uy1Y/JkydPcs8Tzw7gmPgsS/37TqivLJ4+\nf3O3X26hirPkJTIzm2JkeM7xpfSObaKKSlzI41ZJlKu277Ur2aDM6rJ/y9np\nIu1GJZoqa6W/A99sjUOf1NQP2MLxoKREBIKxcM24uMs5pCpsiSFADyWuYwBS\nFRneRXmLYOzufpN6eDnT54jUCozVjL+ybzUuHVuDUGMWEjCbJApV6JmwFwSj\nzhjDaP6DnP67CZ9B7XoCLWZGbMex5iIQEmWo+oSVRLXanlg3xqpFKMIeBroT\nXTYUIdV8d4cg8tOKyHAzpvPFwIfGBVHcR3KHLJTBcsfXUekplSlHPAV1e2U3\nAg9EPQquWULLmissHB9I9i5+UUOpL0RojKw3xNYL2ts+yYtwii+daa5H156Z\n8+Qe\r\n=oz7D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@~17.2.47","_spec":"@syncfusion/ej2-pivotview@~17.2.47","_where":"D:\\today\\cusom pub;ish\\node_modules\\@syncfusion\\ej2","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"89e619cede0ef2c7b93b47bc9c0141c32f7bfc32","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.2.47.tgz","_integrity":"sha512-dtROOlGkQJT2yAuAE1s58KK71Ua6xl9jRGwlyC/CadGOjZKDn/rRaczE2lX3pM/2LTW3SSUOGUqylNGkFvPZmg==","_requested":{"raw":"@syncfusion/ej2-pivotview@~17.2.47","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"~17.2.47","registry":true,"saveSpec":null,"fetchSpec":"~17.2.47","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.4.1","_requiredBy":["/@syncfusion/ej2"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~17.2.52-1205479","@syncfusion/ej2-charts":"~17.2.52-1205479","@syncfusion/ej2-inputs":"~17.2.52-1205479","@syncfusion/ej2-popups":"~17.2.52-1205479","@syncfusion/ej2-buttons":"~17.2.52-1205479","@syncfusion/ej2-svg-base":"~17.2.52-1205479","@syncfusion/ej2-calendars":"~17.2.52-1205479","@syncfusion/ej2-dropdowns":"~17.2.52-1205479","@syncfusion/ej2-file-utils":"~17.2.52-1205479","@syncfusion/ej2-pdf-export":"~17.2.52-1205479","@syncfusion/ej2-compression":"~17.2.52-1205479","@syncfusion/ej2-navigations":"~17.2.52-1205479","@syncfusion/ej2-excel-export":"~17.2.52-1205479"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.2.52-1205479_1606134679363_0.022482263170199746","host":"s3://npm-registry-packages"}},"18.4.30":{"name":"@syncfusion/ej2-pivotview","version":"18.4.30","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@18.4.30","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a4d9fd5fff06db86f7824d389aea8d1477e0b2a0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.4.30.tgz","fileCount":254,"integrity":"sha512-fOnSFtwr2Jm+5BNqhqOShiHnLQkktuXVQZL37HQ1+z7mAzI7+qKHbneSIMDBITXL1zgORpUbwSfx1FOmaBbPgA==","signatures":[{"sig":"MEQCIHMaV/r+kCH4YbZQ2rmAd+IkFJ4O5acM0xkDllV8BPd9AiB6ERjxacskQki31W1LTKLNIpR2Gnx+95ySi3QTxNV3cw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78470193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2wmVCRA9TVsSAnZWagAANhIP/3+TqVMf0K2f3YwPmmmS\nhnVrmLKQZ2tNBRKw4kMh+UkUuUjzh7oCZYJlhvvrqowfRngFKOrTs9sTO/IK\nTX90Ayqnnav8vlEi5WRA0TwhmELIQAMIgi9cv3gAdaajWAIXXDqA+4/E0ekm\n9XcldZQ/ZgvXdd51CKGmDBAp1Qd5DxkTjuhzqBcTBv9aXEBeTVLoEKnIZEfT\nawRdQSWG2Duao9Jwzvyyd/kYGgepHodHHIlD03qcuxO0VHenopA3uF4Cf4mE\nWLN1bs93A6yvjYHcSzIibp6Fh55LOiHgMw6DclnixDuakrCxmSm7JOOz98Ne\n4JjlaULpkDgpMqVcQbwvDatZmS2vKkMF3F5gkAWO0bk6+9KG+Pr2SoAjxAbZ\na3eDjgqqnd8VgiDzrLB0NoPt7XuZtsRIjITgm2aYO7iwm5nGo/LbAfOZRBnW\ngafi8QFmtVDsvoIjhycTZwr1X8R6o1lEyjfvl7mqLcLat/NHqaB7dImQOHyb\nkwLW7QYBKojHTrm/X32y4qW+fPRuaKyLzhbH9znvTcDeBYiuSOt06qY7jsMf\nb/iseKessMmyp+FJ5P3Kbh8sqW8ol0WLY4cvRMQ3VRl7A2Dylw6ipQIYW1f6\nJIS4jljzbkaFh4VlWrDmP58aP0kdVA11JdOg8v0lu+S/0xFffkLFyfGM/02G\nLUd5\r\n=2xRX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"344d3b450003cd01506f40bf037c17888c67061f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.3.35.tgz","_integrity":"sha512-63U+km1rne0mWl5dpLeHD/49nv55seVSqz5WF+cqV2mcpD9PRDwbVT4cPVs+O3Kh8xW1dVdkehFNDkQw1kqXeA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~18.4.30","@syncfusion/ej2-charts":"~18.4.30","@syncfusion/ej2-inputs":"~18.4.30","@syncfusion/ej2-popups":"~18.4.30","@syncfusion/ej2-buttons":"~18.4.30","@syncfusion/ej2-svg-base":"~18.4.30","@syncfusion/ej2-calendars":"~18.4.30","@syncfusion/ej2-dropdowns":"~18.4.30","@syncfusion/ej2-file-utils":"~18.4.30","@syncfusion/ej2-pdf-export":"~18.4.30","@syncfusion/ej2-compression":"~18.4.30","@syncfusion/ej2-navigations":"~18.4.30","@syncfusion/ej2-excel-export":"~18.4.30","@syncfusion/ej2-splitbuttons":"~18.4.30"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.4.30_1608190357322_0.4711596549895285","host":"s3://npm-registry-packages"}},"18.4.31":{"name":"@syncfusion/ej2-pivotview","version":"18.4.31","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@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-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3d4697372ada973c11871b1d9468fe53ca9722ec","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.4.31.tgz","fileCount":254,"integrity":"sha512-xXRQlqfAQI6DKrn10w/5Ifq2bKmgs5apQ7UtJRXEdyEXm3y4zs/ybWBnOVa10P5ZXnin6AJ03HdokeX9E2u0ww==","signatures":[{"sig":"MEUCIDDVjcNZFyDHYQBbHl+qwARKgxYdbKFcvqFLBt5PMnvdAiEAmcBLtibpLP2KhO/hqLXN0I8AMmrZjQOyOXUMplolKqE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78471904,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf4dy2CRA9TVsSAnZWagAAQpYP/0ta7VTV+gOnL69VKFg0\nIw3sExzPiDDwnr7I3tcod1Tpbh4F3aCTGvSB8E6S9IyX75REH4FXKj2RNDD7\nbLiue0iRczDpuDCj4Qj9so/Hwp3dJmxlrpFq3DfHko1t1f1OWMsDMfrNTqqR\nZ1a+OXnBVCOsL+FRLUW+QHnb6MwdzKLQHIOpz/Yg7UYHzrqPZFFzvp3SNsJa\nxXVvUH4Q9bqwXBDXhWzYf2w/PtTRQQ0xiMMsE0eCnfYyN6VyQr71mIoZOj0l\nY5ubtEWt4j4kp0aRY/24xlUUHTKG5FZ2964tg30Iehihfp0yJ6TndSpZfhb8\ndAfJ+AG5s8BSCPB78VPCGLJNBNNv+uKEoKzY9yTWkRqvOW65aqN/ycsb7r9J\nRA43hlQFnMl1qMybidFtXaHUBGVLoD96TwE146eK8CDG6UMpjLNpz+HyIIa7\nkDhfPiZbiJN5sckFjGY+OPNXLpS9tnLIJf5qTKgp/IaIa1N5s1Ewjrxubrp1\nCi2KgrEaITpCEK09xoiUb0sFLkyMnvabkhGnqOC7GWDqCOYMqi+t5yqGgPPP\nUTjfwFBchCSFVq/vFSkV6k4ezAF4qGJOIdMGaXPWjqN9ZVKCRTvlTTjTeaWc\nlWPwpd598ULSx6aY6Xt05CvOz4G9f1jYB0Rl5crhVmc0nAkTM9FPhhmedfJR\nPQjP\r\n=ff2c\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"641376580e3fe56f3679b2d963c3c713a4e609ef","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.4.30.tgz","_integrity":"sha512-JkKH6W72zjdrilOpVbtNGzwElRr/WKk1gvKVkZLtg0IEZ30wrgq/V2VMZcoYGDSjCNfXBy5SsjoP0LfLaU4i6w==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~18.4.30","@syncfusion/ej2-charts":"~18.4.30","@syncfusion/ej2-inputs":"~18.4.31","@syncfusion/ej2-popups":"~18.4.30","@syncfusion/ej2-buttons":"~18.4.30","@syncfusion/ej2-svg-base":"~18.4.30","@syncfusion/ej2-calendars":"~18.4.31","@syncfusion/ej2-dropdowns":"~18.4.31","@syncfusion/ej2-file-utils":"~18.4.30","@syncfusion/ej2-pdf-export":"~18.4.30","@syncfusion/ej2-compression":"~18.4.30","@syncfusion/ej2-navigations":"~18.4.31","@syncfusion/ej2-excel-export":"~18.4.30","@syncfusion/ej2-splitbuttons":"~18.4.31"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.4.31_1608637622235_0.13888660839124167","host":"s3://npm-registry-packages"}},"18.4.34":{"name":"@syncfusion/ej2-pivotview","version":"18.4.34","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@18.4.34","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4902e7e4ae5b7858429f08e95f3ed7dee5b4c8f4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.4.34.tgz","fileCount":254,"integrity":"sha512-U2/IjFuRo1cmyN87OXRzjB+vIFLHYXODAfZV1160tDYlmlTD0hlAJpfllIcu7YSxSjxUfSd6tf9haJ51oCx/sA==","signatures":[{"sig":"MEYCIQDItZLjYkhuV8ww4n2eLntsxw5T/NO6kpOeACVHEDQfxwIhAJNjFO1v0PmX+iKmuYWgv+vLb+ZfUmIXRMomVr+ydlOx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78510584,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/bUkCRA9TVsSAnZWagAAy8wP/01UgCaXc/MvMg5hPMNu\nFS+Muchzu1MgI+L96dp2GVS3TYMkGvbbRnZwNgZAd+kwg8LmwuEsLaOX/RIF\nMU2hgQpQOIj4i0Kdpz5g0FdvAOIjfJHNSqkiXxDiusuCBTeoxqFBwR+1paIG\nfdSh/DSd7pjkI1907bUuJ4p7Q789wuiZHUwpzq/69VYvlK6TBq4VV/T7ywT8\nrhztborRLgPCl3kmkhY/ysIvPpBEGugw5Z1iEgBLKhGGr+YKaddLRmagvyYx\n1FzGrMkvTkcnTiHv7E44dSLXZBYqm7O6NqgymceRDMs3vdWOO67UhSUn3nmL\n8864SyU7FImpasO6q3HLXAwOKQmyo4ewJ3wpfEVSSnHfxQCnqxp2ufzRPEsJ\nk31hGyxMT3Q1tuKys7nee6LzWqnUatIuG3KPGLdp9nsMJ7us/vI7zbpNSNL4\nLuowyrZ096vA17O+nEU5cCk5EomK+Mz5RFC70mMiguSHIxRaTSf/DmxB2LSD\nYFXK/8r89uCXIahpZHhQJ3k4WVLv9Dam4/qP/UWTYJUDiG2xjFxO2lr6wLsB\nIaKok1I5jv06CBhlYDCKYp2W0t9x6fFD2OFF2Sy+NDVQT9vJK1cOyz+r3CN5\nMKSRSg0Dqr5SV5b8WpyLd4gym6sjhWw1RHKstFEKSCEmFzgWBVeiqg8UPD9z\n8Cqa\r\n=buUd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"a6f09b6fcfba5d9ad065ef6dcbcd398cf7bb36b7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.4.31.tgz","_integrity":"sha512-MH/3RtCQ8KYavgpYbhDJ9F8BJUIMMRJ4RNKEUaEDiPO0f2TkEqx0fldaQuOSpZa020QCqQVW8+zurIUEDU5NLA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~18.4.32","@syncfusion/ej2-charts":"~18.4.34","@syncfusion/ej2-inputs":"~18.4.33","@syncfusion/ej2-popups":"~18.4.34","@syncfusion/ej2-buttons":"~18.4.33","@syncfusion/ej2-svg-base":"~18.4.30","@syncfusion/ej2-calendars":"~18.4.34","@syncfusion/ej2-dropdowns":"~18.4.34","@syncfusion/ej2-file-utils":"~18.4.30","@syncfusion/ej2-pdf-export":"~18.4.30","@syncfusion/ej2-compression":"~18.4.30","@syncfusion/ej2-navigations":"~18.4.34","@syncfusion/ej2-excel-export":"~18.4.34","@syncfusion/ej2-splitbuttons":"~18.4.31"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.4.34_1610462499853_0.5658935639660809","host":"s3://npm-registry-packages"}},"17.2.55-1205479":{"name":"@syncfusion/ej2-pivotview","version":"17.2.55-1205479","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@17.2.55-1205479","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"373232540a0f04f90b9bddc167da3095f0b914a7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.2.55-1205479.tgz","fileCount":244,"integrity":"sha512-qFiKydYcvk20e+Dfkp4tUbw1Vm5o7HPeG6EHoKnrduZWtWoUrw2i/oM4lhOKaflfYbrk+XAYoM9ScsN9Mqv+Lw==","signatures":[{"sig":"MEYCIQCalLFwK+hCeeISq79/IQxMGnIDeXFm++OdAHUHx6T8NwIhAIUGncxjI9ByAAEM3fiG6T9Rml9RcSmCrFuTU9MzVZpM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16585743,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAV3NCRA9TVsSAnZWagAAv5QP/2uMiE1N9c4WyGMRX4QI\nXzu9TilC+JuPN8JZw8BdDptAg0O+WALvEhFJBIrBTu/c6i/xPn3A9ANvT9kP\ng/3bWtEOdNjjbPWjeqiLmDAWDy4E6KYd+SyC4GLb2LGe+jkCTFP7ApR6Ty+/\n3ZtonSFJqLFUObnq/nRZijWNVYGxtaRoxmJyAMi0XJRVkzIWZ3Cgzyg0LwqD\n6wofaSr5EuT9aAytjJA1/g5h8G3qkGRhddKyaGwXJxYdBVfVM4+XKjnBff33\nJR39XbA0kuOWzn1aXr4dyWL0VoCFTFeP/jnIchuw36ttl2wOdbFjN+fCOfHe\nqN308xktYviOI4dvSU/p+HsWKu6wRzBunKx/clCujSrBCu0ZVawKZkQ4nhks\nqtOWw9zDNZHdS/Nppoon6J/sihfwnZTxwYGwzE80aGhAHeW9ELQCiwON2FLj\nJSXFdchjOx7MNO07HBFNHb9mzK+mpNAYL79hj4c5lLok1shfbWZL3toHsfkA\n6YaTuNAQVC00yLbakg6jrLOaHVHbQRyU8s4eKoamwUvjvZZw5bz+hTVuRkpz\n5W2dwZm0PpIPjvS9CTVFEGTyyfuWeBDez+cQjwlfgdyi33uOGQWlmnVtsRtC\n0EuEudj4m47WC4+8VBAmkdQz6sP0J8xyxQGCOkoZxjKwV+pxNTLPUY4Z/b2G\nWUo6\r\n=yqhk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@17.2.55-1205479","_spec":"@syncfusion/ej2-pivotview@17.2.55-1205479","_where":"D:\\January 2021\\package manual publish beta\\projects","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"e1ede392a6841154c42b0d19b979c9befbb8f86f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-pivotview/-/ej2-pivotview-17.2.55-1205479.tgz","_integrity":"sha512-vdUc2L+pC6sPaZaEEf2Zh4wi5Ce6SKLIlax04hswVhje+nCOoMFPCFWkD32EP5EREkULoOZYwAwQ6Gsnt3fWlw==","_requested":{"raw":"@syncfusion/ej2-pivotview@17.2.55-1205479","name":"@syncfusion/ej2-pivotview","type":"version","scope":"@syncfusion","rawSpec":"17.2.55-1205479","registry":true,"saveSpec":null,"fetchSpec":"17.2.55-1205479","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.4.1","_requiredBy":["/","/@syncfusion/ej2-react-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~17.2.55-1205479","@syncfusion/ej2-charts":"~17.2.55-1205479","@syncfusion/ej2-inputs":"~17.2.55-1205479","@syncfusion/ej2-popups":"~17.2.55-1205479","@syncfusion/ej2-buttons":"~17.2.55-1205479","@syncfusion/ej2-svg-base":"~17.2.55-1205479","@syncfusion/ej2-calendars":"~17.2.55-1205479","@syncfusion/ej2-dropdowns":"~17.2.55-1205479","@syncfusion/ej2-file-utils":"~17.2.55-1205479","@syncfusion/ej2-pdf-export":"~17.2.55-1205479","@syncfusion/ej2-compression":"~17.2.55-1205479","@syncfusion/ej2-navigations":"~17.2.55-1205479","@syncfusion/ej2-excel-export":"~17.2.55-1205479"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_17.2.55-1205479_1610702284874_0.36422723758995823","host":"s3://npm-registry-packages"}},"18.4.35":{"name":"@syncfusion/ej2-pivotview","version":"18.4.35","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@18.4.35","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6bddd97148975df1de13b59ed1355fd7413fbbc5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.4.35.tgz","fileCount":254,"integrity":"sha512-Hu8y5aApL4HNbGJlrrJDbW57HnPLcmrjAJdOHDlzk271m3Pm9KZkfKMk5WcmA2SBILD/UA8U+uWX8bDmQkyJAA==","signatures":[{"sig":"MEUCIQCYDeIul6IvdGG9EH5lmYRs8He3vleKhg4Rs0z8aeuOEAIgTjPZs0SFOd+xUCuFsLhmpbWozWEVv2TgbOhCzHH1An4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78539404,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgBreqCRA9TVsSAnZWagAAt9sP/2dqtnP3pGuiE7wx/3Uw\nDl4GJ3AWajju5OlAEdYHnAWHATiWGax4OvhyBJnJ+/rsEpS6v6hejBuwLi6K\n3qYHYjZ6ZUkW5Ph1ad2TjcnhoSeD93I5yGbpfolwiYPrWHzH/TTCmEGBpgmz\nQmgA7e/1Z4MbqlKD5hmY3FKUq9vrZaPg5FYkjkmsrcm5SqOpBw2ujlj0GHYf\nDM4+N2jHboTSPo95wkkK88MQNNhQgd+U6uE+OF1E0jtqhOfzJZ+tXIAArKQs\ndX45ZBjFlcrMFClwVSxwPe5qVv/WUUPB0SBMnN2XPheFGvwIIo5/t7r7vff9\nFRBcDsYj97a/RcmKSSSUgT4lISsMSkLjhE7tatSbOKAwZRynVL9TPIHGfOC4\nA+0CDPoShwZ7fuQt2BipC7O/5tGxotquuFOtCpN5+I6/VjO/TAitpg50B0ws\n5nfdxz6cP6PtjhCW+JgYxJOtXF4i8xYlszC6Ni+MNTqWfPoot4TZGBfoxcYb\nQu0oiJkXyWcOBMgivRoYtjVHF4nddq/XOUOB3V0D3vNuvBiPQ1O2vv0NpSrd\nZ1avaS8s7f9go1WxhbTBF9/F6nYvgyokaKiRAepWh9K4EH1hiHAQNo+eHZrL\ne39GtBHULh3ZQQWPIMyRt4BUHG88TAu4v72wzrJJG5moT1smNAl+8WRA6DXf\nRlwN\r\n=XAkU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"9cb13fbf104726739a8796e437eba4447bb57d45","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.4.34.tgz","_integrity":"sha512-3uVeRPFWYoxdoOEHp6rNHFFi3/CT7jGtbR41V/xkelHLoDmdWkGjnNqEPVGhboKCDOfR9LrFefBEpDw6m5maTQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~18.4.32","@syncfusion/ej2-charts":"~18.4.35","@syncfusion/ej2-inputs":"~18.4.33","@syncfusion/ej2-popups":"~18.4.34","@syncfusion/ej2-buttons":"~18.4.33","@syncfusion/ej2-svg-base":"~18.4.30","@syncfusion/ej2-calendars":"~18.4.35","@syncfusion/ej2-dropdowns":"~18.4.35","@syncfusion/ej2-file-utils":"~18.4.30","@syncfusion/ej2-pdf-export":"~18.4.30","@syncfusion/ej2-compression":"~18.4.30","@syncfusion/ej2-navigations":"~18.4.35","@syncfusion/ej2-excel-export":"~18.4.34","@syncfusion/ej2-splitbuttons":"~18.4.31"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.4.35_1611052969609_0.6132571913281588","host":"s3://npm-registry-packages"}},"18.4.39":{"name":"@syncfusion/ej2-pivotview","version":"18.4.39","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@18.4.39","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"561153d6e361fecc158d010f50a684b635d54edc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.4.39.tgz","fileCount":254,"integrity":"sha512-ExXgFOumqmUKodaC6SuHgQjFZky0Qqj4wGEcVZiktXJLSQIvKTCegAmyn49ZFpRfdmNquZtyCj/m/ASYl9DK1w==","signatures":[{"sig":"MEUCICJNTJuQYeSOT4ksvps6Ny3ew3CMFDPOanNr05Bvs8iKAiEA3MekX9JeqzqqgclWWPTF5D4mcrTCAGzQNDcaedVqY1o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78547529,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgEkhsCRA9TVsSAnZWagAATswP/0gMmw4V4T/3qdbiXTMt\nP8vKJX3Mmys7vBCwZvnLP47byQnVcE1DWOJN2Xr2Q/i6o17xz8D9EaV7zwZb\nupfY5nHtJzJpMD3A2OY8A1uh9WOELEKt+UJOhFIe5rN5wL3FItrPR4eif60r\n2uQCWQI253IFWaAOZP4T7nq+B0XksYv1n60wCjCc4yIhBXj84CcbTC9Xbnoi\nvA6FajoCCRPCJJ4uTDVASgA1s01NiZCbqRROo2mQtEgtFoxKLUrpYOaIErPa\nNwlNWAXQXUhfdlVgH3TMoDMQjOHFBVTze2OsP1oNM69S5yQDxYi5onTq1LzH\nyS/plR8Y1KVhnzJNG01d+FdmMQWzhYoaQKaQ8Hwz8qVqvzuLGV5CkrdcDDbd\nnPgwKzNx/04+zWS8hw/eofERYzBF2IgkfFD5YOdaFkCVoM0b6iQ2+rNs9+zz\nMOQXqkl+FBJcrN+0NbfvTjGZo47vs0/Cvf9AN0AbtZJ/4SdErcQ99YGQQbe7\nTTSALb9ioNgpoHmPakLi2UOf1EmmYTMqmHYdCxv/SF5hh+GRahqhKNM24F6X\noYjGUUupsArRJSknp2eOFpXUzwwuFIseIvTIgtTOpyI5SIHyc1toiQ3VRvXF\nSe1Mum8fHKqPBWIWYjfTuif0WB5vOIyi8al9S0ajohaMR+z5/yJlO9mXeS58\nNo+W\r\n=vd1s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"f4eb7f5c42f5e61010140def39a031a46075c836","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.4.35.tgz","_integrity":"sha512-g3Qnn4OYAaPFnK8xsxQSTvPfyzz3WbOAMTJFct+nk3iMWfab8JOEpTaQWjeWIQObkPGCbvEWCm+ZMx+pnhA/sg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~18.4.39","@syncfusion/ej2-charts":"~18.4.39","@syncfusion/ej2-inputs":"~18.4.39","@syncfusion/ej2-popups":"~18.4.39","@syncfusion/ej2-buttons":"~18.4.39","@syncfusion/ej2-svg-base":"~18.4.39","@syncfusion/ej2-calendars":"~18.4.39","@syncfusion/ej2-dropdowns":"~18.4.39","@syncfusion/ej2-file-utils":"~18.4.39","@syncfusion/ej2-pdf-export":"~18.4.39","@syncfusion/ej2-compression":"~18.4.39","@syncfusion/ej2-navigations":"~18.4.39","@syncfusion/ej2-excel-export":"~18.4.39","@syncfusion/ej2-splitbuttons":"~18.4.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.4.39_1611810923846_0.749440577386699","host":"s3://npm-registry-packages"}},"18.4.41":{"name":"@syncfusion/ej2-pivotview","version":"18.4.41","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@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-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f831640316b0786b7a25b04777b9567a2cd41cec","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.4.41.tgz","fileCount":254,"integrity":"sha512-XMvDrAVdF/cBXq6CQKwKWmURewo8Ol3Qgrz/lvrnDMt+fNiP0qs8xNxHpiAy/0ug0RZWJK2LxDTgGLjW4sx6Sg==","signatures":[{"sig":"MEQCIEcbEM2zZHUZvbGo/8ZCnv4Zx2mjlNmEHRGhtHYqfnROAiBoXrVqu2iVAR/hZJZWApJTih4Uw5EhBcZ4Jsltw+DHfw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78562702,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGUCzCRA9TVsSAnZWagAAIz0QAIzr+ZFGUZ6qLpBnTqVV\nSbYpe7LiI3I379g/N8eXSrFUxNSPg8QovEPGOnTq3is0gW//q9sqY+X84osf\nEqypULxN+mt++QYXFf5Nq/nYRlopsrI+YW0Dm1UJvi7WKRlkhAY3ysXignaL\nZSK9rxvb/4Xdr89vtYslE7yrtYP55hEFCioBMBSM2QEEBYz5UVJMgOSVRd9L\nzWuj/k7E1D8iWfW8ntsnLJVgwW2rPeCdcT1/rRZiO/nbB3q2K7ruG2ChqcIR\nk5PK5Mn9zpKFqcetCwS+BGzPNaKfv3UtKmcljyeUVY0u9mgMLp8sS/4eCz+m\n+dqe4FT9+Pa/tfdz7sCWFzrzHW7P+IaW4mDi0vPwreO1d0Ymqa08QWpz4Lx4\nhpak9ZNnD6skgQZ+1CAYCRtfu1wow2wH15/5ubsA9wb09M46wr6INoTtMVRO\nXNWBqwlF399B60iSbLOwyiZZ3HotmNXDodEway6K6FStIqC6qnoCjnFfxFV8\nCmOtz0Sbyy4JTWMJUPWvEVxeL+nP2/Rqq2fm0chwn2ZddjZT+/99fW4pwMsk\nPEx7ysJF9XegBC8IPzeG9xz4HM3SwZogT010HPHg333L0G1U6zvWQQUQpfIB\nioM6yEPKBxSdo02wqiEOGXt36Ez9oMMYgMuR8jfRuNPXTiKj0Mq5FDqYngKW\nc/A6\r\n=zeXb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"312f641a145720f22a6a34be392436e0ef80817a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.4.39.tgz","_integrity":"sha512-UetCS0tGo79RbnpKiF8GHT2sfwzq0swIt2X74qy6RQ5sU5D75bs0wUfTc/l7cFW8geuMiPWENVA3UzohuWuSew==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~18.4.39","@syncfusion/ej2-charts":"~18.4.41","@syncfusion/ej2-inputs":"~18.4.41","@syncfusion/ej2-popups":"~18.4.41","@syncfusion/ej2-buttons":"~18.4.41","@syncfusion/ej2-svg-base":"~18.4.39","@syncfusion/ej2-calendars":"~18.4.41","@syncfusion/ej2-dropdowns":"~18.4.41","@syncfusion/ej2-file-utils":"~18.4.39","@syncfusion/ej2-pdf-export":"~18.4.39","@syncfusion/ej2-compression":"~18.4.39","@syncfusion/ej2-navigations":"~18.4.41","@syncfusion/ej2-excel-export":"~18.4.41","@syncfusion/ej2-splitbuttons":"~18.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.4.41_1612267699177_0.8668322458207989","host":"s3://npm-registry-packages"}},"18.4.43":{"name":"@syncfusion/ej2-pivotview","version":"18.4.43","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@18.4.43","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7f28cd39c599027f9bc927e103eedbea6ac51b89","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.4.43.tgz","fileCount":254,"integrity":"sha512-e4V++hRhsYL4XwA2bkASEjIuOd+MIpwiaGwFS7TQUc9/D74/QfW1vZqFR3po8G3vOdf0VzCBLL89INSvHYMdSQ==","signatures":[{"sig":"MEYCIQC10GSwxJ3kL/vFGq+yO1j+3GeYnyLU4NqK/9hOEmQHzgIhAOymgHd3ovLVx9iH5ncWF+x5AEGZgY7HiuY4h+E3r7ij","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29297171,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgK5KnCRA9TVsSAnZWagAAUSMP/j5VGSAdixKo6rx+FyYn\n4kZOuh9SIfJJmTI2WXzsYkIuFZUF1NGN3DX/2yOfW37v1Tx1x2i28NjEbzEs\nm8gWJP+pjeUxXD/54iQMM+U8Po0DRXxlJHIfZWqV+DYr5uH2xtmbWXosjGCc\nX5jCZCPI/BeHR0ocLIvULYn1LRGQoqPFEq995U8pXi9/gUs6lpCHqgtbjSql\nHeRDxstjchIk9ioNc1+b27Ova8/Cg3Qiz+T2eOxZybOqQREuaPMR9nDjlP5X\nhO7tgq+YybgCXKmBx+ne5iYAUr6mjku3og11Cdo6vM4y5fiXJCbV204f5kzr\nug3NqYJDceRGtsMRROsUx3l/AjEFWuEJmvJNc67k9HQFINhK9woGD0ai74TS\nWoSncwqeYCbo3VkoeyUj4spYwC5u3YsvXqc/ylUG/qDJZuhql4O3ySxVahDv\nySlN4h2qdPO2ET2ivjWZea8vNCqZY54QjlW6EWGP7bxjL+fTjiW8hoVwDLGn\nu5gT/Nx79L12Zi8GcktbRXm+/Zf/LKJSK9hlNjvrLvC6q/yY/1n31zC8kKjs\nXzW+0jtRQhybYo8AnpTAKzV/UIcPniRtHb1zyBhnzr/ZPBJmRq+nXWXcw7SX\n+SO+GB6uzANl9JKyeY4shFyz5ldWFDYOpGbkLYkzTX6txqNCeaqnpd38CSlg\ncvL2\r\n=35xq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"06fd32a44f24292c4b3b4a5dc4bef7b876d3e40e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.4.41.tgz","_integrity":"sha512-slcwn4bauXMwUFQ80VvLeUo/SHGxwSHx1A2mjduXLMJAzrIAx61TZSw8nunZgzgeNI1GDcIyvgMGQ4FiQ619AQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.43","@syncfusion/ej2-data":"~18.4.39","@syncfusion/ej2-grids":"~18.4.43","@syncfusion/ej2-lists":"~18.4.39","@syncfusion/ej2-charts":"~18.4.43","@syncfusion/ej2-inputs":"~18.4.43","@syncfusion/ej2-popups":"~18.4.43","@syncfusion/ej2-buttons":"~18.4.41","@syncfusion/ej2-svg-base":"~18.4.39","@syncfusion/ej2-calendars":"~18.4.43","@syncfusion/ej2-dropdowns":"~18.4.43","@syncfusion/ej2-file-utils":"~18.4.39","@syncfusion/ej2-pdf-export":"~18.4.39","@syncfusion/ej2-compression":"~18.4.39","@syncfusion/ej2-navigations":"~18.4.42","@syncfusion/ej2-excel-export":"~18.4.41","@syncfusion/ej2-splitbuttons":"~18.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.4.43_1613468326921_0.39686617468373875","host":"s3://npm-registry-packages"}},"18.4.46":{"name":"@syncfusion/ej2-pivotview","version":"18.4.46","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@18.4.46","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e55741ca4f047d656a1555e33281c015a50afb97","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.4.46.tgz","fileCount":255,"integrity":"sha512-bWkeo5H2xRZ4rznJgBsAz16OUFmTxn7sLOmlrPRlvET8B/ZGD7FtCQKdzz11dKUVnCMKOCEKOo6Ok1LRp6aT2Q==","signatures":[{"sig":"MEUCIQDspQER2zsYV9hR9rq8Yw/UDt4H0KksWVEwVcGAfk1RtgIgF97xMykQP9DwviPn44uW66CE1hx2lCi4RWji+FNBkZg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29339025,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgPgfwCRA9TVsSAnZWagAAGhsP+QADS+rt/bT3VR6+2eWX\noeUvqqMIx9er8u0CfNmkm6jxnolaF5B9cDWysV+VXfQDQnapVL0F8xo4/E2p\nOYkJSUKLoqyfYmmWRpR1IgldxJzAFihk//Kz7UBExc8/J3c0H5VwRhvmBxcD\nKJx5MuJYB5EdowspoDYN8fAuRuE6IZ+XaDfjjl2rGewO8zRVLak3K+2idiSG\nWFGmBBY/VdHLBVXuYQyrhv/WkHUFnoP5UCrXM8P81wgtQmg2L2mDhtb4pRQ7\nfMSiwjwZVPhwaBe0O68GGjnVlSnmcK4bDn+znc2uwIjsPGCScexgiHjmdHqf\n0yHbX2uD3c7e2NsCADzcIYIlGOScNN8mbGrjpfUrtiwFKx8WnhLu7tmrK8hi\nb9LZBOmvEi/r67ZKLYrUlS7syciq9KRfG2enLGpP6oNlmAh0ztcX+D6oNic1\naGWf+n7Lw+v0kQt5/IRjw0n6fxtdKOvKHk9zZrkv73e0KcTV00mZcFCdtRwp\nXyoQhT5MJa5tlh0DvHT3ZxXrxHNdibc1S3OFbXuKCcPR0jEYV4/eMI9eHb0f\njncirhrp1jAzLYRyYpe4piz9nFLTd+WS3bMWhR4oz0VQ4ivvJhTBo8djkDYy\nG+ZnweLry/I+zTUJxu+Ro6dH2K8Zxvu11Hm47gEk0gwh+3X/FputQkD0nIBT\ng/Gu\r\n=cPPk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"01c652d73989fefc92a1d0bf9751b7ab1608bbaa","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.4.43.tgz","_integrity":"sha512-D3MkN+Ru2Vbdlo74+fN55KBYJRyWcwOBJLXVJE+6TOdstoXKpQMquN3t8FTKsjDGIL0gNUxeE7P1b6e5htWG3g==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~18.4.39","@syncfusion/ej2-charts":"~18.4.46","@syncfusion/ej2-inputs":"~18.4.44","@syncfusion/ej2-popups":"~18.4.44","@syncfusion/ej2-buttons":"~18.4.46","@syncfusion/ej2-svg-base":"~18.4.44","@syncfusion/ej2-calendars":"~18.4.43","@syncfusion/ej2-dropdowns":"~18.4.46","@syncfusion/ej2-file-utils":"~18.4.39","@syncfusion/ej2-pdf-export":"~18.4.39","@syncfusion/ej2-compression":"~18.4.39","@syncfusion/ej2-navigations":"~18.4.44","@syncfusion/ej2-excel-export":"~18.4.41","@syncfusion/ej2-splitbuttons":"~18.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.4.46_1614678000331_0.7140643600621168","host":"s3://npm-registry-packages"}},"18.4.47":{"name":"@syncfusion/ej2-pivotview","version":"18.4.47","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@18.4.47","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4007e07cb9d9aee894540c68257502aed7af6c18","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.4.47.tgz","fileCount":255,"integrity":"sha512-3coT8Wind1GuZy5ma7olM3IJib/nPfblmU58+VeCSw1cS2qqibG2jEDFy4TV4JbIMViWurRGO2br8isVF9fVtA==","signatures":[{"sig":"MEUCIAhsJhd6q5STuzHTVPhsmywXHkqyfYBiWtV59qkb+sRBAiEAxnf6mon6X4N7Rzgky2HcUoHxNbbx2guLH6lXZ9Z3LGU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29399912,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgR3ESCRA9TVsSAnZWagAAWF8QAJ6Irbvhaih9U9LcP7Hu\neil0R6/nW/JOvOZNOkZl5qrE98rr4Au/PxX3s2IV/9sTy0qNHacHgZ4Fy7aF\nBiWxipcJ3PFDdM9uIlK8xBmze+ihkmd59E+/uFz5YcYYN7xypdzYmXm5UoUI\nQBGW1CCCsr+JnjpT9xFO+n/YUfDrLKWWobq/Wq2xe1ZzqsYjmw8vMT9h84lj\np5acIjTLkO8zvTSH+RqG43B7K1cRUfopkLj0u0DJmtlL8dFI/JbUrgkpfPec\nCsCTv0qREcjLaaHOrKcCq1j0r8u5eXcE3zC0hyEOXvx7eYf7E6leQk9lYA6k\nokqbUH5Iwg3nN+O7CqYdQrWLiT4XpQa1Fvmecrkxl1nMrqtxb3PPAC8GFfjd\nBnQR/0vmctdArT29f244cT3sw63SIG4RAP3noaeWwObR45AAOkMVs0Ukhs0k\nHUN+oi0r1D72j+4qxeEDg9QnF4v29zYHtmIMGRA28GuaaqF0i+yfClahGirk\nVSvM6EApSQeIHDc18zM0qVZFumdQYeNDISBYr3y4o5gn4ANANcjfXrI7ummX\nA6fJiRn6Ctbaz2qaRqfHBXLFqRYV8uov2WHWK1pQ8z2+hZJg7a+sqhpO+kiy\naoDcDGH7Ons26LkW7IG80ESJ1aJSms7eFUWqGBd4RHGQUsMXdkAw8g5bVwq/\nXcAg\r\n=FSc8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"0f63fa48b2dcc95e75ffdc35a0ae41ea5391978f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.4.46.tgz","_integrity":"sha512-zqVntagk21aRJuvBf0xwYrIYzCVUlxzncKyrDzD7ugmBlRbDMLgQbzsQ0gLTQE1tdLrdBtOy/5fSOLioAVugxw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.47","@syncfusion/ej2-lists":"~18.4.39","@syncfusion/ej2-charts":"~18.4.47","@syncfusion/ej2-inputs":"~18.4.47","@syncfusion/ej2-popups":"~18.4.44","@syncfusion/ej2-buttons":"~18.4.46","@syncfusion/ej2-svg-base":"~18.4.44","@syncfusion/ej2-calendars":"~18.4.43","@syncfusion/ej2-dropdowns":"~18.4.47","@syncfusion/ej2-file-utils":"~18.4.39","@syncfusion/ej2-pdf-export":"~18.4.47","@syncfusion/ej2-compression":"~18.4.39","@syncfusion/ej2-navigations":"~18.4.47","@syncfusion/ej2-excel-export":"~18.4.41","@syncfusion/ej2-splitbuttons":"~18.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_18.4.47_1615294737703_0.11020476793943601","host":"s3://npm-registry-packages"}},"19.1.54":{"name":"@syncfusion/ej2-pivotview","version":"19.1.54","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.1.54","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b956b30e761442cb8c20f629ebe2da408e353d80","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.1.54.tgz","fileCount":255,"integrity":"sha512-Xxxu4arEWs2TJ+JHyP0e0iEXjuJRmYtXhcD0Zl6b2oMxsPIeo/352qJl28BXwSC7RI159fc5emONFc+a+GGdXA==","signatures":[{"sig":"MEUCIG1o7+vPn1E+xrLv82ucK0j+pUt8xzXOE0XCnIW8lpyTAiEA3Lwr91uqXMfwuy0gN7WbblPtEzXmxs9DCUuKx3s1w60=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29452950,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgYzxJCRA9TVsSAnZWagAArL0P+QHEnPhsl/bgXV+nQDe9\nrYoU2fZyKp3ouvyt7hCwHF/NO3FtP+HaFD+SNf4DTiqI0d8dHgtpTsh0O2a4\njCx4XmY27Nq9z6U56DqAjH7Jlyos9hlUQebCKbdyQufg42LwSpHZvXJv0xYu\nbSJ0X7du/bvSxMHnmQvvFRAEkknOpdJdhEeabv44Pia9NqMSC92+nHu2Z7Oc\n+cT0BmtxtZZpPLQBxM+dWEJwOiDJIqPiyCOhh1TP3PUFNhgug8wq+gt4rJMt\nJBL3vc0OYI3611l4YZIEXFdWO9iSvLJyJmZBwTmqrhF/HyLX/LiycGoJQ8Jm\nx16VIjxiQ1pAShRdJBe3Whzo8SSEe4VGQRdQhzuSzmS/NZfKVTKi6eOXTdMB\nizyNVtU0aKSc1gXaUY1VmR2MJmMGSZR/OF1A+tOZTxxiH5UVq/JX3WWcNx3h\nh4/NS5DJzWONX66bUv1HnUU002f2X0rGYIclUo9isUm0WshwaqIE3mbPIYJm\nyYZ5xB59E7eolFgU4t2gV4sE4TOY+nnEL3GbQOOkXD5UCHyiwaz746mL0mJx\n6C92/zypueF+sxoHndwUHoXITfbVy9z1LEdVRstsM/6S7VCqdYeBMvbHDg4k\nk0uMS4Rl4SQ7Ij6/NxXXwkdy5/NPjWk7vkHNtnw4iRE5LTiqOJfMVpWT1q+u\nKW0q\r\n=DcyJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"c849b8be6019a772fcfbc461b27f52ee7e6680bb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.4.30.tgz","_integrity":"sha512-Sje20yUGFW6H9pdIKn7utdtR/pg2ffGm1KwvA6JCRTwu5T/G9nt2mWCh2A4ODUk4QSfrTaCSQ1C6elciioDN7A==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.1.54","@syncfusion/ej2-charts":"~19.1.54","@syncfusion/ej2-inputs":"~19.1.54","@syncfusion/ej2-popups":"~19.1.54","@syncfusion/ej2-buttons":"~19.1.54","@syncfusion/ej2-svg-base":"~19.1.54","@syncfusion/ej2-calendars":"~19.1.54","@syncfusion/ej2-dropdowns":"~19.1.54","@syncfusion/ej2-file-utils":"~19.1.54","@syncfusion/ej2-pdf-export":"~19.1.54","@syncfusion/ej2-compression":"~19.1.54","@syncfusion/ej2-navigations":"~19.1.54","@syncfusion/ej2-excel-export":"~19.1.54","@syncfusion/ej2-splitbuttons":"~19.1.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.1.54_1617116233190_0.4948121229488427","host":"s3://npm-registry-packages"}},"19.1.56":{"name":"@syncfusion/ej2-pivotview","version":"19.1.56","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.1.56","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"207d215c134e6c6607287b1d702e8201d29ee1fc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.1.56.tgz","fileCount":255,"integrity":"sha512-6jhLYA7zsxo4sptbQRoc0Qs6B5O13fPhNXROPR2xB8t+bXa9zgDbc4aE+3Q2OSoovQGLWCoRax3PppLfIUU2iQ==","signatures":[{"sig":"MEUCIQC/Pt81pYcWcBvVaAn4nCW8x3oD6gPDku25R5mzFSCp6AIgfGHQZ/fCQ8z98vS4DEHj1AdIXoHoffVy6VuAXj3aBNM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29466815,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdWLaCRA9TVsSAnZWagAA7aYP/jQ3zxVNlalCtjOP5FFv\n0sHBfCgBvsV1Z4c+fO/qskKZ7i3LR4z+YudJDhJ4GNPk//ly2QAXN7bah4fB\nOA4FvIPhNWojXBPFlBw6g1ScbcAa7Mg3vayGlzLFmc/60m0/Oi/U+FhCqzBB\n9e+xbGZepUufS4gKcnuTkJKNbwMcp1ouNRm8CrsZt2BZkaWFZxoC6vE8VjYU\n8E/ISSYcj911l/iWK7F6aOlTDopwcpI3JZI5hsigDDjRTdSrbGy+Hm2pEUD/\nuN0q4ZYRaPaG9/22s+tYxgxnBBlWyZe53k8Tun2NZR5u7NbSYDFW10w8oue+\nkzJA/LE4Gvxp+MI+xry05V4CUskm/DPGxDyw5EkcDQwz6PF5ibpq040aGBmL\n2+DmPpWGYRHto5rLJvhjKUItaRzWVds7U9MYLZJUQE9oow9vagXlOeA5AS1u\nuJhcSKct8ZrQL/HO6xgkLFCQlAaw9X19RkxcfmwrZ6oQpa+xEZ6HRN71K5H9\nk8+7Eh3q2NH6/Se+HsqkhO+MHbdrZFphWlXebxdDVSBCWkRsfHlnnzAB3wee\nHJXazwJJJnF6rlMHOVqCJxcD4xb2LTRc9Y4UCsVnMfGm0KrGNQPb4G/HeGWj\nAJ4QJ8DRsEbOCDgnd5fiPANzbteluD8AYv7fVVmu6zl3R8nVN4a5+os9mLaT\njm+7\r\n=xlDg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"109d27011d6634e432e766594c35d9d74e7e398b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.1.54.tgz","_integrity":"sha512-kyfBFRP3lhz8fwqlz1hyBQS1MYf4dtkpDzmkRlcI0iUmzZaL3M0wRXdWf4uRBIvR1JMtSZSCH2GPa6XPIRo9AA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.1.56","@syncfusion/ej2-charts":"~19.1.56","@syncfusion/ej2-inputs":"~19.1.54","@syncfusion/ej2-popups":"~19.1.56","@syncfusion/ej2-buttons":"~19.1.54","@syncfusion/ej2-svg-base":"~19.1.54","@syncfusion/ej2-calendars":"~19.1.56","@syncfusion/ej2-dropdowns":"~19.1.56","@syncfusion/ej2-file-utils":"~19.1.54","@syncfusion/ej2-pdf-export":"~19.1.56","@syncfusion/ej2-compression":"~19.1.54","@syncfusion/ej2-navigations":"~19.1.54","@syncfusion/ej2-excel-export":"~19.1.54","@syncfusion/ej2-splitbuttons":"~19.1.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.1.56_1618305754005_0.4659387196183047","host":"s3://npm-registry-packages"}},"19.1.57":{"name":"@syncfusion/ej2-pivotview","version":"19.1.57","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.1.57","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a563d2f46bdeac9960ddb246765cf1a6110c0f75","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.1.57.tgz","fileCount":255,"integrity":"sha512-zI3XnIDtIYxnS6LXdi/+WzFF2ysz/k6CS05V/dVhXl1O/ID/BTDhzybQ5dFTLBMhwWAiMlxyv7pdxtxo8TGsvw==","signatures":[{"sig":"MEUCIQCrQ8umWAfJZv5+cJjwcssyWgaZeVrv8K+vchvHpi8mowIgL7eesiPC/Aqn0TOtfCcdyxtJaI/eBkweGMBuH6OUyn0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29467804,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfqE3CRA9TVsSAnZWagAAItwP/0N+qFMlkZ+uf5JlUZFu\nT6rMgVd8YdfMmz37KIFmgI9DryNDxQCr0EOavUCq8meN9ueRWhgZHBWlh1pv\nimdCxPaT+1OOwl87cK+iavQcRZFiDC76sZCLMpOmgRpYaPRd8QeNun3JLCsH\ny1/1VqQurQzHxQpiEbK64Rd0oteuw/gOSr/GPyyxFx+jy0+6wH4oj9+dke8U\nVEiL8v0f1R1kHpxcjmqsBaWUiCKfDHOWr69JndeLFv4KO837nJNRY85dr+AA\n94A4ZrJP0i8l36B2rumaSguIwJgsJ3sZfVbKlrdQK2zeW7xRdJhGxzeGwGcW\nzDbxJT+AYp7RfaCdyYwhrtgRwYXD+wc5L9b2gkS87kTMtDq6UgYOLc578Ape\n7hM1lKjhEjbeysgW4fibPjwzR0sDxQHrgfZsvqzz/jdh+1REkb62LvEanNOx\nX+hxuMGSoVRkD7KaRZkNcFhOQl7KfC4oS8ajjbCH25tQMjayuCFPDck9pL7z\n0lN2dab+0kK1fwzUKvcdR0MKT/lWpyTjydmx99DKE51EFGqDcEw38wVyKOJd\nexY+xvZQoXkZNzUaPXJNpKWiPP/8Gjy0gdAhbNE4FBZoGGK58nFzHcPhr1wy\nxQK/qkWNL0xNA8u68pwMvw6lS5WBM/1ZuLOtwB3R080d2lo1QTsyO3H+g3k9\n5SVJ\r\n=kfza\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"ba840c3886a9f2524188d3c27767ca4edaeaf874","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.1.56.tgz","_integrity":"sha512-92hXTIlTtmUvQnREe+UNJBA/1nR2mcPENpLXZW1PmYk7FnFstXs6qVkpDK0hTZg6mWBBZugposmr98FuIhzC5g==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.1.56","@syncfusion/ej2-charts":"~19.1.57","@syncfusion/ej2-inputs":"~19.1.57","@syncfusion/ej2-popups":"~19.1.57","@syncfusion/ej2-buttons":"~19.1.54","@syncfusion/ej2-svg-base":"~19.1.57","@syncfusion/ej2-calendars":"~19.1.56","@syncfusion/ej2-dropdowns":"~19.1.57","@syncfusion/ej2-file-utils":"~19.1.54","@syncfusion/ej2-pdf-export":"~19.1.56","@syncfusion/ej2-compression":"~19.1.54","@syncfusion/ej2-navigations":"~19.1.57","@syncfusion/ej2-excel-export":"~19.1.54","@syncfusion/ej2-splitbuttons":"~19.1.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.1.57_1618911543375_0.8269066397269751","host":"s3://npm-registry-packages"}},"19.1.58":{"name":"@syncfusion/ej2-pivotview","version":"19.1.58","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@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-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6d800e328067def03949baf9117c783a515be558","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.1.58.tgz","fileCount":255,"integrity":"sha512-Sk+HZJwO+xZQ65UxV0kQhznUAAjW/2WjLkz04RqBSwWZMO1FvYA22yqsqIhTWlWViR9ecfAK5USRShofXqlg3A==","signatures":[{"sig":"MEUCIQCP71v+7BvAGmfN7idS6PeiM8W55a4wOk0cqjIrzNqyEQIgRAwwxnmpHGNyD5u7j/GH6lSsnA2ul9K9g8BDCAJN90s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29581795,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgh+lECRA9TVsSAnZWagAAW0YQAKPUb1L9lsdLemTvvJ+j\ntPbc5YdMVLB2zRTt/Zt28fvXzz7u/G+zIDyHRVzYq8RGrpYJU0keSGKPT8Ai\nVJUECnVaagM4XJJGQiP5DPpXHYnfOJYFXTodENB6IxjMX+Z83/tyuqgIBKJ6\n4lWTxBaXK+gTOMc4oeF7n43T0tPTgwwob158fcSh/HLI0N62aIrES6wSn/A/\nmJwEkPaYZ1l+Hp3TwI6CkiQo2T6PXHToYCWetCxUTCAyWONC0jD1ODSqvDa+\nQpguRpycspTub1sio8akptyjvxjVUh9Xt1hSP4mduri8Oae2mIKsyXZjE2G7\n2IqpLAqog4tmemFJCvPR45rpOmf6ufQiYAV7LcVs8s6bojzzZrPoubLQeRve\nfx3Op2VBuiPUKz08/DGAhMuOjUJn4Vd6ClegMv+Lg6k2SSwiu87ralb92EI/\n1Xh6UUYnITuRxOrS71gtBzh16EQ8CfBI4Mc5eLhIxsigf/Jc6mkd/tJQyUKA\nYOqk0DimHnrmNF3W2k6AQ2flSpzGcbET9S1Gaa70xo57VA9D55nE3NJZ1WNe\n1glxQoQREZeCExUeisb2QluTi5j83msyc6uHtHtEJGJsEzrygKN5tD9RMbJO\n13ssX6P39xMm+DTIEBq/804S30cI4JuUDhg7E0ZOs7OUumqT6Msio77s96RP\nzUNW\r\n=VSrd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"64061ea6f462e74c1749f0dd10fac23ba5510401","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.1.57.tgz","_integrity":"sha512-KCoWRzA4lt0+DYUl+PNG2kL66Jhn/ZqJacjWmhXiRndO1a9LdSBMMvnocGeX6hBP7GTfoGWJ+LCcXaH8MN96jA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.1.56","@syncfusion/ej2-charts":"~19.1.58","@syncfusion/ej2-inputs":"~19.1.57","@syncfusion/ej2-popups":"~19.1.57","@syncfusion/ej2-buttons":"~19.1.54","@syncfusion/ej2-svg-base":"~19.1.57","@syncfusion/ej2-calendars":"~19.1.56","@syncfusion/ej2-dropdowns":"~19.1.58","@syncfusion/ej2-file-utils":"~19.1.54","@syncfusion/ej2-pdf-export":"~19.1.56","@syncfusion/ej2-compression":"~19.1.54","@syncfusion/ej2-navigations":"~19.1.58","@syncfusion/ej2-excel-export":"~19.1.54","@syncfusion/ej2-splitbuttons":"~19.1.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.1.58_1619519812076_0.012579249615993549","host":"s3://npm-registry-packages"}},"19.1.59":{"name":"@syncfusion/ej2-pivotview","version":"19.1.59","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.1.59","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ca9c6b065e7893a3bd8b38c8dcbc362e57d88c33","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.1.59.tgz","fileCount":255,"integrity":"sha512-ww+rP2nQkIAQkse7Kg6hxdzfl0JvSW1aizB6ICUdDV5wBIEObG3vCaG9YRB5C/TCGTSK5LRFWbgPUJTlYHgEog==","signatures":[{"sig":"MEUCICXfi+/shlJKpkzzFS6yQm3JmMCI2pkebmgeSoIJFNoTAiEAsZrqOLEJ+S2BM4dCsoLIAAQDDQYxOFe5K9f/fuIzzsA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29586894,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkRQdCRA9TVsSAnZWagAAD6MP/0HJUpwGiPCrnJyaFXBf\n+BGf/hSa2hvV+Ym92MQbR8AUCxOv/qmWK+keQQJ/xpd4HonTXxaGLH3Fh+++\ny3aMeFnvMbjmpuEgyVvCFmytHfzS55OWrul6YMllKJI81wxFlT6O15s49n3I\nwlcEabg8iuiZsalW2eXta5RpiV6aFyizMKaUDXdQPw0ocyGrSKNUgw2zeRhB\nleYfb7V1igNfmZiDY18fSF2a+WM3u/GVXb1ukq+1M3omjBTvnXgIQNJMlDXd\nooE218l4aVoKwV4zqjFmip6bgQB/pGF/CGQbvS0I2RpEK3vIcPCGF6VfFaei\njZUEnMygHxG+e6PM7u6LoG1s5ulGi/FmuCXOsHHzFZjXRr2tS0AX22hQ4W/y\nZqTjxqft2ZtQRHUhiURjm8pW1hAcJQ69EU2pb7p7q+CatQE/RQXLlU1AZSfi\nw8vDZ5DCFgGWSlWjzDgO9Xi2hbqnZGxfDAiVgEHzdeAcpP1JBLNBqtPNrTjS\nuk6JmfdUUUC/GrUY3REQ/kI11DtTIboL8MlJeWHXnR2CUy3+0X75k2Sm9zyP\nYbwm3LeYI+ZUNCDKzY09BM7Y7qtEe0DrEGqdE2p3QQvMek9gsAjvkslwMoqd\n9rgcIv2L0TmimEwDMUD18S83F3uuN3/Jn1I6eUJvG/2nJjbEOHbD/Axhdza3\n87CP\r\n=L/SJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"12dc82247c7682b33b8bc50f3308187ec91fe5c9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.1.58.tgz","_integrity":"sha512-S1IQAIRkqaOeuTwPBgiV8yEDIP1rcd9QohLB0WkdVPXDsPcIMdcxDGmZXHoh5PnX0SuaRFYIO9BrMhHQljxZOA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.1.56","@syncfusion/ej2-charts":"~19.1.59","@syncfusion/ej2-inputs":"~19.1.59","@syncfusion/ej2-popups":"~19.1.59","@syncfusion/ej2-buttons":"~19.1.54","@syncfusion/ej2-svg-base":"~19.1.57","@syncfusion/ej2-calendars":"~19.1.56","@syncfusion/ej2-dropdowns":"~19.1.59","@syncfusion/ej2-file-utils":"~19.1.54","@syncfusion/ej2-pdf-export":"~19.1.56","@syncfusion/ej2-compression":"~19.1.54","@syncfusion/ej2-navigations":"~19.1.59","@syncfusion/ej2-excel-export":"~19.1.54","@syncfusion/ej2-splitbuttons":"~19.1.59"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.1.59_1620120604551_0.5454554953766999","host":"s3://npm-registry-packages"}},"19.1.63":{"name":"@syncfusion/ej2-pivotview","version":"19.1.63","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.1.63","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0367288799a5b900c589e8dff85fca2d56982643","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.1.63.tgz","fileCount":255,"integrity":"sha512-jekrj75CaRmvEwtHZ/vwN+wgIsCNviWnbUMoDpGGI2aE+dg3ebS8HmUJ7LTyeGlZLX6WiKrHuoMBCOejio02/Q==","signatures":[{"sig":"MEYCIQCLzpJEO6M/Ksg56m7d7ePmccl5R2HjtIzUjutD6H15gQIhAJlaNPuySfMtJoQo7jJFWJx965lWNRDVVaAjgK3LIsid","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29631259,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnMElCRA9TVsSAnZWagAA3H8P/3GAwRTOqjArl9ZCnMN5\nC0l0rhruIkORsV+avXJC6RJl/dgookXMPE0rXt9t7e94m1JSXl89Nxxzp9Ke\nOwE2dyGK4AH/I0w4MAzGi9vf5ECxyzEwwncQMaz0zz5YNyKif37fk0kv3NI8\nCgh39aFaMcAE7p0qd4IqUmaD/Sn/+QiRCbaj0SKYAXJUp+gAWbjiBpOiCyXR\noVp8NitWXWe2HYU3miXNe0Za5vYPuNljVGG6p1Kd2LCnr1LKYBKZeeqLDqEM\nepVbWIOctQwzeTQwPX9wZsq049iuzRoG+v4zmoA2UQHdJOuevklueaVbCzFz\njAQEl2hkzZcu+7LsE0qfbw4WMsaqKz/w7VZNuNGQEr5LNzm0HdB2lnrdofgQ\nMbc1iHyAW5TTKR2vwTFPxkksYYrnd2JTEnWUSXtz1PG2HIFKOmG3ajdAXrvL\nTEk+L79eVIqbZQwxRrPsXUJfdXGGLhiRNwbjrp5jcDUv/HiBDrpxAqqxx83w\nq358E9BV0w2d2iuxK8xSremBcqGc4+BSgj1AAoHDswGOfjcko8WpbUijMZKc\n8aViWnlCuCIwiBE7dysNz1+1MPspC0JmUzZvKdRWXDdEGFJ5F73s3W6Dflzc\niNNxewE28kKbPTxetlmpZKF90GtbBPPRBXj56JDg+Md0Z6jq6q1RbBll0Eh1\nq8qj\r\n=gqOM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"31a6ad30f6b2034981f7ba7abb095801c65b0704","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.1.59.tgz","_integrity":"sha512-CA3O1yjTScXCDWDxbnK6dKO80e7NfSj2oeFhUJoEZVMV3iQgEwPMxVrbyLgls/yRdsZ/ODV4BPNslS5rdBq3TQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.1.63","@syncfusion/ej2-charts":"~19.1.63","@syncfusion/ej2-inputs":"~19.1.63","@syncfusion/ej2-popups":"~19.1.63","@syncfusion/ej2-buttons":"~19.1.63","@syncfusion/ej2-svg-base":"~19.1.63","@syncfusion/ej2-calendars":"~19.1.63","@syncfusion/ej2-dropdowns":"~19.1.63","@syncfusion/ej2-file-utils":"~19.1.63","@syncfusion/ej2-pdf-export":"~19.1.63","@syncfusion/ej2-compression":"~19.1.63","@syncfusion/ej2-navigations":"~19.1.63","@syncfusion/ej2-excel-export":"~19.1.63","@syncfusion/ej2-splitbuttons":"~19.1.63"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.1.63_1620885797323_0.5191407728843005","host":"s3://npm-registry-packages"}},"19.1.65":{"name":"@syncfusion/ej2-pivotview","version":"19.1.65","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.1.65","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"eb12090a8d8405131fb8f9e07eb4244365a420e7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.1.65.tgz","fileCount":255,"integrity":"sha512-DjgLqZIzQgiJ6a9tvSBce0fbMNeF8ZIGqOoLGEIxmiVrhWF36nGtbThuJ4UVjEXeaZPy94ZB+TF/EnCJg218KA==","signatures":[{"sig":"MEQCIBYhIcjAdwR6yr1IoU40f+LSfNCZch8G0/R90N9PPGXjAiAMZhkUDC6vdv0jeGJSocOkrlvmnh+FgNs5E1CA9o41lA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29646121,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrJ++CRA9TVsSAnZWagAAhS8P/RXGWFIuQlMIhaZEH1EI\nO9lKtNewRc93A/S57vNYU0YxPk4BVrbYLojKAFUlaGwI9OkY4cp2UiDlWZ6v\nYjGJBpE9aQa8HYs1UIcMqhZA6GTd/sTO0YAuxAxTA3Hueq2VEy3bVYzydYhP\nPBJVcXkoNExSgDEkZThHiaD3sRzTdTzz1kKmdBokJHMC5DMk5cosNyMaOhwa\nLUa/zuL1tw4qkEJrH9YVCmqvWXCXWQxNntdyYYUUV3pQ63TR6jj9Wg+RojF1\n/h2pu1peaH0JaY1h3d5MGrzbeFpgepXLqRkX2In7Vx824MR/z9y71Fe3B3te\n7u4qpt/zD5liBd7Zkiw/34jsAcBJJ3/UAYwsxXfEWvKkgUe1f2tsIwFS34Wk\nFtiGA13UrITFMUGlQ/UhWVpRtRX66FdlT5iFEte8X29+Qwq/wvt1H9QgLzNR\nfcm6nEBzqCgqzGmAMoQH7eAIeAV9YmfKDKXVup7lHIaBuzXnSjHC/g8ag3R+\ns8MBfZcxpejId/pp4aM+JWKyHTdiEhEFHE7ZudQOxb717oZKO6rFkSsstCLu\npGzdi9NPc0SQDFKjMb8UaQHor9aAUdmQmiUW2hjiH4+PqSQsNLEqXwYXm3a4\nkwapjnIxYIDWEm+lhE6l0jt+fJ1QMgrbdJNCQFGvAVLChom+NRaUR+DYQI6n\nJ/NL\r\n=kT+G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"02755c20a28d3fffad500f78d858af99debd1b21","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.1.59.tgz","_integrity":"sha512-Apxhd/dGNIj7fSxNMzoRyOKEDNf3sgIB82Wfomn9TgVKzOivEbKMbjOvSm3VL43J09djCri0qqdpZc5FyxLKRg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.1.65","@syncfusion/ej2-charts":"~19.1.65","@syncfusion/ej2-inputs":"~19.1.63","@syncfusion/ej2-popups":"~19.1.64","@syncfusion/ej2-buttons":"~19.1.63","@syncfusion/ej2-svg-base":"~19.1.64","@syncfusion/ej2-calendars":"~19.1.64","@syncfusion/ej2-dropdowns":"~19.1.65","@syncfusion/ej2-file-utils":"~19.1.63","@syncfusion/ej2-pdf-export":"~19.1.63","@syncfusion/ej2-compression":"~19.1.63","@syncfusion/ej2-navigations":"~19.1.63","@syncfusion/ej2-excel-export":"~19.1.63","@syncfusion/ej2-splitbuttons":"~19.1.63"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.1.65_1621925821365_0.24289256313863583","host":"s3://npm-registry-packages"}},"19.1.67":{"name":"@syncfusion/ej2-pivotview","version":"19.1.67","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.1.67","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6b53782e612934171bb4059a1dfa5c1532316ee8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.1.67.tgz","fileCount":255,"integrity":"sha512-TCtoI2Wq635UvCrLuvKKVDgYcn3EPGRLoNXj+h7rfoN/SrECEys0AA2EmcNwDf1wu8rGcyhw515O7xHpEWocZw==","signatures":[{"sig":"MEUCIQDxEhzdZ5C5/4IlT5oIOykBc6Fgc1INgD795Rdnfb7XdgIgI6gCapEYibiYvzIt41Icanbk1n5oXr1ZPiscbKX+vdU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29785189,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgvzUsCRA9TVsSAnZWagAAbdAP/2kuGTt9gS+SSbMKiluo\nTw4RzF1duontOrfDDomB1s8YZDcHqMuxYgg/uPg6v91cRbxcjpgMOJ5yqEKM\nxLiERmAdNUVMuGstD0Gcmty1KIMvxdbubzXgy0p+KcUX9D2cQYnHcOqH3Urc\ncskFlZ1k97J4133eWXxDy16+QzDo2jvYbuZLdjxruUrGEZNMF5n0HmkRceeC\nYK0xaszMk5WLabmDjvxza60kmCzEyIjM58FR+UIrQFG67B122dVqhPIvAebt\nKRbtZkDpcc0KDd8ED03e04Ezx0BoGheDmLGVjkvVqhoHFj0IQkZnS8Eh9VtK\ndR4h9y/aQ6KH1ne7DP1ycVhTJ6QjWpXOsXBTk+TDPgzdbLj1eWTjBjY2ARsW\nh31iTjoaLdv2Hlu7a3efGyroq30uGN23sAxZnk91Wzg64+LJvE1Dv0qXDhC+\nZWvz+95OVZ1sYDeCrfIbTy04ysAvpqHvPbW/UHJKcSSftqrNs22Z06tjV4nD\nu9cjaU0bBL5R+aYpBeSTHQ7HO533s7vTdr14sneETWmXAFc7C/C+eTTIqYwW\nDXKTFUFZMyUWlrOyikMQcrTxo6B9lgZwzBAJAxjr8UGVRwjDnM/+yUrO7Imu\nvJ04Al6E6q/dRCp3br+n8f9AL0n3Ta+yw/z1wtrsGRClA/eej+Xs3M4wCpF/\nJivq\r\n=BHbw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"b4634b70787ff12a9e935531cc6d612c45f63ffb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.1.65.tgz","_integrity":"sha512-sUPGCwrpgIp67auMMeETiXVhiVASMDr9DR1koQflsN+HfaNm3STc+x4UYmNR9UPNXVhjA5s9tycnZxpdij3TaQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.1.65","@syncfusion/ej2-charts":"~19.1.67","@syncfusion/ej2-inputs":"~19.1.67","@syncfusion/ej2-popups":"~19.1.67","@syncfusion/ej2-buttons":"~19.1.63","@syncfusion/ej2-svg-base":"~19.1.64","@syncfusion/ej2-calendars":"~19.1.66","@syncfusion/ej2-dropdowns":"~19.1.67","@syncfusion/ej2-file-utils":"~19.1.63","@syncfusion/ej2-pdf-export":"~19.1.63","@syncfusion/ej2-compression":"~19.1.63","@syncfusion/ej2-navigations":"~19.1.67","@syncfusion/ej2-excel-export":"~19.1.66","@syncfusion/ej2-splitbuttons":"~19.1.63"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.1.67_1623143724315_0.7252362710656759","host":"s3://npm-registry-packages"}},"19.1.69":{"name":"@syncfusion/ej2-pivotview","version":"19.1.69","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.1.69","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"181beb5bc2d60f37962ab80abbf0e8fc53072c92","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.1.69.tgz","fileCount":255,"integrity":"sha512-bVDR3xWPx0mZjTxccUHxcUI+qeNK1H9Sj15UeU/FUQ3gy6utKsiqjhAu4FdFdAiBn9s7LnrAdLVv/PkqCvmWaQ==","signatures":[{"sig":"MEYCIQCY6tuHxBvGMrV4dmZMWCGSyKaWFJ+E7RRe5STsrAubvgIhANEKU4LaY3nKvvLIbuNDofo4l9unLTo/RtUTX4OJJSBu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29789594,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgyFQNCRA9TVsSAnZWagAAmbgP/1BlregBVCF45yfPUUjF\n01Cz1eqMXEQRsdeWtzOOM0zsBnKOx/pMXgR3XttwVoDzrAMpjtUaphUNnlis\nR03jqQUj4iV7uXGA934kc4bNeP0B5p0yQVpA/riGeACQyCwCFGFOZmcRLS/f\nTGLFOGBNjgcVNkE5VvqjwBgpGJ0PnYCm0+4CHJccnuQKpCwGHFCtTxezMA0W\nhFFBVg6MN+zvEEWPKPeyRlswoAAVnuZpoa/wpniln5jXlmjnr//NaRxqs5+g\nwlEfHvN/JfmvdKL5xDWhEoZ9b1I0L6xk8SEbWUbG2r9CQ/KrBmQ0IBLO9O/x\nhC+icE/DTlNfjkLf7/sHUv22Q6JL/gI/O/BreWGwRHYtTFyfwfgisOWP2Kgb\nwszWLTClalWRCAnqjUamb/m082tKAjgv1hf7W/yNp8ilX4bJUo6gDHtBQOCX\nYjSeqtBcgca/L6p7jgDrOkGyqj/WmkYwq+fiUbWLiWDfjx1iG8q3NIcdHGwm\nv8LDIr5OeT/GpwpUk9OFLpK0RQAE0VKUJ4vWZdW07TWxjpI90tYFpD8+7bes\nQ6VARdDqTAIdDIHaamnWFITY+rt3iiQ5zqX15rmcTJaX+CYNSwIGIvOWqtlU\n6tPyclmQuqEbJYtpdfekcwHESWogdHwB5O9DmNyG5aKZewZ97wCvyfMygzG+\n+gSr\r\n=T3Se\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"643378c6ca2607cd7c5909c6dc3d5c1a80cbb1f9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.1.67.tgz","_integrity":"sha512-MdGQwoj/iaKFbdrvj3PDEdCYP2ixHu5rgqfUqr2R8GCIQdymFlP2DVOptbyprEYtpb67YBo8Q31SRogTD2dACg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.69","@syncfusion/ej2-lists":"~19.1.65","@syncfusion/ej2-charts":"~19.1.69","@syncfusion/ej2-inputs":"~19.1.67","@syncfusion/ej2-popups":"~19.1.67","@syncfusion/ej2-buttons":"~19.1.63","@syncfusion/ej2-svg-base":"~19.1.64","@syncfusion/ej2-calendars":"~19.1.66","@syncfusion/ej2-dropdowns":"~19.1.69","@syncfusion/ej2-file-utils":"~19.1.63","@syncfusion/ej2-pdf-export":"~19.1.63","@syncfusion/ej2-compression":"~19.1.63","@syncfusion/ej2-navigations":"~19.1.69","@syncfusion/ej2-excel-export":"~19.1.66","@syncfusion/ej2-splitbuttons":"~19.1.63"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.1.69_1623741452659_0.6295763831124144","host":"s3://npm-registry-packages"}},"19.2.44":{"name":"@syncfusion/ej2-pivotview","version":"19.2.44","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.2.44","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9f01f9225db26da503c935b32da0ef279437fd94","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.2.44.tgz","fileCount":275,"integrity":"sha512-jY89eYAhGZMVgYKcHfyPxc1WhhDQSOlWjvRhXStJAM4tx5+9Ked38lPJxR7y2PxtYp5EYzlUMXUQQ6aZPyIXLw==","signatures":[{"sig":"MEQCIDV6X04pQhuaclDsHlvMPflR/ECqeHuhwGsKeFqhK/BiAiAW68o0q1CQjie+SZ1ty9WdEwSnjRpzuUGgp0K+I3lpnw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31777436,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2/4jCRA9TVsSAnZWagAA3dsP/19EhLdh5hgJcZO668cr\nFriqBwH7rN/MELMmeItOghvFs+ZIfHVs7dbXTnQQSIwURJulVVdV4RcKLWGc\ne3zGEZ9Q2eIYu2MqXR1N1pjRxgIjdNgo9hT/sVHzCkY/vo5oqxlAJ2yIJx4E\nYdOSts60vSBG9BXFskZNPMmQ83rPIF9hueWWly0yqyFaVZoxU//lm9h1tHvy\n4NF50df9y5zf1RKECydcZ+Xyf7Duav7LhLEdz+7u9J+vrF9WIz734Lof2pwv\nDgOwzuXYSl8YzaiCgkwEqWWlMZi9g9I7EK4Gfrdiyat8Qw1HlQ5Sv98kai5T\nOGrVkFBqY6ma5HYScDYPVLq3FqsNyJAr5AJME87O+CVit+CprhekaldKpN3h\nqAaNLqZunobbRUhd+NLVy/isaxaEIsWxlrTGy4yFBRCvrZJZFNYAeigS+UD/\naiY/8smjJibL1gaFkZpEeFybQDhONWCDrnUnlqHLjwjsYbpGTkMgjkLdIdtZ\n7TRFUVZ1Jsb4mw6jfaqkDmSAy24vZs2qiumr3Og5MCg4e+3zvGpB92857hNa\nnDWQSKVUM86JDbgGLkK9s1De7hNYMZOWSdoWcvtI0K2M80+iD+KsV5yA13nd\nd7xg/ZnewSoV3dYCymjNxnJxe4bWfM9kucZKD26wkNNgYAGSvQqN1fgkrMcF\nr3nk\r\n=xbd2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"6e71aa8c89cc52ea38a8c9bcfa6803ddec58ada3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.4.30.tgz","_integrity":"sha512-bYbGVY1S27CLX82Jv9ErI+FL8sr6RQo6Y9i5jdQKQZeEx6qUhLtoOUzK1yLkpDWkaPyyyNO6wLuMdfzfpn0NEg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.2.44","@syncfusion/ej2-charts":"~19.2.44","@syncfusion/ej2-inputs":"~19.2.44","@syncfusion/ej2-popups":"~19.2.44","@syncfusion/ej2-buttons":"~19.2.44","@syncfusion/ej2-svg-base":"~19.2.44","@syncfusion/ej2-calendars":"~19.2.44","@syncfusion/ej2-dropdowns":"~19.2.44","@syncfusion/ej2-file-utils":"~19.2.44","@syncfusion/ej2-pdf-export":"~19.2.44","@syncfusion/ej2-compression":"~19.2.44","@syncfusion/ej2-navigations":"~19.2.44","@syncfusion/ej2-excel-export":"~19.2.44","@syncfusion/ej2-splitbuttons":"~19.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.2.44_1625030178637_0.5440739898498759","host":"s3://npm-registry-packages"}},"19.2.46":{"name":"@syncfusion/ej2-pivotview","version":"19.2.46","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.2.46","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c1a8c2e156c8438293972c8b6f8cbb93199fd663","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.2.46.tgz","fileCount":275,"integrity":"sha512-KD5E6w1qkU7HyqKPUQKm1yQUOJ5lHqIl3xPjx6o4lTATVRpJLAvjI+2KQWtNrcMVkf/dqcku3Zc9ABn6QogwIQ==","signatures":[{"sig":"MEUCIQC2gwQ0je2+IgSFMZ9ytMwmddZPd+lzs+//6ZA779gg5gIgfdk019FjP3tgnwn2D44DZXa8KN4dqI6SOXNIautRhWA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31777435,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5BJJCRA9TVsSAnZWagAAvPUP/iqD7qizDeTEOLKpFNVD\n6VQIy9sudj6GNk98s9N8fm9rPX2lz3+wm1bcV4IRAsSBPfb/RjwNZYt2rJtH\n+mF22WMjouvzP6we57Gj8Tkc3SSccCebcPXQ3lwaKkrtcv8Ij0mlzQV1VRZ7\nhUPtwQuav08GGzyi5BrXOek9QpPdEdl0o2xsjkrxn9NU+1aLxf6hbPPA06Q2\nT+8VE/fjxwMX8wnF84nJrOgAi34z1aF7ryWdNiGataEhZAIHpx2shTDBdVPe\noCnXADCpqu0KJrXUjM2xxir9YW+lJcv8ohFp6SvSozgZ+MyYpyCiVgd4Njiw\nlPJ1M1jDaJbKiqfYBhLHVxHx51NWcP51MmHpmH06+yRxumTivPAJ8e1QDy8K\n/fMMd0bGZBk+znBxy/I/wPIQ0KBfutN5QBLdJi3N5IhwBMU01KFZ8Zrr5lE3\n7O0DLS0dmB42BvpXSyoQfc00c9FUifHtzm7Jyf4V4qgOvUjlCzn4LLAeMEmP\n/cMoHpD9QWf4/6H+hlFPB5PIZ0SG0HG9jFIvWpxVCqRWiOh31leh4Oe90WcG\nh/TzoU0OwBzSWZHUEwnEfQ9Qp/s7SnNLs94O7BrOzW0cEbx2420hRAyK3qzs\n63Bar5iK29hM8FWbN/jGC+/BVZqh6srzpZlr/tXXxfDij7AysoB11avMvUzE\nkN/Z\r\n=qS8y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"6e71aa8c89cc52ea38a8c9bcfa6803ddec58ada3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.4.30.tgz","_integrity":"sha512-bYbGVY1S27CLX82Jv9ErI+FL8sr6RQo6Y9i5jdQKQZeEx6qUhLtoOUzK1yLkpDWkaPyyyNO6wLuMdfzfpn0NEg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.2.44","@syncfusion/ej2-charts":"~19.2.46","@syncfusion/ej2-inputs":"~19.2.46","@syncfusion/ej2-popups":"~19.2.46","@syncfusion/ej2-buttons":"~19.2.46","@syncfusion/ej2-svg-base":"~19.2.44","@syncfusion/ej2-calendars":"~19.2.46","@syncfusion/ej2-dropdowns":"~19.2.46","@syncfusion/ej2-file-utils":"~19.2.44","@syncfusion/ej2-pdf-export":"~19.2.46","@syncfusion/ej2-compression":"~19.2.44","@syncfusion/ej2-navigations":"~19.2.46","@syncfusion/ej2-excel-export":"~19.2.46","@syncfusion/ej2-splitbuttons":"~19.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.2.46_1625559625131_0.5771804802290743","host":"s3://npm-registry-packages"}},"19.2.48":{"name":"@syncfusion/ej2-pivotview","version":"19.2.48","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.2.48","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ef0c691f12d834b9aa6abc86c92a1616ab009cee","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.2.48.tgz","fileCount":275,"integrity":"sha512-0MlDrHc0WoGOIL5VsNDlg4dAm2Gjs79amvTFADUGzehb8yKUJuEej8jICdb45T2AirKAWTEic/ZXPm+IR3ijZg==","signatures":[{"sig":"MEQCIDXsZ03JCCfaoykqA/xhPVuCvy7DXbWip68k6w7SNEuDAiB/aUYJdIPp733OG6/DO4Swweivz7U8JKycFAKqmcAT+A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31801496,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9nayCRA9TVsSAnZWagAAQYwP/2L85KFmOeYV4Ehe0M8a\nfqbbA4mga9E0PhpnCzljW2sDavd6wgfvQWXFfo+Sc+3TTcIUtENU29/RCbOV\nu2OdO51S7LhVpkd5se7evhcIVtjTwdNuoI9jekR0/kYgiY1LioI33sXqxIDP\nRXoxMtofUzb5w2ivbldoY+ZOFtX8jbEFHvztkhjIXb4FKePS/9YHJhvQoGQh\n0fz/o9vkWDEEOswze3Sfw9O629CtlrBCvkRREklIFK0m7YuDkNwsk6P/JN/I\n1YepZhouJMI0EzMVeFt/l82eqLwtcXg5szZfN0Y+rRICmyFfW9bFlq+xWtxl\nbTlicA77jboMRFus4/tKF0JJECF4wMSCtwUOSrI+hFjmE3rUPHHcodfW4afJ\nI3sZO423QW1rtBkbLnv8/YEqW+w9vID1j802EZ6NfrfcVoPAbNKbFYYjY6Ia\nhUfiywHnHnilIptPWjEG1AHJPlwwtoieEsrKKzwW6pveZrM+sEIm7Q+8PgeG\nJNf7A5kfbL7Jys/jrxYd+VPeaNsB+k1GazsTMSlr2sVx5ZtS0k16k49misRU\nQbQ/NiEmc3+krCWai8CGOV6Nr8iYjo9wAgNaIPgwSzdrROeNkI9GMmtnylD1\nF61pLZzxTngcDrXEXQmx6JcoAln/nAzvuz4TDr3UmrV95/L+lyX2uFnRKpR1\npR7L\r\n=hwQu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"abf111feabfb503b1fcad2f13331dd6fc884f103","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.2.46.tgz","_integrity":"sha512-eahOB1tRreXNPhLvPT1OSkvcl9I9JGMetYvne4e1JrXgDWPou/rmwnjum4szY48ebol+oEo8sjZXZYdxo+Jqfw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.2.48","@syncfusion/ej2-charts":"~19.2.47","@syncfusion/ej2-inputs":"~19.2.48","@syncfusion/ej2-popups":"~19.2.48","@syncfusion/ej2-buttons":"~19.2.47","@syncfusion/ej2-svg-base":"~19.2.44","@syncfusion/ej2-calendars":"~19.2.47","@syncfusion/ej2-dropdowns":"~19.2.48","@syncfusion/ej2-file-utils":"~19.2.44","@syncfusion/ej2-pdf-export":"~19.2.46","@syncfusion/ej2-compression":"~19.2.44","@syncfusion/ej2-navigations":"~19.2.48","@syncfusion/ej2-excel-export":"~19.2.48","@syncfusion/ej2-splitbuttons":"~19.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.2.48_1626764978662_0.26763319998741686","host":"s3://npm-registry-packages"}},"19.2.49":{"name":"@syncfusion/ej2-pivotview","version":"19.2.49","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.2.49","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f5a6256b3524fe941681421d061130ef70e02d0c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.2.49.tgz","fileCount":275,"integrity":"sha512-rupEGZBXWBkRULjrRa8jrrBX9kQm2IkTll6kzObYVvGz6MO+q9kvj7XHffUl6saVpHzhYxFpoQk4/6MesVUxSA==","signatures":[{"sig":"MEYCIQDDtzxIAI+62bJxQeuQ30RCoL2+q+CLQjk82JmOw6E9xQIhAK8ivYN8JkUzgxq+UGxztF8xt70EGCSyclPwu47xJU7k","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31797877,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg/7P4CRA9TVsSAnZWagAAHqAP/jRb8Mptr8IxF9H2HIWm\nUuHd772B9ViRBMn1JJFF1pOWk8xdaU3uMECPDZGulku5C9Q0RcHn1cET7jVf\nERciFIdMkSE6GnncxiFF7pJNkg1IgJz3Xmi/vO522fe7KRczw7RBwl1fB5hk\nGPnFhdeBQHIGR1ctKTRsvHlhH0M7DtPTNUSwWGrPtznMQtIuu4sfd3WNzV12\nvyRkW3Pq/sWLu++USn58jGZtBkAC3jWPsmT2FagUBSST034IAJT0nrlmjmLe\nWXqlfc1waOPXmE5+C4dwwMSPzYmXSrprZuUYBhx7H+r6e6WFVlfZ2V9jiYsK\nPVGMr52ZxfMbn/qq+/FgbLYOEwn3CzRC4ccX9P0+sCdXAUhNnaCGryfuX2q4\nTTmp4qGG34yvBrTrzrMQkYL4VEYUWCaERtBb+ybk52Af/JdiQIF2KlaGUH5M\nOCVu8+FsdYPzK12SUFVEA//+/k+WP8Jb7fFQGEzBGaSFDcDdO9RTqP+c9FSo\na4adcH2v/nHRlr023b9tK73ebpbsZ3GxqjkRYgFxwg/myVhaaJk/qdsnrr8S\nsBoM/GBhV/0Rztd6OA2LuAnNVKRUPPDDLycY11mD8Pfmm5f8WSgv/c6+jSqo\ni96aXMfPVerDbGz3dCNitxBCU0HhR9MOOyLg4TaWQJWK0CFZlb7Vv3JlNCYi\n/E+u\r\n=ThiI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"092a68e3b83f129910c418069401a01774f21162","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.2.48.tgz","_integrity":"sha512-hYqQfbYj1RrRrPShATy5Kpe9mQMK1w06TsXJfVlLF67wOxRu+vUfg8/kyGZZYCkIRxM9WrIs+PD2aFqfhInaoQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.2.49","@syncfusion/ej2-charts":"~19.2.49","@syncfusion/ej2-inputs":"~19.2.48","@syncfusion/ej2-popups":"~19.2.48","@syncfusion/ej2-buttons":"~19.2.47","@syncfusion/ej2-svg-base":"~19.2.44","@syncfusion/ej2-calendars":"~19.2.47","@syncfusion/ej2-dropdowns":"~19.2.49","@syncfusion/ej2-file-utils":"~19.2.44","@syncfusion/ej2-pdf-export":"~19.2.49","@syncfusion/ej2-compression":"~19.2.44","@syncfusion/ej2-navigations":"~19.2.48","@syncfusion/ej2-excel-export":"~19.2.48","@syncfusion/ej2-splitbuttons":"~19.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.2.49_1627370488294_0.02191217246232413","host":"s3://npm-registry-packages"}},"19.2.51":{"name":"@syncfusion/ej2-pivotview","version":"19.2.51","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.2.51","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"688f28f5a308b999898a7ddfe96ca7a82889d966","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.2.51.tgz","fileCount":275,"integrity":"sha512-LP12bd1u++r8Stg8R3/iyNnBVjifyRs6M5vsTPQ2xph2V3uy8Td/FpVTcEqbSGwGXwwZSejYEg9D4v3ETMhp7A==","signatures":[{"sig":"MEYCIQDBUrTajmYKVgDSvXZpzow4sEeQqulaoqC9D397NPTpqgIhAIED5uWqEHm65TuW3iD/gxJVqAEXaPZYkGywf6eVfnzB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31846348,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhCQaHCRA9TVsSAnZWagAAhcMQAI5rMLdjcMdLnCzrgYQs\nfh/vvdOjwLuyRzwCj6c64jp1gnEBZsZHb+3yZ2WgZGYXrHbIuh8OI6Ti0H5B\nsczQPGskwtJG196i7JK/j1yPWwng4P+EYeIt0qXZQKnkdor3sHDOhyQ+C75C\nPFwVkCGY6al+Nercrr1NhVIIEWLOu58tVba05FoWZI9ldzhORbPvyXdFhnur\n3WZrKYou33s1wWQtL5/HhC+csKqF3Z+zHIXz7OCn0EIjksR1pfJjQHY8ipuu\nI7fswBu9k8J9iHxsc4Xwc0RqmHmgKA9ohw6ZKL8OoKsxiDbxhQPwXSUxmH93\n8NFXmZhm5p6j8whh/zcv5v8jSNyEtb4gtLolIvBki2zzeyi6VhkWcaHKv1NL\nWMc7OPFnUDsDK0jCDo8CM+/ELt92wTsvwkQYjB8T428CRQd8u4EZxXOW3+/n\nDD1h3JMMls4ZgPkh+amPuhUWZFdQO07ksQlHApv918TemX1NFOIT66TxYMJh\ndQ/x9B8kiIZoEYtdruOYfwvlCMJ3r48k+1OPiCAaFEwaM+E+Uw9766WofnOr\nOeGRgGEFWFNGMx/6KcImHWMqxwLmlqy3aE0iPFRYPP2OJzueZD7bsHtvL5So\nnxjBdpaVlY4cjsEk+ZUlmKpT/JV4FCKnqMNK93rmRAiXfX444wAyiIClBcdq\nx3tg\r\n=LJOa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"bf40c1129bde686e3acbafeb790ac09c826504ce","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.2.49.tgz","_integrity":"sha512-S7gMu6AS2vezJocWVsmAGU2Izkf7XkL31xz5v4zQ7Nb0SgnPY7YiuuFH0xm6Ry9LJnanBclSc4sJDLuWskYRxA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.2.49","@syncfusion/ej2-charts":"~19.2.51","@syncfusion/ej2-inputs":"~19.2.48","@syncfusion/ej2-popups":"~19.2.48","@syncfusion/ej2-buttons":"~19.2.47","@syncfusion/ej2-svg-base":"~19.2.44","@syncfusion/ej2-calendars":"~19.2.47","@syncfusion/ej2-dropdowns":"~19.2.51","@syncfusion/ej2-file-utils":"~19.2.44","@syncfusion/ej2-pdf-export":"~19.2.49","@syncfusion/ej2-compression":"~19.2.44","@syncfusion/ej2-navigations":"~19.2.51","@syncfusion/ej2-excel-export":"~19.2.48","@syncfusion/ej2-splitbuttons":"~19.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.2.51_1627981446988_0.9338086957232958","host":"s3://npm-registry-packages"}},"19.2.55":{"name":"@syncfusion/ej2-pivotview","version":"19.2.55","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.2.55","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"18c081476530c1292ea0e6240c07d94f94e405ea","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.2.55.tgz","fileCount":275,"integrity":"sha512-sGyIMDgsQEJpqAtK7Pvk6NmAVPywpOK+oswumD4AknrLoWmwDivnwaSkJi6UTQEOm12HvWLnc/UMuFN2VHHjlA==","signatures":[{"sig":"MEQCIEgwbTIl2iFbH5JXXxyG+83889DcvlEFWytA+17WqQxNAiA73tfuRPt6TL3ZeiI6tWPwrBmjy+eMrFHzwPJM9sbS5Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31883227,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhE2IYCRA9TVsSAnZWagAAPAEP/3bPZvXJXPu8+92aNHJv\nMffuwF5QXoAd+8GPzMHExKgSq98vNGEQBGy3lImC+FRQARozcVlfvKHFIS6h\nfk8EUz3bUPxxZcKqQDw7GpNSd467BOpnFKFKr1oiDqiBsP1rr12UNcV1SZ1t\nyoLUBIChuMQ/lr6XG2ewv2A4KJkbwQwE4rcrL7+Hro3kwFn7jX8AoVkAZNUy\nEYDgwcYWSICHicmSxJtZZDDGdiql6w54zhUkCLKn82Irphm/QYZB9I+43EdH\njpByRhMriCnxJH6YVZQexFWtSlX4mqzyApb6ph8rUImbZcMb1O3WUF11ixh9\noiKcNEnKcDzAEeNNUNpNb0CNnBOfnc1mmH19GClv9ipfIOyWJYN2RSyF9DGS\nJmkeNX4Lyv9AoHJbI/gsw1xloS5MnoBnncgTrmcaH8RrBhNp+g5Q/pSgU1XJ\nTQLJW2qBEdS/aCMb6wyjbvz0DxaoM4z3m2u1JwCjuIb4/LSwjuhiH+htJ/su\nnpGrIFKDHY+nuKu6qoSNpctZPKaDIQ8DbtPngS+YHp7XjMVr/CBUs0Ocwn2I\nyydoVT1ydLCat6y970iBrJrx7InHPkX8nGrKJpxOvzRa4HCUW5kLRonInWK5\nXeStN0Dte3OG5P2VCpafPh8gMDW2pNIeh2ww1hcE+MQKmhhfmCo0pgrNPI81\nZsqM\r\n=h4Pi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"d39eb78b45fc3110cde10468d17d83d8d65d61ec","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.2.51.tgz","_integrity":"sha512-x86sYKXltPe3DGRVNikr4XCV6SYv8UAsiVduI90Eqi0IsKTIkYQYeXyWB+EbzdfiHiwadUGW/G4ELEMHeURj5A==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.2.55","@syncfusion/ej2-charts":"~19.2.55","@syncfusion/ej2-inputs":"~19.2.55","@syncfusion/ej2-popups":"~19.2.55","@syncfusion/ej2-buttons":"~19.2.55","@syncfusion/ej2-svg-base":"~19.2.55","@syncfusion/ej2-calendars":"~19.2.55","@syncfusion/ej2-dropdowns":"~19.2.55","@syncfusion/ej2-file-utils":"~19.2.55","@syncfusion/ej2-pdf-export":"~19.2.55","@syncfusion/ej2-compression":"~19.2.55","@syncfusion/ej2-navigations":"~19.2.55","@syncfusion/ej2-excel-export":"~19.2.55","@syncfusion/ej2-splitbuttons":"~19.2.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.2.55_1628660248005_0.31233723515856515","host":"s3://npm-registry-packages"}},"19.2.56":{"name":"@syncfusion/ej2-pivotview","version":"19.2.56","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.2.56","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5bf649ca8a68c3d41dafec0c0a5965a1bb217b40","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.2.56.tgz","fileCount":275,"integrity":"sha512-Cez2otbYy7InJHTkXZtKqYGVAG476Jh3jENYFeviTmTxvl3yWX6uunE8vsyCLlYjv2XsODhRtQmL3ZeKpg9Wzw==","signatures":[{"sig":"MEQCID8NHDqrLVGJv31DHdClp5763wmiukU8No8WMvteOUyJAiAYTFSqiIUA2xwHEr66I9zMdrxqc/fXn1o/AG8X46e0eg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31901420,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhG4MJCRA9TVsSAnZWagAAWPwP/1S+gyZKd17QPgOEvZGz\nvJJyTBiO0ZZZEXMSe31aJoY+NQtEKaPt0rWRLtqIG7KVSFmDzQV7BXzVLOwb\ngaPHxB+JnD9k0yGG52yAda74YWvK8opwpTphshSVrxJCNOQ1kN8IS8yRh8kN\n7+q/ZUoFxOi4viNM4jIbbxtIjn00T4r9sVH1dVVrMzyiVn5DDD8FgdKG2JaI\n+vNTL0GN/IzGWMiZ7KNjOdqwOe1PAPSkMX1g+hIDIgvSv5wQqQyOzZXQabGM\nE3QWYauNIaL6DFgBhaXFUDkmYS46mqR2i6CXhTpJ1FvEAYoLbWl6QBHIjTo1\nAeKqO2CAadYs+CoVQSZ4748LD5kXkxk+n71gr/wYew06BPbt3PHOotu5g9Xs\n/JtyjoueCT3L0ed068lGFtKksR9jF9HA4Mb1xgrxpHwkkn55Nr0ej82XHr41\nBROmdWkUUMcFtYosijOxHaBIgk2Mymmklc3hiPUURajCRgRcOxBw0vBVJ7nu\n9+ppcvITxYa+qNzbz7NdulfS5ByZD8NFu66lJd9vMeiB15Yot2AU2UWnt5QU\nVtcLOko8R1CGEP/RR08v+dIX/KS1zsqOxz8GA4+ggibnbvH/R9nuIkddquUa\nNLj/T8ys7JBQdseeBjZWEKWqkXHLXgMwcPe9S4ZYi6wXF1dQRNJzUce8FbI5\nP+MO\r\n=VPMd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"fd1e675df03bea2c6ca6f27c367452a0a796b15c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.2.55.tgz","_integrity":"sha512-Ysu39j7XAwCvr1s9pPL9rs+A3ctbt+kmXh42mJCTN6bcszYGBCx+cZlISWZHG1o4bNYq8L7qTmuBr2BOv6u3tg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.2.55","@syncfusion/ej2-charts":"~19.2.56","@syncfusion/ej2-inputs":"~19.2.55","@syncfusion/ej2-popups":"~19.2.56","@syncfusion/ej2-buttons":"~19.2.55","@syncfusion/ej2-svg-base":"~19.2.55","@syncfusion/ej2-calendars":"~19.2.55","@syncfusion/ej2-dropdowns":"~19.2.56","@syncfusion/ej2-file-utils":"~19.2.55","@syncfusion/ej2-pdf-export":"~19.2.56","@syncfusion/ej2-compression":"~19.2.55","@syncfusion/ej2-navigations":"~19.2.56","@syncfusion/ej2-excel-export":"~19.2.55","@syncfusion/ej2-splitbuttons":"~19.2.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.2.56_1629192969242_0.4286243070414517","host":"s3://npm-registry-packages"}},"19.2.60":{"name":"@syncfusion/ej2-pivotview","version":"19.2.60","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.2.60","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2c1535560544f3ea8cd1c7a07b7490528251dcc9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.2.60.tgz","fileCount":275,"integrity":"sha512-GLaZzcjh1HSxBmiZsq2zIFAYBuGraMn6bt+GpGJvjG9cVOjyhFfNzIH99yFwLvWoP8At+//H4fPVkdOBdaoK2Q==","signatures":[{"sig":"MEQCIHnQ6Xpa4nJs1wWXMcPh7HDAVh0pZkiaozP2hjBKx0ctAiAzZhxHO5wdI+HaPKMy/kNO77Re91/nNEghFRTgpfIhiA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31899401,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhN0ilCRA9TVsSAnZWagAAMScQAIgSbzuBWH2JkJWcGTw3\nmSdk0cmrrAnmMntdX9706qOVjS3YxqTsFyQmzvRh/hdpEP0DAAbFkItlNEA8\nr6ffOQfI7BPzJ1CjrRtWafqCNgEkzr0T+4OyfObCUI1cwVx8RHn1EdbsJSJM\nIReVN1yschmXaJj2Tg0j+GSWHeykgekzv82XAoFZf5zNbRUAZtGZGGhkizmz\nMeg3uGszoQEbMGzCg5CT7M44XbQbfPnqQHg9tofgW5GJVFRJQ1RZ/yDOCuOf\nHMNUpN0PCwrHb2Xe135L0rgVMWOceUuawEDcdugmkSZ/ssYv5SvLHrZYQFjN\nLq+A7JPQFu8rzlgZFbjsckbJdGnR1E++HI72zMIjT0sjtYKrX12da7iExLUY\n8B6Fw8AktfXRc8u7embt3nwtks8qpzdbTeJDx93j/wIo88j1MDzR5yIdYLb7\njad2+UxfGgfy0ux5GOgVpxehdiy4o/8AuzP3CaRHXKI9e5ZFhY+yx76JYdy5\nGGN7I+PwkfxDc5JWm0Qmui4dtgP63cgwoGVYzuVN96VgQqT6guD+GPcpRyL2\n1Rq1OBh7SGoX+Q/BjY+TW1QOJen//e7EvJvdXU99BW46ssu++Jk+1h7oZzHU\ntAuoPlGxS2PZjgvlBdN6lpb9RNd5gQUs3Sv7ygZBW3QtzDl10XYJ2Dtynor0\nJ8Rp\r\n=NBuk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"ae6133c3fccb84727024be6170d564bd363f98b1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.2.56.tgz","_integrity":"sha512-nB6PnfDwQE1r+uq3k5TBYPTfmlz0lRmWv4mAXwGXZn/0AGn0zM7qPlNsmT+tHBVW0fqqZ4jAODfSPGN7+uaBzQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.2.60","@syncfusion/ej2-charts":"~19.2.60","@syncfusion/ej2-inputs":"~19.2.60","@syncfusion/ej2-popups":"~19.2.60","@syncfusion/ej2-buttons":"~19.2.60","@syncfusion/ej2-svg-base":"~19.2.60","@syncfusion/ej2-calendars":"~19.2.60","@syncfusion/ej2-dropdowns":"~19.2.60","@syncfusion/ej2-file-utils":"~19.2.60","@syncfusion/ej2-pdf-export":"~19.2.60","@syncfusion/ej2-compression":"~19.2.60","@syncfusion/ej2-navigations":"~19.2.60","@syncfusion/ej2-excel-export":"~19.2.60","@syncfusion/ej2-splitbuttons":"~19.2.60"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.2.60_1631013029690_0.7871522388984964","host":"s3://npm-registry-packages"}},"19.3.43":{"name":"@syncfusion/ej2-pivotview","version":"19.3.43","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.3.43","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"92ce6fec732cfe7b6ed644cf1f5243bffc9845ce","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.3.43.tgz","fileCount":295,"integrity":"sha512-6mCMPtB2MZn8VO/2JWiuRHM/3ZvyTv21i4aecLp/TTgiaxbaHaYPHhHbCgGSm5Azt6sRDDhXsz0y9gtbzS+gZA==","signatures":[{"sig":"MEYCIQDCMoosB6d59LdvipitezvJaFGBLnfofM13y43GmTmy/QIhAN+xqWFE3uTxlDH7LMg6u1ymKnJKSHNJ8NMGeM7GD+jI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33785027},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"c413c496780132cfa52d212a151192d2411d9a81","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.15.12.tgz","_integrity":"sha512-xbTA+j1gKmrDekK3iZivk4Wh8Pv98RuU9exB3GguZBPxdtkGv6ROf2RPcwBEMgWUp4uTLwqjkPNE8CnTP5WoOg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.3.43","@syncfusion/ej2-charts":"~19.3.43","@syncfusion/ej2-inputs":"~19.3.43","@syncfusion/ej2-popups":"~19.3.43","@syncfusion/ej2-buttons":"~19.3.43","@syncfusion/ej2-svg-base":"~19.3.43","@syncfusion/ej2-calendars":"~19.3.43","@syncfusion/ej2-dropdowns":"~19.3.43","@syncfusion/ej2-file-utils":"~19.3.43","@syncfusion/ej2-pdf-export":"~19.3.43","@syncfusion/ej2-compression":"~19.3.43","@syncfusion/ej2-navigations":"~19.3.43","@syncfusion/ej2-excel-export":"~19.3.43","@syncfusion/ej2-splitbuttons":"~19.3.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.3.43_1632978200837_0.9610548146450819","host":"s3://npm-registry-packages"}},"19.3.44":{"name":"@syncfusion/ej2-pivotview","version":"19.3.44","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.3.44","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b50b0f94e2a6f16376fb7982481d4d932ddc7b98","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.3.44.tgz","fileCount":295,"integrity":"sha512-eyGPEYQgR/qzxQVYS/U6khGbxHCT3Gym8jMkm1xTv027vUfnOKVWZNXIzjLcONHuS8ZPUB2/V4aKpJU8ll8Xng==","signatures":[{"sig":"MEQCIBFHVeqfGrM7KXhfC+XzD943/EfcaZGF9MwGay077EFzAiBY0mPVXiF10zAiyu8ZCS/WLOqpiu3yU2flpE3SL9G9EA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33785026},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"c413c496780132cfa52d212a151192d2411d9a81","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.15.12.tgz","_integrity":"sha512-xbTA+j1gKmrDekK3iZivk4Wh8Pv98RuU9exB3GguZBPxdtkGv6ROf2RPcwBEMgWUp4uTLwqjkPNE8CnTP5WoOg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.3.44","@syncfusion/ej2-charts":"~19.3.44","@syncfusion/ej2-inputs":"~19.3.44","@syncfusion/ej2-popups":"~19.3.43","@syncfusion/ej2-buttons":"~19.3.44","@syncfusion/ej2-svg-base":"~19.3.44","@syncfusion/ej2-calendars":"~19.3.44","@syncfusion/ej2-dropdowns":"~19.3.44","@syncfusion/ej2-file-utils":"~19.3.43","@syncfusion/ej2-pdf-export":"~19.3.43","@syncfusion/ej2-compression":"~19.3.43","@syncfusion/ej2-navigations":"~19.3.44","@syncfusion/ej2-excel-export":"~19.3.44","@syncfusion/ej2-splitbuttons":"~19.3.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.3.44_1633429292045_0.12759290609271723","host":"s3://npm-registry-packages"}},"19.3.46":{"name":"@syncfusion/ej2-pivotview","version":"19.3.46","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.3.46","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ef8e44f0c5d135259a5fe3e23f651166cf649d85","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.3.46.tgz","fileCount":295,"integrity":"sha512-Ake0hwn0RbQJ+Kg455trWs0cgVKC1h72X1UnffInegDoszS2aS3lLYnhWoCzjWD5RYcVk49PksIjf79OFB00zw==","signatures":[{"sig":"MEYCIQDm3FGY8pbGeettQ9JUciwqT2ffhsDYHieJuiCAZBlI9gIhAM5TSom/lvx5R5L5w2YMEF+1/HQsAhDh5F6gsZp9EiGi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33786034},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"2103671f96d0be0812b731166be79088f3916fda","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.3.44.tgz","_integrity":"sha512-fj4wWgLsxEjWawLDWSfzGe6GCb3MrKRtVTKkGOqLcfRgtW6GqF0N5eGcJEAgVEgPyyhFVhp81EwsO9paoeXzrA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.3.45","@syncfusion/ej2-charts":"~19.3.46","@syncfusion/ej2-inputs":"~19.3.44","@syncfusion/ej2-popups":"~19.3.43","@syncfusion/ej2-buttons":"~19.3.44","@syncfusion/ej2-svg-base":"~19.3.45","@syncfusion/ej2-calendars":"~19.3.46","@syncfusion/ej2-dropdowns":"~19.3.46","@syncfusion/ej2-file-utils":"~19.3.43","@syncfusion/ej2-pdf-export":"~19.3.43","@syncfusion/ej2-compression":"~19.3.43","@syncfusion/ej2-navigations":"~19.3.46","@syncfusion/ej2-excel-export":"~19.3.44","@syncfusion/ej2-splitbuttons":"~19.3.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.3.46_1634638801264_0.8368729629523974","host":"s3://npm-registry-packages"}},"19.3.47":{"name":"@syncfusion/ej2-pivotview","version":"19.3.47","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.3.47","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3d4f23eb3441ee5c296629d953792a9558374946","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.3.47.tgz","fileCount":295,"integrity":"sha512-EdmbZwcGdrkEDQdduQqv5svBlCHQVErnhkXB+UEm9an3aBXNG1XhbVxbRbFUmNeUZkeqFWhgQXlWWokJpyW3Qg==","signatures":[{"sig":"MEUCIQDGHbLV6xoorUTsBxAv82FSmsJIokq9fPzuUmP376ox9AIgOMDeAmI40hvLzUUxMUSQq6hLZgwiokUEbdBMg/2PxSU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33922087},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"9e09b5b084129711d1ce6049042fa0634d96c24c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.3.46.tgz","_integrity":"sha512-W+lXcoitzY3rfplPciIaswuX4xD3GllDbn8+QlkWfd80NQPigzfxxFSW+9J47hLuFDGkSr65SKngnmW37WZ8ow==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.3.45","@syncfusion/ej2-charts":"~19.3.46","@syncfusion/ej2-inputs":"~19.3.47","@syncfusion/ej2-popups":"~19.3.47","@syncfusion/ej2-buttons":"~19.3.44","@syncfusion/ej2-svg-base":"~19.3.45","@syncfusion/ej2-calendars":"~19.3.46","@syncfusion/ej2-dropdowns":"~19.3.47","@syncfusion/ej2-file-utils":"~19.3.43","@syncfusion/ej2-pdf-export":"~19.3.43","@syncfusion/ej2-compression":"~19.3.43","@syncfusion/ej2-navigations":"~19.3.46","@syncfusion/ej2-excel-export":"~19.3.44","@syncfusion/ej2-splitbuttons":"~19.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.3.47_1635243643530_0.08841354013368763","host":"s3://npm-registry-packages"}},"19.3.48":{"name":"@syncfusion/ej2-pivotview","version":"19.3.48","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@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-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4ae81340a9b74fc97e83129487a0aee1980f0cb9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.3.48.tgz","fileCount":295,"integrity":"sha512-wgNPfLJjZqLN+VxE8+eaK5GuZ/2zxSUOT7tBhLHQZ912sTBdCkf87fny4tgFAkMCpMKt8ITuGX/oa0dccYFUzQ==","signatures":[{"sig":"MEQCICjwelQmeMybc1zHyV2J3itteM6rk9UKVNv3mL7VnvrGAiA+0/j2MSH4PWSjDk7AI9/7BKDxOhZxdx4eeeEv/PFJIA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33925036},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"2c273275b3fbd7410fc90f7ac1df1729501e927f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.3.47.tgz","_integrity":"sha512-QQ2EsAps5ihvb8r/LnIRKagB9bxlvStzANMQxaAHNmagCyivhZCuVRckVi6dJTosc5SOSraGgdhiONORu9uFag==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.3.48","@syncfusion/ej2-charts":"~19.3.48","@syncfusion/ej2-inputs":"~19.3.48","@syncfusion/ej2-popups":"~19.3.47","@syncfusion/ej2-buttons":"~19.3.44","@syncfusion/ej2-svg-base":"~19.3.45","@syncfusion/ej2-calendars":"~19.3.46","@syncfusion/ej2-dropdowns":"~19.3.48","@syncfusion/ej2-file-utils":"~19.3.43","@syncfusion/ej2-pdf-export":"~19.3.43","@syncfusion/ej2-compression":"~19.3.43","@syncfusion/ej2-navigations":"~19.3.46","@syncfusion/ej2-excel-export":"~19.3.48","@syncfusion/ej2-splitbuttons":"~19.3.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.3.48_1635849381110_0.06082496786768554","host":"s3://npm-registry-packages"}},"19.3.53":{"name":"@syncfusion/ej2-pivotview","version":"19.3.53","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.3.53","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0e00d01789508321f3a2025dc6f1a109161b3eaf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.3.53.tgz","fileCount":295,"integrity":"sha512-+N0NBnGaar6SL+idhNqLzKkCLJ2cdxHW9c50i7ywqdGsIsdjwfLL5atHl/dcTnXbMxYUF2VzTTDtaRXsFVMPrg==","signatures":[{"sig":"MEUCIHK1hhPLkeL3zl2Jq5PI5uT5RtmCfhfIOmYJOeH+YaYAAiEAjplhFqo1dzmY8VofojOnbdMgclD8cJdmxZMuFH9t4G4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33930099},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"18edeff7aed76eee560dfb774f256ad06621a733","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.3.48.tgz","_integrity":"sha512-gKbPG1m+Pr8ZncxXlxagHrMfQvl0t8I+91cq4oLlFyr7vWVrnTMub+7zJcAEpB1rezSLad/khDI+mybuaAzIOA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.3.53","@syncfusion/ej2-charts":"~19.3.53","@syncfusion/ej2-inputs":"~19.3.53","@syncfusion/ej2-popups":"~19.3.53","@syncfusion/ej2-buttons":"~19.3.53","@syncfusion/ej2-svg-base":"~19.3.53","@syncfusion/ej2-calendars":"~19.3.53","@syncfusion/ej2-dropdowns":"~19.3.53","@syncfusion/ej2-file-utils":"~19.3.53","@syncfusion/ej2-pdf-export":"~19.3.53","@syncfusion/ej2-compression":"~19.3.53","@syncfusion/ej2-navigations":"~19.3.53","@syncfusion/ej2-excel-export":"~19.3.53","@syncfusion/ej2-splitbuttons":"~19.3.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.3.53_1636696094087_0.3278927044435169","host":"s3://npm-registry-packages"}},"19.3.55":{"name":"@syncfusion/ej2-pivotview","version":"19.3.55","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.3.55","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"700eeb2312af1483cea7db0ec445cba4e8802d67","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.3.55.tgz","fileCount":295,"integrity":"sha512-gP3EiPpGaJid0TyWz4yoi23J1q1rSgFeVuERk2aXLX6exRwKpXRc4PtfJ/9cr3C7yipgvoeX1+MJUaK4rBP+dQ==","signatures":[{"sig":"MEUCIQCVlkODcxrnMtOT8UWeyO4BDHuNKNjRVrLLXrVfTAoARwIgLpAlXUJdKDeunZ0WfeEWuFAZpmVd35sS1zg7XrF/Ibs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33937350,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnOJrCRA9TVsSAnZWagAAWQYP/jtqepBKCodqj8f+P2Kq\nPuGgBnp9SxPvvXUSy4Boz/ccGytbdA7vqifKSE19pUd0S8TOBZWXAt8FSQA1\nmo0ECa/CpkKl4LrIFxnRPSUO3kPytttqU7gM702p/iK0FKtBJfLPncdjVn3k\n9fNNyVTaZQNOEc1rj47ct1UPvODbGC/yV0Zc1Wicx978eHF2T3XYh80sToIK\ncXXANv84/0dejiXgVnU7YFK5VeT9hnkoS6KjrsNL5OqCfx2Zyy3rvZD12Hz8\ngqT4ZTZIsvm5Rj9AxTs7cZ4nci3LmFblqnVhf6VcCnjdXheQxgmi62O4pJg/\nDwIx9Hn/skiIzlXCBH5QS4LNcRDaWyBtRjD9VYCLKUoZYmgYcd77eYa0XvXe\ngxpF3QVbzRsmuDEoaivfhloEEVmT2UNAoylrcx+2xtaoqdmSCBB820/UrqeZ\nhCYTLf53ZF8vk8V3SCtyrN9IAGrCrwkS9TaNVB+QgVhyMTFIHmD8aXDxwXPA\nfL10bsWRJLQ9NPmGN+/AZlI9GYMmp845YVT7U+d4Y3t8J2MJa/ScX6HCHi6b\ni66TGJEFf7jAAwWRvNTjE3UT82s3TQNWFnPC1nThIWwKYH4PY9chgxslHegv\nk9b4ZrhKGEzIXlPuAoWY12hxf12s2d8UauCo18So300asTPC4Lk6FIF/Lp81\nX7Hj\r\n=Hl8q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"eedaabb890d4533cda50739a6988a28f4dac28fd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.3.53.tgz","_integrity":"sha512-1PAHtLa08fyZ694zllGCuNdmniTbsK/EagixUzr8c317G7oSPTyTAJOA+NL6qQl6rMH3KXakiV6/6RJ5FaVm8w==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.3.53","@syncfusion/ej2-charts":"~19.3.55","@syncfusion/ej2-inputs":"~19.3.53","@syncfusion/ej2-popups":"~19.3.53","@syncfusion/ej2-buttons":"~19.3.53","@syncfusion/ej2-svg-base":"~19.3.53","@syncfusion/ej2-calendars":"~19.3.55","@syncfusion/ej2-dropdowns":"~19.3.55","@syncfusion/ej2-file-utils":"~19.3.53","@syncfusion/ej2-pdf-export":"~19.3.53","@syncfusion/ej2-compression":"~19.3.53","@syncfusion/ej2-navigations":"~19.3.54","@syncfusion/ej2-excel-export":"~19.3.53","@syncfusion/ej2-splitbuttons":"~19.3.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.3.55_1637671531332_0.7232324427635406","host":"s3://npm-registry-packages"}},"19.3.57":{"name":"@syncfusion/ej2-pivotview","version":"19.3.57","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.3.57","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"996ba18de33540265834d965ef8f7fd709f130bb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.3.57.tgz","fileCount":295,"integrity":"sha512-k/oc/SkVVckU302V/T2Qijehoz+KKK3UWSfAZFY802hEGl1ir1hTpFI+kn1x4ZVuK5E3vth/sVRKLt3UUMl6Eg==","signatures":[{"sig":"MEYCIQCCGr21VW3V+dLWYyT/b7Bs7RShWJoYNOYLXuPx30tC9wIhAILOmotb8Es/Av6XyqJNEtxcOu52EqXSp2zBI+y/R3HM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33954807,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhrzvoCRA9TVsSAnZWagAAENoP/AsgDGOPbnP70/B/4mOw\ngWAhZA87XX0DAgYAl+FVFeUwzAzu+XTYC0xwr+wNmcFAfgFQx6yE/8WjxoKv\nQDGsFr/EpmSOx2jiCaKOHQ7GGrDwSPN6TxbrLvgblh6f9tqc5m/HXD0oy2FX\n+OUBLtUFcrzyAoqMikXbDmB5BcCuDYyjN1supGNVGyfB3h/PozVtKUWgkUxf\nFUpkg2S0wATJ98h8jIwQzDneURg30hvhdOvSVONaazOz0mWFJgA2JZE7Qxfo\n85/mealUUuoCe6pgAdmrQaIGKBDfzHSaHcHA8p1PbeUhmjulT0655pq7Ppen\nFoeNT1DG1d4RT2wsb6Bn0UiWm1hwTGWOV3SS6o/Oxbiylq5bi33ph/Y2vHnv\nnleO3dl6BMBBC55CCtidw8hVLP5jAZniC05yOtfNWABWDG3PnXoalJpBiuBk\nJPrQZVvNycFW04xm3X5ccRrgzbFOlJRD7ArIHmj97fgU5N5CnzQXryRsNeV6\nP5ryb5DTEcxKfp68Ktb3dHJTHfYnpOGxi6D3DDlWbXMRPfl6dexwrbGNPJgL\n83FWyO1Ri5P6RLCAl/iiLdrXPj6pDZDwD5WGpULwVms2KVEbbp5ForOLkQTL\nwa7TQ+koBnmCfpGL9SPV+NO8FFgyrDl8/YRw2+YyyBdZL3M76kYVvBj6134y\nAefR\r\n=D7KH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"057fe1fce43694d103d152dffb39fa013aa094f2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.3.55.tgz","_integrity":"sha512-CHTu9X+whthcDiW8T9adBf25UpUnLgKk4XZ63ANu2tfw5NWBb/gHkiEY5ps7cDCc2wqKl3q/xdc8L67iHacJOA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.3.53","@syncfusion/ej2-charts":"~19.3.55","@syncfusion/ej2-inputs":"~19.3.57","@syncfusion/ej2-popups":"~19.3.57","@syncfusion/ej2-buttons":"~19.3.53","@syncfusion/ej2-svg-base":"~19.3.53","@syncfusion/ej2-calendars":"~19.3.56","@syncfusion/ej2-dropdowns":"~19.3.56","@syncfusion/ej2-file-utils":"~19.3.53","@syncfusion/ej2-pdf-export":"~19.3.53","@syncfusion/ej2-compression":"~19.3.53","@syncfusion/ej2-navigations":"~19.3.57","@syncfusion/ej2-excel-export":"~19.3.56","@syncfusion/ej2-splitbuttons":"~19.3.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.3.57_1638874088012_0.26121147953869706","host":"s3://npm-registry-packages"}},"19.4.38":{"name":"@syncfusion/ej2-pivotview","version":"19.4.38","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.4.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2badb4714f154bdca211e56d1c21155173beab67","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.4.38.tgz","fileCount":303,"integrity":"sha512-rypB7dQrUxiOPsJyJ8HhBW2hR+eJ3CJdYoZJKW026SXmTUpKLPm+oFyJYz/gl639yM4WlZHqw2w5YyNk9z9F9Q==","signatures":[{"sig":"MEUCIH0oY3KzfwOcQhrkw75+74hR/IUJYCWU/qsCOKvPyOxMAiEAuUsui3ToUwaIod0jktv8FvJx71460wueXzgbZaQJz58=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34652093,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhvCYlCRA9TVsSAnZWagAAumEP/jxAzaoV79vuZQHzNY/H\nrJcOmmY6TxtiCoYD7QG0P28dNGBXvNG+FNCKTLpoWJxShRz3ts0DMJ9zvtOu\n82T68sZcIaMLi7FnaAA6aVvHCAH7Cx0XjvUfTZq+F75FQ5fsTquwyxAyf3Xz\nkL4AuLyWCcH2QvnMrI5egBDOKL/dQRj/in4g8xDlLJ+1fp0ZjqnEuevgRYVr\nS/rmKtgsYSKu65b9oDclQmgoUd2SCV5aVvZcQ10wp7tKqlfn06YRIrgWo06j\nwCNHKkc5kQUQyG2pTsujO3fI3QmvWnldHJ6fPOHj1cbo8TlgN450CD2lTxhU\nEkudJo/2CuBQMQEIDOrTCiEqG/uSLgieNVZfy7AAyrvJWw5LsDJUEmaZz+wR\nDl5cwWCr1ZbtBLbwtOBp0QtPficDv102XQBveGE5WsDL9ds+mZ4dG6lXy5Zi\nT1Nj1sH+wtLtm9s0Ht5mwHks9P2kGWKnyPLbYy7E1xCLPUGa8rXzIUuq7xgH\nuDQdFjQKi5bCpgRjxNjce/tt/2vpJNvjJDl9xdkxG3BoFLM45brwKCwVlL+1\nDUuWz7UcPro91ZrOT1zt+7OCO/4AcJbidhgYe65MhxBv4dHoBtEabyXyR+Qy\neaO+nMre29Z49LhlNrYtkc/zdtiTZsd+TeEFIcvlnunc8Goi8+jutuMVxNxX\n7p/z\r\n=yPmh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"615a4e05a02dc4aa92fa9307f0fa174688ffff56","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.25.2.tgz","_integrity":"sha512-1Ji0/7L8nd8Q+wqGe37tPt3HnC0LfASDwqfZeXU/ooY65c4fZS3W4k5qlRX4/VPQiVZM+eG4ED55DHq2WXFngw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.4.38","@syncfusion/ej2-charts":"~19.4.38","@syncfusion/ej2-inputs":"~19.4.38","@syncfusion/ej2-popups":"~19.4.38","@syncfusion/ej2-buttons":"~19.4.38","@syncfusion/ej2-svg-base":"~19.4.38","@syncfusion/ej2-calendars":"~19.4.38","@syncfusion/ej2-dropdowns":"~19.4.38","@syncfusion/ej2-file-utils":"~19.4.38","@syncfusion/ej2-pdf-export":"~19.4.38","@syncfusion/ej2-compression":"~19.4.38","@syncfusion/ej2-navigations":"~19.4.38","@syncfusion/ej2-excel-export":"~19.4.38","@syncfusion/ej2-splitbuttons":"~19.4.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.4.38_1639720485553_0.2564041541917679","host":"s3://npm-registry-packages"}},"19.4.40":{"name":"@syncfusion/ej2-pivotview","version":"19.4.40","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.4.40","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7764d504a090f19aceb5757f4448608dff752f11","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.4.40.tgz","fileCount":303,"integrity":"sha512-bZtjhIE5FmbUWzg0yy3tgIlG/+47qQiWPMzMeRxhCXhS/rQLFOUGZpYuIKVzAda6+v2g4V2BjS/Cw5jIg1yLMg==","signatures":[{"sig":"MEUCIEUfUtOEsL19w7/bsVSpPGuvIIXXnGNKWPKIzjiUZZbOAiEA8ZJ0hWoFN+0GPuJpAvvp+VdQOIgptMUXIDoUFHweYFw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34658399,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhyyFZCRA9TVsSAnZWagAAByUP/jk0QUxhNta+CTTYmpNR\nDdDcPXaYJbbq91Zju1m++u0dtwquWpbqnUdajhmAzfs2ZQOUG+E/OvjLZo2N\nfcEb7np7gdKX347hfNWBFoK+97eQg14yQMHSPiMuDp3SvGMGLGZ/2rgiVu/f\nibz/Ib3R2Y0s8WBNzowe5A2YaS3DxQ+YYh5Jz+0p3lDlCFNzJLFYrjiXd1Zm\nou87i1R9XjhdexzdpxnC8/ysBJ7DhatCZIEanoLzmTRAjdr8SRrvCvd3Pbkq\n1Ysbu//dg7k2Sqg5ThjXfP5QG50u4QIRlq25dNPzAZ8vDiylPyCpDuCYJnat\nrxDuBYAyJUc1NC+pH5HIk9ckRnixxXD4imnvjx+0IoIjRqpDrRSDt8P6XgL8\n183uG2roclhnlr95MKTALSmLMulnUXVhv12bYCUxs0dfO0kwI4+7HmvJwhgh\nByc5jVA+C/AUoLIdVuJQCdb+pvfzSwSvhBXuW6jTr1e1HqFS8lYoBMgnUzJ/\nD69Mba13GYA47W8W1VmaoujWKH/s4XpuHcPfl46COv+9z1ZypLilZa0x1oTN\nOCYJyB5VMAIqY9dY607SQk39z6pGSmgfgdSczZzy8IPDAImHAeL2kLP+opkI\nsiGEam0n0B/FT1SK8uUtr29V+rVyIYI28SkL6cWZLCobIGQbk9nH+J0l2CcC\n1uO1\r\n=Dkuy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"295cfc89df3f91c8f3f63e12169f1da81d58097b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.4.38.tgz","_integrity":"sha512-+fFwkKf9f7dvy1yimYl177BDSWAFQ5OgMMZQhRr4uzC63qedgNfM4WsA+j3CSXAodlDsH69Wk0RLYrbxYJbo7g==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.4.38","@syncfusion/ej2-charts":"~19.4.40","@syncfusion/ej2-inputs":"~19.4.38","@syncfusion/ej2-popups":"~19.4.38","@syncfusion/ej2-buttons":"~19.4.38","@syncfusion/ej2-svg-base":"~19.4.40","@syncfusion/ej2-calendars":"~19.4.38","@syncfusion/ej2-dropdowns":"~19.4.40","@syncfusion/ej2-file-utils":"~19.4.38","@syncfusion/ej2-pdf-export":"~19.4.38","@syncfusion/ej2-compression":"~19.4.38","@syncfusion/ej2-navigations":"~19.4.40","@syncfusion/ej2-excel-export":"~19.4.38","@syncfusion/ej2-splitbuttons":"~19.4.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.4.40_1640702297069_0.3167133724113653","host":"s3://npm-registry-packages"}},"19.4.41":{"name":"@syncfusion/ej2-pivotview","version":"19.4.41","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@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-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a21330c34fbaedb9db635d4d8f41165f2f9aeedf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.4.41.tgz","fileCount":303,"integrity":"sha512-zO/gWZGwXCywpBxBh08m4AoC5rZHj/6qwDsrm1N8JEYoWkLo0FhUjQVycQSC+gb2xPVk3xrxJQVMqpsZh/mvLQ==","signatures":[{"sig":"MEUCIAHKSryageIsAlMTQxcfZUO/5Q//9yVFDgqRLEVQp369AiEAv9BvrxSf3ZYFdCk3mD2L9Gh/tbv77K/KXfSUTwOzY8M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34661562,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1C+CCRA9TVsSAnZWagAA1msQAIemzlf9K5F3SVwhperF\ni5X4tDsO0HtYZ0RH4rSd6ZMVPB1UQevfMUZVN5YU9VU/21+WYXImGsNE7eyp\nKDeehLcQ6dt+JjHJxkhyE1oAYnGI3x323Wt4g0LOVUe9QhO1ff2pI1Urwj1I\nFRNOKwLrzxhe/N9L/Ce73r+zcnsybnV1uY+3DfQy4lVkrtBu4UitGRzlQ3tB\nFKh5op/OSHOYRlzEa3/JVOg+cT1uQIonpy0lUkzGLXhDmtSFIbEweIAUaRcc\nNl+md2SGPRhpJCdQ3FZwE6ISb7pwaEsMw6+8Sbrb45rLusLPwQachiZ2USar\n/f8FwFwSmOJ0LbSoTynqR7mpURytUCA9eKp6M3WXBFY0vY1fKEBSaZkWVkJg\nXmjk80TJ4C8TkQlAzHmYdwWp2zjDLLsRavVWtCoWwUE0eb0dcjuE0IE3lo2v\n0d+fGQUsQSC+Wh6zv/d6WDv751EmyrFPxslllZySFKft+LSkVd3ZlOGrgMVV\nnl5Z6A3t/VsTLTNr5TOr2AIShU+54hBYZuBE3y8udLj2ZwoHZda2o/A71rok\nDVSA1GoIqhlsbMeoaK27qYNZEOVFcgxfB6ogac/0tu2mqneuQxc9tGqN6OI+\n42M6ZrBSeeHmBfbQgCbnUwp3ujnfCTGevY1Jnpjj7+He0fCP/oWjpjg+cTy/\nzcfn\r\n=9856\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"7ea645702e674101936bda771675309772082bbf","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.4.40.tgz","_integrity":"sha512-4l6ox+sr+Y7FY0SGcCCCx1QyW/YgJpYfCnFf1/a5NBkYGoaYVG4H0QXhIFZADKZ3ISaOOXD2b3WOHIDQaTp3tg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.4.38","@syncfusion/ej2-charts":"~19.4.41","@syncfusion/ej2-inputs":"~19.4.41","@syncfusion/ej2-popups":"~19.4.41","@syncfusion/ej2-buttons":"~19.4.38","@syncfusion/ej2-svg-base":"~19.4.40","@syncfusion/ej2-calendars":"~19.4.38","@syncfusion/ej2-dropdowns":"~19.4.41","@syncfusion/ej2-file-utils":"~19.4.38","@syncfusion/ej2-pdf-export":"~19.4.38","@syncfusion/ej2-compression":"~19.4.38","@syncfusion/ej2-navigations":"~19.4.41","@syncfusion/ej2-excel-export":"~19.4.38","@syncfusion/ej2-splitbuttons":"~19.4.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.4.41_1641295745948_0.9679736889092958","host":"s3://npm-registry-packages"}},"19.4.42":{"name":"@syncfusion/ej2-pivotview","version":"19.4.42","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@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-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f3f19b8b4f7b488d1cce4b20230cda41b63768b2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.4.42.tgz","fileCount":303,"integrity":"sha512-K0RhIjzl4d8lzXqgm6cPNh/Q4Caqo2CWAQC+SVzQ7EI4l6/zNPmFpAfEzOSRiuIe/wMGZmvs9jNVmfEZBPNp+w==","signatures":[{"sig":"MEUCIQDCc5+CKZcWxxDmgmb0MoiQAxpIgk1EPYqNgKRo53TbKwIgNPubFobYsiP1BVk51peUBXzuX5g6NJ06lSOAUdD6GHc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34688058,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3Y9RCRA9TVsSAnZWagAA1gUP/1w2rMESmPYCUyQTnYka\n9prU44Tr7CQzNWusY6BiNHu6vax3etQ6RBxhw2jXJpcWcBHAHGKK8kRCE3ap\nNP3m5sbSwrhhx9IqlAcShSI8bno/ar2O3MSpZk/I/+Q5ZSd6Bfey0ayAW5hq\nZHvUU6U7SlBzBsWCu+AnXeZUtmhsAVeZQ02Db0E8Ejyn157vaLDwYFfkehRA\nlSxT17plYA3Wj+JDUP+WZPilfTssm877HDi2DVvJSPpgA8lPHuRPMbGwyavq\nrRmt572DN7n0z6kwkib5NJOu0hYj5M9mJaHGNLExwlOTVlMcNz7BxABq8mwb\nvaOUAkqIrtAOM4j0qtXa4tQqq+1cVc+E43ntNtrm4eR1Wb1sG6WT1Zr2j9Bp\noCF7ceXIzkSgustaeP+xi255Gw7sMMKJSZCn7WFmKkd/k3hi8eyFcT/cBYME\nuHHWeEkTiG7Nv1uB9HA1jZdDpPgh9AT8nDPGBWUCFtW+XWOhZczX82w8X95B\ns1xEegd5jKGGUdrNDlOKO8tYdiXPUfUsXAJQyFrygFLVrK5JImj9F8q+Mz+1\n4LknavDJkkj9EK9IXk2XdmMeBkD4fEE1O4hJj678MZ79tekSjG0NUMlWCTmK\nAsMiQuTfnxNonguUW2MPSECO5ir3hFYNsZoUxKvw5Cz+L4/Bq4PehASGgR9v\n1W+2\r\n=fvwL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"87ada26a09554e3d155778f1d9ebedba1b86daa7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.4.41.tgz","_integrity":"sha512-Z6SpeNyVSImPCIhvmcMuE5r7XIYQ18AtXKRM07I+8x+ya2ZYOiFTi7uRIXtY2bP7IqlbKJFCuOwffzPxToetTw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.4.38","@syncfusion/ej2-charts":"~19.4.42","@syncfusion/ej2-inputs":"~19.4.42","@syncfusion/ej2-popups":"~19.4.41","@syncfusion/ej2-buttons":"~19.4.42","@syncfusion/ej2-svg-base":"~19.4.42","@syncfusion/ej2-calendars":"~19.4.42","@syncfusion/ej2-dropdowns":"~19.4.42","@syncfusion/ej2-file-utils":"~19.4.38","@syncfusion/ej2-pdf-export":"~19.4.42","@syncfusion/ej2-compression":"~19.4.38","@syncfusion/ej2-navigations":"~19.4.41","@syncfusion/ej2-excel-export":"~19.4.38","@syncfusion/ej2-splitbuttons":"~19.4.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.4.42_1641910097643_0.6981678498932635","host":"s3://npm-registry-packages"}},"19.4.43":{"name":"@syncfusion/ej2-pivotview","version":"19.4.43","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.4.43","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d311f003c28d9c292dbaed3fbaaef38a9bc3baeb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.4.43.tgz","fileCount":303,"integrity":"sha512-g9K9LpWNBL2Ez4eR0V953R5o0xCBzp/Lf3OkhUUm/bdlK5+sUvbCxiYjyi4v8QGjjXBIr0FTymnYQ9BLJnluXg==","signatures":[{"sig":"MEQCIBQ3dpHsxeaZqQlJtrBbJG7cNQIWWlduHWab5kAA8pKBAiB0LaquEZsVisWwMZv7Aa7KySUeKdcuukmRtP2wZ/a3Eg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34738840,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh5qLfCRA9TVsSAnZWagAAVqcP/ApDP+a3G8i+QpJKXsih\nsVHNDlYquDh0qrQz6BB1h9veVFNA34C/t+7Etnl+EBGEfannm8YULfQhXfIP\nQ4vKvJePGzRYM7VTzqpUJF/Oi7s150yzrouk2/Zl8c8AXMtFENcGWg1ercs4\nu9HM1JwFd6TtwcTbXpdMGoD0HVaCInjNrYbkGm4nt0kKsCVLYsyEooVRsJ0X\n7ugIU355l9UD+ixamllHuN3Fd3UNkQR+VVbEqma6F68JaPfaZ3f7gbLupH8j\nuD9mtF7LMY28HwYbjgBrkdz7hw4tqVDcRql7UmKMyi+z9ABT9d5VabX1N8SS\nb0BrkhTDf/K/Aop/jsyB0Bj00ZQT6QZUD17xkWGR1xov0W791XTlg8noshNk\nHE6/xYlmzwGUhdqnxNbvPrJdl5xjh9zHyBES3dwamAYPJcemqteSeWpnS17K\n36+yvBbi0Ersoq25BuoGIW/KjqHnOtDXfDdK72c772d746cK89Ms0LvOB9UY\nopgBrGzYRp5p3kes7NBNbUTyAVNTH8z6S7gLJ1Se6hmTSZS0fu34w1EF1jtl\nDXYT00HnI+f1dg9dkTsFJbQm91zDvMIFrZ8wsmwl7Q37XFIU/AcxfuOtq0hS\n/UHt/e2FCGmp/WLC76bOKwdCTEzdYNXSARFakBeiUmt9XWxNkpoSDWqVUAsr\nQUgE\r\n=VP28\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"8cca2eb9992a61c1e519c06e22d977a24d37038c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.4.42.tgz","_integrity":"sha512-zqgJ6FIg3l3S9avCSMts3EKnvSyYBwgjC8eKbpwx6j0Fuw/t7c311UbT6tOgxT2Nenq5Zj2lhWmFtKWdA8Vg8Q==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.43","@syncfusion/ej2-lists":"~19.4.38","@syncfusion/ej2-charts":"~19.4.43","@syncfusion/ej2-inputs":"~19.4.43","@syncfusion/ej2-popups":"~19.4.41","@syncfusion/ej2-buttons":"~19.4.42","@syncfusion/ej2-svg-base":"~19.4.42","@syncfusion/ej2-calendars":"~19.4.42","@syncfusion/ej2-dropdowns":"~19.4.42","@syncfusion/ej2-file-utils":"~19.4.38","@syncfusion/ej2-pdf-export":"~19.4.43","@syncfusion/ej2-compression":"~19.4.38","@syncfusion/ej2-navigations":"~19.4.41","@syncfusion/ej2-excel-export":"~19.4.38","@syncfusion/ej2-splitbuttons":"~19.4.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.4.43_1642504927266_0.9667085056787854","host":"s3://npm-registry-packages"}},"19.4.47":{"name":"@syncfusion/ej2-pivotview","version":"19.4.47","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.4.47","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d53352225d004a3b582717f5396b57c2cfa3ea25","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.4.47.tgz","fileCount":303,"integrity":"sha512-o+35rBTuekX3cn6+2QDm63rrZdvso4et5Y5aJahhiNJsnFYyW5gkXDufva6BT8bmXZAA42tbEGGJNgFaiNtnbA==","signatures":[{"sig":"MEUCIFCnVJDSdMfF+UhxbSJe5fRxX39qakRzJFq8+vaLX9MAAiEAnr0mumWmWtjut3xfx+9DNtf0Ox+vDdkmyZssQ6kiOCI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34754074,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh7+ujCRA9TVsSAnZWagAAHtkP/0VNw3UbYqkNImob7T1j\nZnZF59R90lHJAnpQFtEZa5OWkDuYGsctCKbkJsZeY1TZ3JkOuhOLmFbVzsJS\n+1ngOsBHH25HG1TBFdJwH+SZBalSTw7Ixivc3mXxGExe/QonRGLJoC3EV+VE\noLFWa5au7yfocBsqlxs5tGE4eFvgJ6kVUj+Sk10VN6IXjFrHQp37K8g+eJo0\n27ri0Qu3hM2Zo/GDPHO8h0in5S84cgweywVnOpJ8WIqalLFEk5C9oMLSuckY\nm2W8BfbS9BWviMYz9aHxGO7ee5KtFdJ3MGXvA1d4XxDvn9RkORa6JMK1UEkK\n4oJFiXNftkxXZtgVh8eXOAZq8JPW9O4uthQo+EBYlJRSWtno2GouZIcAM8hx\ndX+z67yjzKPI5oUw9V3LymSCNebmdc9kIURD2tn85w5+zYFIYCC8Ldlr+Mbe\niKhTgwls77sPNxym8ikldsaSVu6qkZHCFXg9wfGP2TYJUOwS0yuwHln7ejeS\nlLcrQUu9S6KvZTeCYqVBDARDFU09cBsEtUvwDe2yWtMKYeoU61DsrBIu4bF2\nGTf6QqjWDh41HFQc9xjiNAKh0EuTJXNFQyORgh4HyUxECXlL6tfDu6GXh9n9\nU8yFula8T84enXmWpuP7xoULGe1dp+JmAeQA7zZEkKlVS4rEyavctnDbjd3E\niQRs\r\n=eBKA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"201d8229eef37ac997d966855eba1d7b84e7f68b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.4.43.tgz","_integrity":"sha512-EDMViT3DDtBG78Vu8tUBvOo/DCVNS0gNonzwBPKaAvl1mIxDE04V0W8zQnF4+snkIS7OFj35ffNCoRL5Py/UnQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.4.38","@syncfusion/ej2-charts":"~19.4.47","@syncfusion/ej2-inputs":"~19.4.47","@syncfusion/ej2-popups":"~19.4.47","@syncfusion/ej2-buttons":"~19.4.42","@syncfusion/ej2-svg-base":"~19.4.42","@syncfusion/ej2-calendars":"~19.4.42","@syncfusion/ej2-dropdowns":"~19.4.47","@syncfusion/ej2-file-utils":"~19.4.38","@syncfusion/ej2-pdf-export":"~19.4.43","@syncfusion/ej2-compression":"~19.4.38","@syncfusion/ej2-navigations":"~19.4.47","@syncfusion/ej2-excel-export":"~19.4.38","@syncfusion/ej2-splitbuttons":"~19.4.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.4.47_1643113378789_0.6012727597675565","host":"s3://npm-registry-packages"}},"19.4.48":{"name":"@syncfusion/ej2-pivotview","version":"19.4.48","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.4.48","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"bd4cdcfc26eb6e264504f418b254fbc37c52c3df","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.4.48.tgz","fileCount":303,"integrity":"sha512-LGbnQopVcEiRI6s9bK6gj+UQirS6xNeJj6a+5+7u89jASGZGmP1lvYcHXBb3xCdQ4N7BxCR+LmlUQj46QEuREQ==","signatures":[{"sig":"MEYCIQDoYgRCI7NIlGbVNThsH9zj0Udkd1APZDf47zZ2Ykro9QIhAPWeKS3QbrH0TCy9PUG8sffxDdXdlqUl8djcfdk1zarp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34754099,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh97gHCRA9TVsSAnZWagAA6jAP/iw58d8wEpFsbO4nTEYi\nhhfLONhqj2zVC1Tqp6va87YxqdACw2hEZkIqsf64oeWiZ+NDuYKOnZqXNv5N\n/C3BveBNcmJZ8ZV2EQuhy3JgcXKh6hKJK3jXn+vIeNKyyRiXMYjxSc6P66zC\n3V53gqExYPdBesjr3h6vH/r+sLE1NAUyI3vQfoDlxZV4Od11fB/ENSa4sXw/\nkAr+gp7v/abovdRxEBdcnr5KfW6YL3Fmmhdi6l9F6ozFyrU/zTj5w3H9elup\nsZUiqh9pkDQyCvWIQNHOcndlPP9V36gzPP1LL3eI2qL1c8KYpmo2fsBsySCu\n3AXnFSSEtItJbZSWxTAJ+i2SYqLpEyh3WCQqXKnfLoB+0IyH/6T1b98qnUeO\n7AGe+0RuSB3CTcKR9xIoF6AGagszf1o0EvRfA24bLDm4sGVuda6mqBgpOdDp\n3vUmmikzeLcdVC6jEBi7WJy6CMqG/dzY6KcHZwX9x1U6Zu6+masYdIwiDfUx\nUSaWDfueOxroe0+v/NltVuPx2ODWkjVwyZ8W/klnmIzefNtByLGVdO+5St2y\nWskzsKaDHWn4zv+fbcGJaFVVR9EEOlH1I35TxuOiTjgCA9NuFA60lfoVhifb\nTt/zoXKxEb+fTXPqMP6o4sKx6Tlp/8msd4WWW0I9CN72YAMmsv7j1inirioV\nisJI\r\n=DglW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"22dbb3984a3572b02762e1bc62de597430aee966","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.4.47.tgz","_integrity":"sha512-7mDBXGxjRHFr7fZLtEeNRiP07QsC4vpltvB/xSnloHWyK5d/XOu0UY/QL/S+ohkiTC7QPH3JRiqcy0Qh0D6j4A==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.4.48","@syncfusion/ej2-charts":"~19.4.48","@syncfusion/ej2-inputs":"~19.4.48","@syncfusion/ej2-popups":"~19.4.48","@syncfusion/ej2-buttons":"~19.4.48","@syncfusion/ej2-svg-base":"~19.4.48","@syncfusion/ej2-calendars":"~19.4.48","@syncfusion/ej2-dropdowns":"~19.4.48","@syncfusion/ej2-file-utils":"~19.4.48","@syncfusion/ej2-pdf-export":"~19.4.48","@syncfusion/ej2-compression":"~19.4.48","@syncfusion/ej2-navigations":"~19.4.48","@syncfusion/ej2-excel-export":"~19.4.48","@syncfusion/ej2-splitbuttons":"~19.4.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.4.48_1643624455043_0.6884048941715035","host":"s3://npm-registry-packages"}},"19.4.50":{"name":"@syncfusion/ej2-pivotview","version":"19.4.50","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.4.50","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8d4e336a8d2f516bec2fd609c154e3f3e8229fe4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.4.50.tgz","fileCount":303,"integrity":"sha512-zdMuBKLKmfUqeP0Q088v+0iCEkcYWa1FBBCevU5HdHcUNSe2ho2FIHFnVwxjX/FER4fRe76o3r+pDxTTYtiukw==","signatures":[{"sig":"MEYCIQDEIfGdb00DUcoqgA5751CQk0NnZQUy3NXlOYP6YpbKDgIhANBZWk/EHml040wU4VQ3fWAALg5wO1JSERajlehDoWmR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34769637,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAkM3CRA9TVsSAnZWagAASJcQAJEStsToM1KzrH5h1N90\nUbe645P0mmwegerV9LQRiSsQymLazQjft/6cOmABExOZ31423Qalr3QVoV6Z\nrExuQOfshCt6oCpedhfevQYMNtwl9CcGpIdQ0RFw+x+qPNrwMoyBr85cNnHT\n0fds3wTM/yJQiTDxOQMZxYj4zLdAEfXvSbQgoBK1kpg98VFY+uI/yHJcLaCb\nf9WQ3zuuL86WQhR9O7l2dseXXEkUK7K77IndY4hraoIBvgrUUrVryKQksgRk\nACEhnC55eLicr+Emx/wXct4xZwRluC+HKAkBpsjs4GHhkgzLDIXJFLn1kUsP\n4ZXWtIgmaBu2MBae5u2YZvIT7kMythKafNQkDFzPBsC90BV3MH7SqrVt/pcx\nXPvbqAVlQrUfTg3LUZSrBdpGRmaNo1B8DTOgoizcASrfb5RSvOp++wTJnHAO\n2chre2lmk3zxXZ8YkH47AnT1oDhmGNPMMccs0trFRRRq+/wZnExCdriQ9CIr\n8Q+ETWe/5D6RNqHRfOKSfZKHV0/05ir5TyPgngzMoqKOKf8c3OwG5KdBP6W5\njaUlvlHSyD03YM3TWNBWSaPiqQckydshhF2NR9JvEyQz5uzxCHBME7Chf1Hj\ndQzzrjINSonr/Qw/ZbXXms/2EUsONF1i3k36KWf/ocTBfwo+dgGbv/lZurai\nbf6N\r\n=/R3A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"fbc8d464e24536440a7dd416cca4b624dafd112b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.4.48.tgz","_integrity":"sha512-+FvpR4z9zfuGPOEtf+JWydQI5oztIN3ntgS2NFz5+x8KnmYRSAPHu1UAN1Ye2x5Rnz1fTEcCWjQQ6PaCAqW7yw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.4.48","@syncfusion/ej2-charts":"~19.4.50","@syncfusion/ej2-inputs":"~19.4.48","@syncfusion/ej2-popups":"~19.4.50","@syncfusion/ej2-buttons":"~19.4.50","@syncfusion/ej2-svg-base":"~19.4.50","@syncfusion/ej2-calendars":"~19.4.50","@syncfusion/ej2-dropdowns":"~19.4.50","@syncfusion/ej2-file-utils":"~19.4.48","@syncfusion/ej2-pdf-export":"~19.4.50","@syncfusion/ej2-compression":"~19.4.48","@syncfusion/ej2-navigations":"~19.4.50","@syncfusion/ej2-excel-export":"~19.4.50","@syncfusion/ej2-splitbuttons":"~19.4.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.4.50_1644315447467_0.5183755838354627","host":"s3://npm-registry-packages"}},"19.4.52":{"name":"@syncfusion/ej2-pivotview","version":"19.4.52","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.4.52","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"439c4485f4426f356858194af08294043d6aeb2b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.4.52.tgz","fileCount":303,"integrity":"sha512-CEuh2QRcZql9TfcMBmz77ec3/A5aX/fhVWcE7LGu5+fuGG7jdm7IRWYeI+XCHaKXRqG6fjgPl49l7uTd4dPfbw==","signatures":[{"sig":"MEUCIHGIqX2N7KCrBvSztNZaJyn6p00z8rsYMcIdB7u8mw0IAiEAn2xVW4kAGLtrlXOmueQYesQfx9zDtXA0Y39XwQw8PQQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34768822,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiC7K5CRA9TVsSAnZWagAAnDQP/j+LCDD3r5oViVEigbFQ\nOFn4zvhqJ8VKMmaDtOU1zdQxREvyLUYbhAi9KjjALeZQCue+VbB9ztG3CXsP\nVln+cF1Gqr0nvtVUhkg5W7TQ1JQ52omizPrfttvyfUiR0/z1gp8KuoQkQcEM\ngKP93ImQrI8ux4AokojCo7cXyb2ij2LgO6zi43ltI528wErSiMYD6QxG+awV\nPavUnwu5dEP85qe49ZJMPjvmfeOPNONw44t5d6aGub1HK7f30V6BZ88jeNtJ\nQ1ZwkhEXbZKgcg/HhF/99b+atnjK6zc0DXj0JKxXG2i171uFeqKVnFt5ANLh\nujOPhvktqUZZ4YnnoQ8/bGACogbTY5GVIC/fWn/zrqwjdjh6unDvMKukjt1m\nNkZrHSO05zo5dHxecNU6gELg3GCEK+ePI7zPM0oSGj8sypGmjhOGXH2Hszv/\nuBC1g6d0ALm2kgp8mWy4NrbSlUtkxa3gxhAshMgOUSoNBVkGWavAtSdRn/u9\n+FItGWJtOcIhIlerDf7huCf8w18pIMWlZv1YtbOdJw1rn1ABYYx9S84h5xIy\nR3Awhm40YlRgC85T/jET7jru7J3KUt8dhe2OxekgYEy0KEy36jqxvkYPjhXN\nC4BRMfvQVsp61Mu+z7kISZ4atPZBwxdVP3KgEN9/BGQPlunmQa2eigDnIJ0P\nktPL\r\n=2olC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"c33c3fca7fe2a0a550e24fb4f8bbb7a402d5d705","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.4.50.tgz","_integrity":"sha512-sHeeY2dWobsRAKiI73ORWmoeheiPWIXh271bOot55Dw0GKl5OChJZSCZsU/X++L7lcn91Nlk7wTRnDwzwAA/QA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.4.52","@syncfusion/ej2-charts":"~19.4.52","@syncfusion/ej2-inputs":"~19.4.52","@syncfusion/ej2-popups":"~19.4.52","@syncfusion/ej2-buttons":"~19.4.52","@syncfusion/ej2-svg-base":"~19.4.52","@syncfusion/ej2-calendars":"~19.4.52","@syncfusion/ej2-dropdowns":"~19.4.52","@syncfusion/ej2-file-utils":"~19.4.52","@syncfusion/ej2-pdf-export":"~19.4.52","@syncfusion/ej2-compression":"~19.4.52","@syncfusion/ej2-navigations":"~19.4.52","@syncfusion/ej2-excel-export":"~19.4.52","@syncfusion/ej2-splitbuttons":"~19.4.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.4.52_1644933817419_0.1686254067571158","host":"s3://npm-registry-packages"}},"19.4.53":{"name":"@syncfusion/ej2-pivotview","version":"19.4.53","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.4.53","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"549fa9e16cf1e45f4a978fbb2f35b176fd5bca9a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.4.53.tgz","fileCount":303,"integrity":"sha512-enN2RUyWlLSGtdp8CtbYiI5zr5nnmKb31fYYFJtn/MNYFEYs6Gv4FnFIySlHNxA+6Tp35R8SZiBg0bGZE7ArtQ==","signatures":[{"sig":"MEQCIEJtzJ+ZusjdIAxYzf9AYMdoagjnEkun/c42TRjEl6nlAiBorq4s23OFo+cXV/699GrsbiBwXHjYwaxg0FmNOR7DHQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34769067,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFMB2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr7IQ//dnzexP5l8wgGa7JTT2CAGXoZPlvuIEmK5YuXilsFc+H+s6Wo\r\n9Mg7PWrcPZFQKInft6BivAJgk0b3212v2Dqg89vxA7YnB3PRKd1mHbyRa31O\r\nq2CjmZOVJSTFUrplgjE+s2xQ4Ic2Q4WEAyLXszbnZJFRYKSU1dyhVGoeo9dZ\r\npgpMVI5mdfIBaGdBSgkVxkJbtASvKXyVD4ojHVc/Atbo1KoH8qSW7SsYmIp6\r\ncZcb35yjETsBLgerO2fC1Y0o+4jOIu7XhKD0ysb0BdJnFpeZXfxVD+yjs1X/\r\n7Q3HlNr/UR7m+5hEjK9nZqT2V0gbrkTgs92c7ti4D/Pi9JQiD3rUOc8nBYWw\r\nbKqssy/0FlrhGvJd8fX8DuSST/XxXlTom4+fywBd+ekHn+pKSGUCeGIJQ9xQ\r\nVpq+HvOqvJ3lWrLwZ40QuTlzaP2SyrHhsmaQ11Fyo3FDBzklbn3cZmBdYqnp\r\nxMJ8zR/QzFn+YBI38kGtro5p0AuW3TkSWNuoDhtTpnvBQOofT+sPBJb3L7T+\r\ncO8caC7KJAXb6AWd6VjDNj+s2bt6X6jFnklxLYmsLaUgH+fJqvEPb55CLtqS\r\nfQ+mqEX1+nL+HbhIcGcu8xsAFUkgaCO9CQKx8iJUIudCTnh1YJZlWedo2lB1\r\nIRWLcPcvShMeUa0SbipUAfhCNPadAdwbzUA=\r\n=6CuL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"8d65b6bfbe42d6e03169be6b9d5627483e9a8d67","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.4.52.tgz","_integrity":"sha512-Asskm8xTGJzP1lrqcSUg9lNwpjQVBfpc5WMnbk4zVimov7J9/uM8/esPp1Id5rhfT8zVXjthSv0r5krjRXt0bw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.53","@syncfusion/ej2-lists":"~19.4.52","@syncfusion/ej2-charts":"~19.4.53","@syncfusion/ej2-inputs":"~19.4.52","@syncfusion/ej2-popups":"~19.4.53","@syncfusion/ej2-buttons":"~19.4.53","@syncfusion/ej2-svg-base":"~19.4.52","@syncfusion/ej2-calendars":"~19.4.52","@syncfusion/ej2-dropdowns":"~19.4.52","@syncfusion/ej2-file-utils":"~19.4.52","@syncfusion/ej2-pdf-export":"~19.4.52","@syncfusion/ej2-compression":"~19.4.52","@syncfusion/ej2-navigations":"~19.4.53","@syncfusion/ej2-excel-export":"~19.4.52","@syncfusion/ej2-splitbuttons":"~19.4.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.4.53_1645527157882_0.20237715555512503","host":"s3://npm-registry-packages"}},"19.4.54":{"name":"@syncfusion/ej2-pivotview","version":"19.4.54","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.4.54","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"64a683457ee341972065f8a014387d7fd6a4ce25","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.4.54.tgz","fileCount":303,"integrity":"sha512-VjcUEmussW8akESJx6lzkjU3Qr5rd53D1SqrKjLXjIU0sL2GlF/5cLrJw9cwPL/6L90g9E93GMXBuU+vFUHtbg==","signatures":[{"sig":"MEQCIBCZ6hgMcwB3blQuq7Lp33u5r8ffIxXkbyZMIcp5sIF1AiB8ZmtvClJxKGRMIDc5XkL1ZE6sxue5BW901nVLN/yTgw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34771461,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiHg3OACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqP8RAAmQiSQUQ9i9bI73jCxtUwo7Z9WVmDqaDOftZfAso+2gN6eKiZ\r\nkFymk9kzO3WNL9bCT9eMN9E4F3txkXA7HoTHyLV2I14uhwQvNqqqvQVT51ty\r\nz5P4OJHHQst6KOgLRdPbixN0KHcsh0Y2spLPSq0z+mWn5HIGOAI4EVOZyPpx\r\nxFLvKKcSxicj3EhXcbRo8DW8xgxbbbqAkbMBDrj1H74T10ooZUR5PzNCksB/\r\nQw2OjHWGwsq9TixiIy/UczShTf1GGDVs8IYDdIMZaQvPGh9vpdBlMGgnSHO1\r\nJJqDRPq0COrirdgaalkWfgqALH41JXhHJji4FHMX3gh+xuF79BHhAMrIZcLH\r\niTGGHTCIWaoFu+CLFrOp5OwCqPzHy880SETfcFSo7QHa3KDZYsjqEUuP4QPt\r\nxzYdqyYZDQ2U/i0rPJoeTcp4Wn6lkrLT+FG46KU1ShYFApBt3x9fQOfqvM+G\r\n4y78kHEr7l1zqorQha4Gg1TKiOH9VxUpSDxvIgLDEAosY7iyQSNidO/cj3v+\r\nUY+EoVz1r4Sua9ylJYKyCVsyLJ0CY5QTFgoCwuRUWNSbyMa7NsVdboiWE6zo\r\nBQVPwhn24op/mOIps+ujcqNptQV338AxUWu3hybM4pLXa0/EiITas5E+ljkO\r\ncjwykd7/wLx3kHy+iA4WARaUPLv3CuIDW5I=\r\n=bxQ5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"cbc4bdc7b9ad2fc52995487ea8b82ddbbd27c943","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.4.53.tgz","_integrity":"sha512-FikLaOJ6Iw5qQKUyxTSOiIurmcPb1yk4d07QzermnBmCqUFcYoW5sS9cBuFveej/jiOmXOoq23vd0dMuWw4/9Q==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.4.52","@syncfusion/ej2-charts":"~19.4.54","@syncfusion/ej2-inputs":"~19.4.52","@syncfusion/ej2-popups":"~19.4.53","@syncfusion/ej2-buttons":"~19.4.53","@syncfusion/ej2-svg-base":"~19.4.52","@syncfusion/ej2-calendars":"~19.4.54","@syncfusion/ej2-dropdowns":"~19.4.54","@syncfusion/ej2-file-utils":"~19.4.52","@syncfusion/ej2-pdf-export":"~19.4.52","@syncfusion/ej2-compression":"~19.4.52","@syncfusion/ej2-navigations":"~19.4.53","@syncfusion/ej2-excel-export":"~19.4.52","@syncfusion/ej2-splitbuttons":"~19.4.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.4.54_1646136782665_0.1664390519075658","host":"s3://npm-registry-packages"}},"19.4.55":{"name":"@syncfusion/ej2-pivotview","version":"19.4.55","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@19.4.55","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"79356d357f505094aaf67fe58221ad29f2054a35","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.4.55.tgz","fileCount":303,"integrity":"sha512-g1C9TH1iXOfCC6aQwt0JWyEsvQZ5Cp9I+fGFWJIJMua00//9hXID1GWTJccKSQ/FFbAFggQ4bqANtMvuBI29aw==","signatures":[{"sig":"MEUCIGoqC5GmIt5erdFlKppJx9yftZHROAd/FDI03MwwCetIAiEAwVCJpuRtwlUyEWayfM+PtGaz6U/Gp44TDMtHiKx/pL4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34808721,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJyNjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrz5RAAlCtgoQUkPjUPPNSyQhLIWKfjT5LkGBHLz43LdwWh/C5Vouch\r\n2JaKhEPk80OJV/SklD//KOIigX8uT6wjNTuSxrV6XtY2Q2e/0wJ8evYNQfYH\r\nLWPuvenjATy1ANHAWPVNeG3YTt31bUQUKUx1DXe4AOR1SP5uP0wfx1KhgXzC\r\nUJ/Gm4Sg8Qf1N2BjDFuORgzXdGrEw8Rj4yoxlITsXd/YCaMpjq5fwTJPDiYi\r\nKEjhO32zNMfTfG3hyF7zoslSvDuiu1p1CkN0nf3f/Hvs1pf07v4bz20CjAWU\r\nkAhYfsE1fGyohellHnqhQ1sIS53IwtVKCew/m2pDXrtajyWUiHJd4hYeMQD2\r\nIBsnxXG0gOwG7B0Pfa5G0zRmbxO6E4swGX29QnLvWXIJ/u58zkaraTIh2aL2\r\n/0zEWErEyCril4TUOZdqTcD5onURD5Wg+/VVDGs//tgdpHlcjPT+vUk5jUTb\r\ncAVtAMklHLqBX3zi/9Fa7Jn8zNALuvUWbQygmKDHptX6Ul3vT/OJUwy3vMuW\r\n/8DY/jvHKEBqyxcWjYM6gIHJXasegqq2F0IIfpwkC+hJwX9oZkg0inrz++/T\r\ngN9vhCL/fB/7vOF4LFKCGgkCbsyjI7iBwr2KI0BIl/r04s4J2k401MmdAdXD\r\nk6DX5oEyIhbFGFY+qDBbI/98qoKcCBmWLAI=\r\n=Y/b5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"13dc25aa9847df467cfe7486a9c2448be8c4fe0a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-19.4.54.tgz","_integrity":"sha512-xGa9LmU3MC5JnOgNiTWhlTdG53cd+bGt//HHPclpGXdpbq0Ams6d49JhMKu7I8+yh2QsJr+UU9hoYET3C0xZ1A==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~19.4.55","@syncfusion/ej2-charts":"~19.4.54","@syncfusion/ej2-inputs":"~19.4.52","@syncfusion/ej2-popups":"~19.4.53","@syncfusion/ej2-buttons":"~19.4.55","@syncfusion/ej2-svg-base":"~19.4.52","@syncfusion/ej2-calendars":"~19.4.55","@syncfusion/ej2-dropdowns":"~19.4.55","@syncfusion/ej2-file-utils":"~19.4.52","@syncfusion/ej2-pdf-export":"~19.4.52","@syncfusion/ej2-compression":"~19.4.52","@syncfusion/ej2-navigations":"~19.4.55","@syncfusion/ej2-excel-export":"~19.4.52","@syncfusion/ej2-splitbuttons":"~19.4.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_19.4.55_1646732131203_0.002767232001883002","host":"s3://npm-registry-packages"}},"20.1.47":{"name":"@syncfusion/ej2-pivotview","version":"20.1.47","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@20.1.47","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b819c0acff548c53cc62c49b699d8b48b2b3d8ee","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.1.47.tgz","fileCount":319,"integrity":"sha512-k39ZXB3FJrD8MymSqn0CheGx3Z+o9/3E6fv/CPI3CdaYtigIMOnJeUu/7i8uPVV/tJHxqXndqX/z05KiDJa9hw==","signatures":[{"sig":"MEUCIQDhA6Hb3fgk3ee7RiZgIPi6E59WoQsVzpBfE2a5deoBpwIgefOGJ0mtZSRw+1LbdVVrTn9tim/GGmSykwKVJ5mmQEM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36738807,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiSqiYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoxeg//ZisT3f91RVRTOYRKW3I3ej6KtBLKIvySmcZQQ+yqcG1K5gt0\r\naJKu1V62GEIKUJNXzPx0/jwWJq69EbrEn/AiUazDVr28feVWZyrNC+M2RKfU\r\n49cwXwsxntIo+zj7OA5Rp6p9zqXHqd5FdA6jZBNN/6tUfwUVux+mqmcbOgb7\r\nXVupihYFA27SpnI2OvB0OL77boJ5E1CjNODMGR28BdHzd6H9xMpUKw4SX9dD\r\nZ7P68khIpgS0y4YoFBIwBRoi5R7yMIBEwD7dXz7Dx0l94VwjKNZLKVAZ8A/W\r\n4hNKsi9yMGUDTDDfO78i6yWzcUBd9394mtVCF2Arh/m52hUTJGrQPRRw+ZSU\r\n4L3/a5NhULa6REr/T/kqTRhzHXjnH8/7yDWe9r1pFzKpFyS652z4lNd3yriu\r\nDSzGQHVupcHRCbE3R1kDNTob30fVCnagA/feSukc07627dHkKCYIbmJTKV/s\r\n8a5BFtwyaCGJ5+6GkkK3nWkgapOOTR/AFsWZ8pSyy3WxxuN+nue67nu+ywpo\r\nXi9msDoCf9l3RKN6wuO5x1hucTlEFv4JGaSstN1dMDuC8OBR2aS5sCGsU5G6\r\nljqzaJepBLXWqglkShCVE3OqLeHdrcLycPVb5UDf+HZBmixJbkAUU7DqHsoV\r\nIhSw0utgUyTAd3EsPjAuN54x4npSx77HAYY=\r\n=1oBs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"b65f7ca5fdec8efb6c9289529148c35ca0ad562a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-18.30.4.tgz","_integrity":"sha512-5+nQ2mQg5j6W4UuRLlFInFksjjW7dgkYtiSx4GKOju5Y/Tisn0c/xQKDPNkP1LCt+d85psnU/hCkIp9ZhRVUPg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~20.1.47","@syncfusion/ej2-charts":"~20.1.47","@syncfusion/ej2-inputs":"~20.1.47","@syncfusion/ej2-popups":"~20.1.47","@syncfusion/ej2-buttons":"~20.1.47","@syncfusion/ej2-svg-base":"~20.1.47","@syncfusion/ej2-calendars":"~20.1.47","@syncfusion/ej2-dropdowns":"~20.1.47","@syncfusion/ej2-file-utils":"~20.1.47","@syncfusion/ej2-pdf-export":"~20.1.47","@syncfusion/ej2-compression":"~20.1.47","@syncfusion/ej2-navigations":"~20.1.47","@syncfusion/ej2-excel-export":"~20.1.47","@syncfusion/ej2-splitbuttons":"~20.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.1.47_1649059991774_0.38042745716260007","host":"s3://npm-registry-packages"}},"20.1.48":{"name":"@syncfusion/ej2-pivotview","version":"20.1.48","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@20.1.48","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8a250b5994e8437ecf1b466c7f4f0f59989f36f7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.1.48.tgz","fileCount":319,"integrity":"sha512-qUDhruAxynqWhbtdn5+mTDbWSsQW+LCPeO8htxcLcN0ZfRPrYdYOZa4gnmzM6UGDL1MU7hcJ1iOnOYDpojWhMQ==","signatures":[{"sig":"MEYCIQCPBq9Ee5J1G5zf/U7kmDLS9eQJZqke/Alu86zo+eT6hQIhAOI9YOvR4jQb4TQ3wHHmPFnkJsIF2dACY8/sb0h6FN5P","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36743655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVV6VACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrxQRAAlTtKoMTW+1LUCabFXGd+mz/wSzHhahmjzAbUkML9iRh/1mEX\r\nTOsyIgznsnLOpJT2Ib52/DnjB6s3ojfKIy2lVK8g6mdKNQzwUk4AXkI37U5t\r\nYyG+sTdMa22gZjaeXpdMmYB0xjmwFBaJ5F5V+sXGmVr5hSUTZOn9vrqgJZrJ\r\nuIOVavekYaqW70P7Tj1xgx8BIId2IL/0PmHIXIccjPUgL0BwS/F1Cx3LcxxE\r\nGmh6ppYTPlQmTrTNRJh9ABpXRXyTJ4BDXRr4uGRqDwQjK64XxSv0+JYh+ePF\r\nm+Vapt4P/9+f8ILkDwVHP9IER190O853SdV04cEMUD/bXSi6aduztOGt18c5\r\nFg9RwnRDI8VM3sWi26rOwfvYzhjSw34hfqU18SoWe//LqxtRwaTzfT6RT+CX\r\nvvS5bvZpWcptxZxFbLtc8XxdLgmUf7AYNK8unTw8Aq8CE0vh/fRAmmTftBqQ\r\nm4kT+MyRdINITIThqUXJwDJ9wjbyjfP5tEE5+eExqyQLmJJWZe6qU39sJoww\r\nKgaxmwu3YZOAXll0qzczAt+Ko95bO5z4GfjvvcARWSDEi+pxAZH+4A7KX/lG\r\noqM9+blqGJzgp1IRqVu+B2uqRHKVjoMlRg/C+U7ox0LNpe1a0Bmx2kDbFOI4\r\n5sZ9Eh3ov+kgJtgwMioM9Vlk4hGyXuNTX88=\r\n=2rns\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"3281e3f108f892b67b74eb4caa15ee0db16983e3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.1.47.tgz","_integrity":"sha512-Xet94mOIYCiAaaGEQOU75yHn4Gl4rC/sTYgNLFJSCPqgE58+hI668im3ozaVs+LPmPuzscsr1davG5I0WWsdtw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~20.1.47","@syncfusion/ej2-charts":"~20.1.48","@syncfusion/ej2-inputs":"~20.1.48","@syncfusion/ej2-popups":"~20.1.47","@syncfusion/ej2-buttons":"~20.1.47","@syncfusion/ej2-svg-base":"~20.1.48","@syncfusion/ej2-calendars":"~20.1.47","@syncfusion/ej2-dropdowns":"~20.1.47","@syncfusion/ej2-file-utils":"~20.1.47","@syncfusion/ej2-pdf-export":"~20.1.47","@syncfusion/ej2-compression":"~20.1.47","@syncfusion/ej2-navigations":"~20.1.48","@syncfusion/ej2-excel-export":"~20.1.48","@syncfusion/ej2-splitbuttons":"~20.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.1.48_1649761941329_0.5495089440624372","host":"s3://npm-registry-packages"}},"20.1.55":{"name":"@syncfusion/ej2-pivotview","version":"20.1.55","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@20.1.55","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b5a87f40a3ad0b1e691340771ecfed25271c6eb2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.1.55.tgz","fileCount":319,"integrity":"sha512-bP3GrHxqFduTGfRLtoR2W2+eEDNG0oiF4XMFNp437ApVFxq9gBydSaXlb0HXdGNdM4zMntdyJ7+ugSzGoOFGXg==","signatures":[{"sig":"MEUCIQDnA8kXiAG03fkNTuYdiQRzzYF6rvkZ/uf7L5mHczb2yQIgW84DB7Ih++qIhbT46ToHNr+Yd5MRyzRiDdN1s3wm3Fo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31679031,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifQNWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp8nBAAirBwVSuy6BHMMXZAyO7TfEdI+oz7+S2iurHgeGjIFGLwR2Wp\r\nVxgaxnP1YA5+KbYtq7CRGyafunRWahTqplSIUnW7DUUNxAhEWLFCuAcXuIl+\r\nCqK30FSPoDC37Epa6tbFC+q5zw6CLSDQ+bRu/VPgl9YgJbCuIXHEH7Lsq13x\r\ncW0hiwtc9Yqud+hZDuq8+1PAu3zvLivNfnDzh9m4J8LsqnozBh5N7CwxKgMT\r\nET25iC8NbAOZzo4sCaea/3UcjljA+nUm4CxaAhVX/87F6oChRxNdYuhgjNov\r\nWd8tjyci4wovVK/k1woI4CVx07VBZ7IztIgphXLrXOKX/xzdwWhyDkqAcSti\r\nSZGGH2eovP33xJ+Cs7faYVM2V14aRuv/bMY+aoutCIN2V1gssa9b3b9q16Pq\r\nGizUV17DYkbsOhc608CXpDPBoBtRKsaHOTcXQOnNfeVEiQTCs4WCkufni6wR\r\ngT+zj5rtGVq6NWrZm1eqocyuu9p+bqGmOK3lbn+52O6f329Ebf83bd8/NwzC\r\npTLx9c9ueSrXm1hQHpWvCLQi6BvaOGSKQVWblfatW4UffDBn+JalWZCM0Bds\r\nSWDZ/pxdgemaY0jaEMchWq2Glf3yvuci/8JcxgvdpQh9h4dobbL4REjfllgv\r\npay9wDr0nIyuydgYH8WA9TJHAP+Gg0bAn60=\r\n=KMjm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"9084c772ac2bab5e3ca9c6bcc1d442ce34f3b915","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.1.48.tgz","_integrity":"sha512-UBlWXrjs0mlUzD3ZhnolTiDHG2ugv+RoDEMwX0muqNrDLMPSJ4KwFbPdCmv7PZSJcWNy+Dvn8bkSXTHVEQAKiw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~20.1.55","@syncfusion/ej2-charts":"~20.1.55","@syncfusion/ej2-inputs":"~20.1.55","@syncfusion/ej2-popups":"~20.1.55","@syncfusion/ej2-buttons":"~20.1.55","@syncfusion/ej2-svg-base":"~20.1.55","@syncfusion/ej2-calendars":"~20.1.55","@syncfusion/ej2-dropdowns":"~20.1.55","@syncfusion/ej2-file-utils":"~20.1.55","@syncfusion/ej2-pdf-export":"~20.1.55","@syncfusion/ej2-compression":"~20.1.55","@syncfusion/ej2-navigations":"~20.1.55","@syncfusion/ej2-excel-export":"~20.1.55","@syncfusion/ej2-splitbuttons":"~20.1.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.1.55_1652360022135_0.009125375685723025","host":"s3://npm-registry-packages"}},"20.1.56":{"name":"@syncfusion/ej2-pivotview","version":"20.1.56","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@20.1.56","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"68a22cdb915636ba1b88818f7e1098466e641679","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.1.56.tgz","fileCount":319,"integrity":"sha512-4+i0aOysSDZLg4D1TZOsb+4RfxnW06fKpwq+5AepQed1wNv5ttCV8tY1nh+lrSj+08FfwiAPGetKrIUeNdrVKg==","signatures":[{"sig":"MEUCIFpqbQBwlNA7XNgPmwaEj3xBvsRlsnZOblGxJLCrAOjlAiEAwPPyVLysrDtxEXIa7IfUuXFSNdvwCMedQp8P3skkDGk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31701245,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJig39rACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq8DQ//Xx83x4/sU+L5BMcPkHeDkoABcNz4BJww8e6/Zwb87IwFpHos\r\ntfUhBpEcaAdhu3OmgGxQN1XAs6a6o26F3UdnxacVoxNcg47EsooOgljHinrt\r\n1fKAs1NYNbm9zj83Xmjwh3N52uK5ARCjC4KB0jhvFPU6lDQiRo7W/rR0tHeJ\r\nnBZQ38xEhiLMLifFP99aBWOGruVPDGg4LauO3dtzIaWSxu5OGu9ifgXib28r\r\nCk30liNlhqXtvXG9/PCtp4IxrCjKRXCO78EemOUurqLzrbEhMbO0CTrx0/81\r\n6xzULfqNnA6C4pn5tdEUYnYmG3qk+9sU7VlaKQobeJLQVLip4P1KbXBWt9+J\r\nyx4We3ktD/J3Zw/NneHxVNlmeXPKjcJxsIGT08y0+lf3L9uXMUKZbCzcD4FA\r\ntNWccb9rAgZ+FA6rp4Rf6btJP1yIZ/uyPLNBMZiFNTwZ5lFX9I683xgFByaZ\r\npJDbLhowuCyv+tWmYfusdYuZgZtgnaM/5GSTFbP1107mm6gUkUUot/2CAAYh\r\nJulqcm1PVCnF9HNpPyM57myRnsoy4agikVbVsU5ktm5A1hm9ANLkIPhUGoOT\r\nsauds4LdqY6tNSHC/Dyy+7ZC3Q1DLyFSTpoJGen5QTvNUJl+eNK48Sd1n3AL\r\nLWkA5NVYx2HDYidYrUwDhfnEztXN/5hOBpk=\r\n=0Llv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"f8a70f48a877dc13cc88dccc0ef27a06efbddc75","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.1.55.tgz","_integrity":"sha512-XFBAwGhg7K8JbWxaux+64R4jhDVS9tXPsBoMOHALZzVEvGVfyKVpyyZ/mm/6CFhNM6GJSy8UymYnXONxcznmaw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~20.1.55","@syncfusion/ej2-charts":"~20.1.56","@syncfusion/ej2-inputs":"~20.1.55","@syncfusion/ej2-popups":"~20.1.55","@syncfusion/ej2-buttons":"~20.1.55","@syncfusion/ej2-svg-base":"~20.1.55","@syncfusion/ej2-calendars":"~20.1.56","@syncfusion/ej2-dropdowns":"~20.1.56","@syncfusion/ej2-file-utils":"~20.1.55","@syncfusion/ej2-pdf-export":"~20.1.55","@syncfusion/ej2-compression":"~20.1.55","@syncfusion/ej2-navigations":"~20.1.56","@syncfusion/ej2-excel-export":"~20.1.55","@syncfusion/ej2-splitbuttons":"~20.1.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.1.56_1652785003141_0.1817534162316532","host":"s3://npm-registry-packages"}},"20.1.57":{"name":"@syncfusion/ej2-pivotview","version":"20.1.57","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@20.1.57","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1f3d104c6f9059986c0fe6e84d8fb741469cdad2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.1.57.tgz","fileCount":319,"integrity":"sha512-mJ6S0gGauLW3jmOeO8OXFhZXB0VMdh2r6huvb+CXkAja5WZ0opzVao4T5YruunfPlmkoucEM2UJtPEJdMecZVA==","signatures":[{"sig":"MEYCIQCxHBZo+AerEf6bfXBXUsp91J7UCaG4bxp20oPgq2aPLQIhALZBCMpbWSVjle1FYAaV9VhK0UYgbivwMsWGNfBk10Fz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31704103,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijMAfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrp1A//eLJmlvuOdeQ545O0er4MTnq3ZmzmAGcNYzJWokR/Qnd0Fher\r\nAgGTMrxIViAPUzjZC/N3csT7N61JfhGZFw3fEZsx34ZMCXwFZRh23iXv/m+n\r\nSqsCoRDmijwiMP3ryTVy3tBG3EXYj8ejJbFtyjD+QYVX3Kk0Rc8HHgNw62uZ\r\nbIlP1L3uTAdyZc3hCA0RgmgGxjPy3yzs6Aipv90na3gCTw2nzyoh1jo/2+nG\r\njwOgNlPJWDw1bf73iMjjTyUnOq+0kYbq0Z5lfX/bzleWuv0wLRObI5ehc4GK\r\n4spIgk+HuHeyuoNk7SxLj87Z3Kybsmp7SYO5GkWc7AnEw1RbBpV7mVrr1HWK\r\n83/JlgRg6u6132WZqABw/jq/ueW8/9o4xfKIgzDiHxfwETdeSUuCTJX0JiR9\r\n3TdFPbtehy7dX28dEuG34v6AbqSq/rmfo+bbrT8GyIndm1HOA49Yck6AXbwG\r\n6Yhcm8sc0Y3jT99CsxvShnMZt0LEn2mbq93wBJJPDYw9L9JaI1TLRkeriev0\r\nXFCh9ksoUkbQzyUcTmmbaaip226H6lBnboTgGI5Oe7STHQcHWN7VbR7nJw9c\r\nbczcvw438/K2n0Td1c7u9WZwFLp7ivSqB6EXw/S8mMsOtnx4tU5LgyGi2/Ty\r\nRa18xQ3tDPanx4ogcyaEuRJHJXhyjogWuGk=\r\n=275q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"ba38c5a5526c0ab562e38a1618ecea1ecfe9e8af","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.1.56.tgz","_integrity":"sha512-AsjhIqLyM06wqRDY9pgyfqJuKE6EAzts9GOXrgDko+5joxKkBFwURw35lbZrqn3eTFkhBPxAt358DUsU3v42Rw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.57","@syncfusion/ej2-lists":"~20.1.55","@syncfusion/ej2-charts":"~20.1.57","@syncfusion/ej2-inputs":"~20.1.55","@syncfusion/ej2-popups":"~20.1.57","@syncfusion/ej2-buttons":"~20.1.55","@syncfusion/ej2-svg-base":"~20.1.55","@syncfusion/ej2-calendars":"~20.1.57","@syncfusion/ej2-dropdowns":"~20.1.57","@syncfusion/ej2-file-utils":"~20.1.55","@syncfusion/ej2-pdf-export":"~20.1.55","@syncfusion/ej2-compression":"~20.1.55","@syncfusion/ej2-navigations":"~20.1.57","@syncfusion/ej2-excel-export":"~20.1.55","@syncfusion/ej2-splitbuttons":"~20.1.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.1.57_1653391391410_0.06379366121214236","host":"s3://npm-registry-packages"}},"20.1.58":{"name":"@syncfusion/ej2-pivotview","version":"20.1.58","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@20.1.58","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"15519fe37db4a701e2879ad0b837ea97b9751cec","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.1.58.tgz","fileCount":319,"integrity":"sha512-WnKSMFL8cJ0sJQb/N8B0tWVJf8UmCd/y7C8oCpHr+1FfElc1PXnUGJ1/pNvFyRetwEHMUPFcN96iqdYpP+Ti9A==","signatures":[{"sig":"MEUCIQCDIA2JfE1Q2mCPCve3W7CLDAA1Upo0nQLUN8R7DI427gIgJhqBmxeJJ6KB4wmg7xiJJvRcKzxY3dlp4v2FNrt2KqE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31715513,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiliGdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp5fg//f13hNOTMxrZETDa8UXXD3OYxzFNcy1ZH125nRYJbxrXGJmQt\r\nqFnp/DwMdHWxpXdkaDgR9qwoLjl1KedP0qd+gY7ec+UfX5bK/JzAGH2FHuS8\r\nke0cPvXvTl8yr2HkK7uYPlKF5KlZ4hJ70KMpBhFX6Sm3xFfelf0Li11tHX9z\r\nNmI/B8e3NxVn9NnMSaj+M4j5En33FxJAydKHveUBW2Y0kws5QGw1/6eULqHy\r\nf8JnEHJn8Nhg4gS07hqndW6PSqnJM2mRhXrGxAZ7LoqFjVX621Gz+zARP47h\r\nVQD+BVX3DgmNf4spj50gxRnm3cg4vqjufZcpP1EpotR6CRVvZnsPUC4HB0KZ\r\n+6TuyD9LvbuvnpidvRI1jcLjLiG99IbIKfXUvzt+LdVhKimliNh9HGhXFyjz\r\nxteFPDzBTR8ZbqPnDG7rEtPcJ3C0/9FbSxP6eTXDFvKUd+fEh7O2tAspQnsD\r\n7Xvjl1eIOcDIMfAIi9RCT9CGCG7BPNyCImH8+lEFNbtgfJjHC9VPCElKyV0T\r\n+RAHg7dzbPKFsKAgIdUV2eb1M7d7r6qQgcQ1eerPFhtbl0EVH1lcmcP5uOns\r\nGIXq9dIRWLq1IN5L3pxdewg7wdQkH+NGlu8esLxlVtO6qPxdNIeU/uK3C7Nr\r\nDEsVsubQsJx/SmHcUf/DH1d0pxqGgQ/jRTU=\r\n=j5+Y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"6d6b8d7f33c1d0ac7e440b33cf4e90d825c3d218","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.1.57.tgz","_integrity":"sha512-PY/G2CSBc4ZFKlOQj+AGcnaoiRU5+GaYjusvYrtPj9U5L6u3cM0rxFAQbYZK5bfCrraCpnWQVEmn75WFOo4vdw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.58","@syncfusion/ej2-lists":"~20.1.55","@syncfusion/ej2-charts":"~20.1.57","@syncfusion/ej2-inputs":"~20.1.58","@syncfusion/ej2-popups":"~20.1.58","@syncfusion/ej2-buttons":"~20.1.55","@syncfusion/ej2-svg-base":"~20.1.55","@syncfusion/ej2-calendars":"~20.1.58","@syncfusion/ej2-dropdowns":"~20.1.58","@syncfusion/ej2-file-utils":"~20.1.55","@syncfusion/ej2-pdf-export":"~20.1.55","@syncfusion/ej2-compression":"~20.1.55","@syncfusion/ej2-navigations":"~20.1.58","@syncfusion/ej2-excel-export":"~20.1.55","@syncfusion/ej2-splitbuttons":"~20.1.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.1.58_1654006173370_0.8432924189314539","host":"s3://npm-registry-packages"}},"20.1.61":{"name":"@syncfusion/ej2-pivotview","version":"20.1.61","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@20.1.61","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"acc71d05786758ef4307cfca7ca62c0999652333","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.1.61.tgz","fileCount":319,"integrity":"sha512-JUd35rwV2AkLPYd50uziB5WY6DfdGvAt4qHHisxxsrgtWcCIG/rrQ4IQM7Mm8TglFJzx1ianUzJPcv22Sp0d5A==","signatures":[{"sig":"MEUCIHwegevPF52VTribcfuHwfP1A8nODpMTUUYWvrOInB0wAiEAqbG6V4/Dyt1b/FhQ1GF7odPuwj59kDHlB+NrCIe9FZs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31754186,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJisd1oACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrpug//UB++3fLv3M36/geV93IjsYtiYcwE9MCWmhs2nH/T0gfjp54E\r\n8gKyNAxVvW6PYVu6IF2KZqGzmBlCIWWBMfq8t2/hjNTuhl1katNGZ0h1pjAj\r\nDA0NJQgnXoxJOcx1hY7M7I94TEW+rCeQ5VJ4lTYDoItDiBCpC1A3i2pIGK6u\r\nso1c4RYZfhm1UyHgmip1fIITLCb6zhEHIwJ9ts7To+YYMO9YPoMlKuhW6X7f\r\nBOMbOTb3HgeMR7v4hkxe5jkm8YrQ9O6m/UJypl2ZTz/b83WxIbEMyUYHmWDS\r\n6XAt9GR1Mp9Rt7q53mYGQxwGZzLlTxrAN5zeK72DlarUklYe6Qsj7VEhqLQi\r\nLU1ajJDo9aUKvu9P+EtHCtJXVUPJm8daFhveIjOp0at3gKJGI6tpu+Nc9C4Z\r\n3nqkwBx5F6fnzfgwicIAvbnEcQcc//h6t4C4uaCGaD42yib8id1bb9IOs/Ed\r\n7ZcjlZ3QUYNQLIse3ssyi649JKO6XEQhV9dFgGPDkbSyZCHeCJJJHLrUUwtA\r\n83pqXngCtlidu4el5u/aQI40FFLKCr1UqFu+QqaMdRQQjAkED4QIJJq8m/bp\r\nCi4He+Nm3dOknvk3PPw1htfhf9GlJUh2KZAb3acDkNWzsbG5xcD5RuP4pVO1\r\nRshuxnqCVQ08SHO7wbMRbma/OLdeKMBdbfE=\r\n=9nJl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"a41867faab6e4082ba5f230462630ce20d8e382d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.1.58.tgz","_integrity":"sha512-4w6FZoxhrgTBV4KX7gFdqmTvF0ud9CbjyuZ9ISHRQtmWVe05cAeR0dMlvNy3+NeNaxRdsq1N3H/j1ijYXNvYFQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.1.61","@syncfusion/ej2-data":"~20.1.55","@syncfusion/ej2-grids":"~20.1.61","@syncfusion/ej2-lists":"~20.1.55","@syncfusion/ej2-charts":"~20.1.61","@syncfusion/ej2-inputs":"~20.1.61","@syncfusion/ej2-popups":"~20.1.58","@syncfusion/ej2-buttons":"~20.1.61","@syncfusion/ej2-svg-base":"~20.1.55","@syncfusion/ej2-calendars":"~20.1.58","@syncfusion/ej2-dropdowns":"~20.1.61","@syncfusion/ej2-file-utils":"~20.1.55","@syncfusion/ej2-pdf-export":"~20.1.55","@syncfusion/ej2-compression":"~20.1.55","@syncfusion/ej2-navigations":"~20.1.61","@syncfusion/ej2-excel-export":"~20.1.55","@syncfusion/ej2-splitbuttons":"~20.1.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.1.61_1655823720070_0.8333568534217679","host":"s3://npm-registry-packages"}},"20.2.36":{"name":"@syncfusion/ej2-pivotview","version":"20.2.36","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@20.2.36","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"837d5e425c5905ce2407fdfebee688c03eab9270","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.2.36.tgz","fileCount":327,"integrity":"sha512-vf10gzIXitQXTdxblnWLzHzK+aKwn4umZ5JHUDPFlA5xkI/Gt90uk6Hdn2sigMKmGiW1UKsvuBAb8Tz6e6YoFg==","signatures":[{"sig":"MEUCIGSerwd+d9UiHfmwcms/A/aeFFQV3PXDfr/wQS5qC22MAiEAxP6/s62W//pbqP7EPxrZ7hIdFQSGukevHB1dmbYkEIE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32152791,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivWKUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmps/BAAmCvwVHC06sNWeHRiYBKgmavr5kHMiaKxOQjsFFAl2wRP54zC\r\nHKYgulQUCszC4+gphnz3EANFqZpGSZzEOF/igiZwsnqhnapk6H2NtOQJl+b9\r\ntCu9cr7NjdU5k+0PyDs3uWPBfc0GtkCmSlkMTKxiaUVvPIbF+fyCcILZ2Fw2\r\nf4/BljC2X8lA6n0zonKOW3wHAZZuWpRiUQWv9iNbDEPz/Gr09W/JV54DBRRI\r\n1P3i1QiCO8mJEVYnYo3gbDBpAfEPBrLpa/S+JsFpx4u5M/f57OyLwyuVGeeQ\r\nf0QsSJuZac4AODwOrq0q3T6FKZZXERhxghkr2JDIOTaaSPq1dwsrcYw2a9Xa\r\ncKX8L1FDhhzM4OAVxjsqGC0Dw3/vrL0MUlgSO2WokkepHYPXRIJvwUC/5Maa\r\nTArME9eVx2hSVQvsPJbtMjWFeBmScMAqWEvh/rqYkp4zsmeIMyTidklojPQW\r\nKTZyLFs2RTVH0fBHkUosEKowp2xYMIj1WR/EaKTdwodAaxxBFMn4PF1jjMyH\r\n9HJFNSqAlFwGnZHTulUz1jdIwTz3Ql+Nb9pnTomAomR+CrFF24JiFgz8r7O2\r\nRut21I0niQiDfejG3pJ65+xqFvQTyGg4sBELFJWPK9gkZgdlzRB1poYZNYb+\r\nOycXuJLUxUmAOT++/PZ58O/TpsMlOSAIuZQ=\r\n=QZk3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"425d009fa2966ce92dedc51e735a93ab02aa04a7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.15.1.tgz","_integrity":"sha512-AQLV+/yXaiv8Csi9l0oqWHteOZHwop8hIYdiWwCSyk5oXAnygJyPbI/CYCRRBWV4sLiY1aAYiVp3mOBLQBfbUg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~20.2.36","@syncfusion/ej2-charts":"~20.2.36","@syncfusion/ej2-inputs":"~20.2.36","@syncfusion/ej2-popups":"~20.2.36","@syncfusion/ej2-buttons":"~20.2.36","@syncfusion/ej2-svg-base":"~20.2.36","@syncfusion/ej2-calendars":"~20.2.36","@syncfusion/ej2-dropdowns":"~20.2.36","@syncfusion/ej2-file-utils":"~20.2.36","@syncfusion/ej2-pdf-export":"~20.2.36","@syncfusion/ej2-compression":"~20.2.36","@syncfusion/ej2-navigations":"~20.2.36","@syncfusion/ej2-excel-export":"~20.2.36","@syncfusion/ej2-splitbuttons":"~20.2.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.2.36_1656578708096_0.39094256356547863","host":"s3://npm-registry-packages"}},"20.2.38":{"name":"@syncfusion/ej2-pivotview","version":"20.2.38","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@20.2.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ceb40c704c23f4c6a3600f89a10e200d4d871e7a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.2.38.tgz","fileCount":327,"integrity":"sha512-XQ55A+O/3y003emhS+XcAtY/HRLJRVG78AA5LYHmCiKJLeP1pM/sEQe1HgFLX94QNgnX7NZ23Pw0GVewZS0hxg==","signatures":[{"sig":"MEQCIGRRm2zNDCm8k5wULL0mcvMRXS9Rvj6XvOj3D5MTrH6SAiBBAOHb6/eltY9DTYsdSKEZ2ql4OLdSnG1Y5yXRLKhXVw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32186343,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiza5fACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrioA/9E1lMrG1M5Spy2jW/uxQMQ5lgQLIKCNdgKSpaM3MWcDtowb2l\r\nPrjTUg4kcOGHu2uxJid2Sv3n6nC4hVGWVxbABqbVhk3/IwmHyWhfdpc3uZeX\r\nay75iENIpLhAJtkuEfZRIoqpA8v9dlcXKDyccCn3bJSWjAuKuDEH5U2v/Sa7\r\noOYlYr5RHtJYozUldieamcLQjNh7lH9jP+qMF8Ogdt59GArcOvqjl+ICqg3x\r\n567IfEyAz329H9x5pew5iRelikIvYgX50q4BnPS8/Vcb32tgidcH6WkPn/xv\r\n+wVqWD3yW3+Q8y6tyqKWAe7fwUjhNbY56gcWmE1/KWN0u3AcuZCfJlMDmk7I\r\n5qg8FksMvhguR8y35Y0En/nSmhuCoJ8XpLW/xFyr6IJTEd1ziGoTlaSeE4o/\r\n6dsqcRau+lo9q1Pn5htl9kIHbIpD4xzwGreL0nTyL3d5YF12GR6qLwmXA9cG\r\nptAqCMWGP+Iy+Oh5z5ZdX8PABc9PHyFJw53S16FwQpKdBQyPhtBh8zNlRzIa\r\nlmCHPg9WN4AWDgMqMdsw5UW1iEmq0ukLsqUG+DGnR4CK1vP135O50fyfPBww\r\nywtfmQTscTisGg4rR/PQ6aXi0gHfxP/k+qdp2EAlO02uRtlYdI9wK/8pHs3k\r\nKzhF33uiTD8t99lAWnOjPEfMK7BLbyhx4vI=\r\n=mY1e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"db2a5ab65f6d3132e5c7b0d0247b782d1440a392","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.2.36.tgz","_integrity":"sha512-2BEouqxgWf5+Yq1I8/K6wUa5bxfXP08ITux4/969RDvKK/fBoJBcNlqkq+Up8xJZ2CJYG7JrVS6uKaawG3vsXw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~20.2.38","@syncfusion/ej2-charts":"~20.2.38","@syncfusion/ej2-inputs":"~20.2.38","@syncfusion/ej2-popups":"~20.2.38","@syncfusion/ej2-buttons":"~20.2.38","@syncfusion/ej2-svg-base":"~20.2.38","@syncfusion/ej2-calendars":"~20.2.38","@syncfusion/ej2-dropdowns":"~20.2.38","@syncfusion/ej2-file-utils":"~20.2.38","@syncfusion/ej2-pdf-export":"~20.2.38","@syncfusion/ej2-compression":"~20.2.38","@syncfusion/ej2-navigations":"~20.2.38","@syncfusion/ej2-excel-export":"~20.2.38","@syncfusion/ej2-splitbuttons":"~20.2.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.2.38_1657646686816_0.07426091964428072","host":"s3://npm-registry-packages"}},"20.2.39":{"name":"@syncfusion/ej2-pivotview","version":"20.2.39","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@20.2.39","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"016fab4e1e00fdfc424f4cf5794363bf46333fe3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.2.39.tgz","fileCount":327,"integrity":"sha512-JziXioEA4NRsimpqAjaRLx+TdupvHExk1bdgHEM4coaOaw3OEOSsXD7uuS7ZAI3dIMet2SjJRscvMDD4Gqghew==","signatures":[{"sig":"MEQCIFEKr4iBBmFTQkVX2bSUyL7edQwH86/GmTBX2gs6FQfRAiBYbssIEnGg3mZOu6e/NnrRV7HB+FYU7JLMbVQeBaG8Xw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32194240,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1sU8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp1GA//U1ErJHVbjisYVZYnboucevz0cu+YwUCWozN2Zpk8kyh011Jk\r\n2YNzzO/S58aNiida52Prge0+2F++DrRoRmGj3gw3ylsyXDEEV3HCYZmzWzBK\r\nAvEipzONk+3PjzCvymYsjUIDuhQG78hj/d4Mhl47cbLpcFB32ag5CESczM6j\r\ncwoiJvyz6j7nR2fXOzsJoIyV3pwun1YGW2RsSbpw8p9pzp1l2rMNnHIUwHPR\r\nOkRTdszhfQevYey1XLDNsfI3V17Gu9v9mU2oCsCMsFQTnhEUMq4sUimkFzRL\r\n/v0/G1tppJHexMR29aqg+BvevbHWweXB6NY77uexoMlaf9/8QPLqSdCtpF9F\r\n7ZalXdJqpyEY2NRGirFumRt2HygxMiNs0g7C9wi2fB6q5JIOspzBvUcQl3c0\r\n+Mip8k1zhr4uT/ycfppuC6Hqq92vSajLTGcMopXhJp+Vq18ldExBpE6qoSRr\r\nTKDU8h3eBjjFTla5yR3L/c32usKu6UpiIUYH38f9Rs3qjyZqEfrgtvAt4INE\r\nyqGIT7XpI4fnxZ2/fCCUDGZ0EWyrDxiaOtyM05kkr/idy6L9JUyOv6HDPlGo\r\nV1JqE4prumHc4gzvK4NSbZAu9AgI8n18AgPuI/q5FkiTn9HOW0IQ1WjQgH2Y\r\nlDMoJ1rgkLFXQMkUbdNkaDjQIjqn7WgpgUM=\r\n=Rh2E\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"eae3e4c94e3012d3263bc0b50480dab45fc3307b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.2.38.tgz","_integrity":"sha512-teTnfOCRdXz/7//+6qdx0e188/v/JyqpzUZLqpm9wTTeJG4CPTI1d40nZb8fGXEY8iv6TimEHmX7yQFqcFZzsQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~20.2.39","@syncfusion/ej2-charts":"~20.2.38","@syncfusion/ej2-inputs":"~20.2.38","@syncfusion/ej2-popups":"~20.2.39","@syncfusion/ej2-buttons":"~20.2.38","@syncfusion/ej2-svg-base":"~20.2.38","@syncfusion/ej2-calendars":"~20.2.38","@syncfusion/ej2-dropdowns":"~20.2.39","@syncfusion/ej2-file-utils":"~20.2.38","@syncfusion/ej2-pdf-export":"~20.2.38","@syncfusion/ej2-compression":"~20.2.38","@syncfusion/ej2-navigations":"~20.2.39","@syncfusion/ej2-excel-export":"~20.2.39","@syncfusion/ej2-splitbuttons":"~20.2.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.2.39_1658242364634_0.9938932186898537","host":"s3://npm-registry-packages"}},"20.2.43":{"name":"@syncfusion/ej2-pivotview","version":"20.2.43","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@20.2.43","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1bc2a25b4e1c821eaaa6f415593c2c4747cb7b3b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.2.43.tgz","fileCount":327,"integrity":"sha512-o+VzVN0JGwhs3DeDUKu5BcHHRpIwQt0hpdmhLWWXwPW6E0AFu3YHZUG+XITbOeqdCdtSrGv9HfeRlVjDy5rxZw==","signatures":[{"sig":"MEUCICYo6FIfV+4O6FDF7yc+bavSlgKtYd5dsMZNQkihEj5BAiEAy+PxX+ucHK73VJQCmDCAUVy/hHHGPDZSV/atc+pUKYk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32209014,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8KLkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmosOg/9E1JdXuA7zFoywl4kpyE7bcYJ+F04IgC2F4Dz6dLeZZTZ/RTR\r\ntkvvCELHu12Ov7UCBIGftA/Dn5Nn0W0LMyv7Up468+mLZHUKHG8FzhWEQ5tQ\r\nLQaLvoORNu9+5Z8LR+W3cEFRq9f+RBd4kLw0Rmp0UFJKr6eTvt5CjNRVFE+I\r\n/8dppczULKSCNMTewsjV+fin+YQNlYPaJsmZCqjYh1L7AfPTbjVEu7hFDtx1\r\nas7QqwoCV3Jq3pLD6Fxgt9GlJfyAAi90w28Q2ZaaCiPSrV65dPDiB88RlKDS\r\nEs5kQKKpTmw5YZbHa52zn+0o8uSM3+Htq7KsBpoOL9kI1MeZv2lx4A3h7Yvw\r\nDj9RpyhXkU0C05Jo6HN4uGj6z4zlrTWDVd5W2X18bO+xUcTkx1DzprnydojR\r\niyV9LcWUjBfbft7ZhTy/74plKqovC6nqAReg/qMRCTRv5Z+0ZDh4bcYtr4Un\r\n8v1uTikvpMyIDVnzw3xVR2/t5nuXQ3NPZFjANTbP+YU9beOSoGXm+ozDici5\r\n2LPbBcMlcsNNSZASiMcPaAsK6aC0Fm1p1qbVND1vceMap0nWa79u475tqRbp\r\neI82QcdfdZGxDSOoafkYcmQbUWbVFPAhHK5wRMYLMuoAEm62MDk69OvpgSB7\r\nfnYrrlvgv6KycAfT+2TXYpWXR9dHZUCVTfo=\r\n=+CNr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"47eb906e24f58332b474c2cf4c11c60ea62b9327","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.2.39.tgz","_integrity":"sha512-hRdfMr5Ts3MFxljVnu1VihiIMTGUSXA0dJHsV4MwCkuibFD0WhlqgEvvFPHiMLr9EMHDuPGzc35GkS8LOQ57Tg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~20.2.43","@syncfusion/ej2-charts":"~20.2.43","@syncfusion/ej2-inputs":"~20.2.43","@syncfusion/ej2-popups":"~20.2.43","@syncfusion/ej2-buttons":"~20.2.43","@syncfusion/ej2-svg-base":"~20.2.43","@syncfusion/ej2-calendars":"~20.2.43","@syncfusion/ej2-dropdowns":"~20.2.43","@syncfusion/ej2-file-utils":"~20.2.43","@syncfusion/ej2-pdf-export":"~20.2.43","@syncfusion/ej2-compression":"~20.2.43","@syncfusion/ej2-navigations":"~20.2.43","@syncfusion/ej2-excel-export":"~20.2.43","@syncfusion/ej2-splitbuttons":"~20.2.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.2.43_1659937508010_0.48073696858441073","host":"s3://npm-registry-packages"}},"20.2.45":{"name":"@syncfusion/ej2-pivotview","version":"20.2.45","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@20.2.45","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e37fd21f48dc4d8f30d2cc50ef33eece43d75a1a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.2.45.tgz","fileCount":327,"integrity":"sha512-3hUFpIwmm6jPgeutS8acSK91/pCZlbjF2l28AwXiKK5lheask4KFG7Ov/BVxSgO2pkx80ta8Kjq4oZLaCx1Biw==","signatures":[{"sig":"MEUCIQCFi5RbG7NXRBILJQiNG5euZATgqM8cb2mcCEAzVSDGzgIgS1JMTJKu4GGf0KR1y35SP/IhdJOzZeSLa6YGUKPwULE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32208080,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBMpMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrG7A//fCtBVnfKigC12sRBUcagfPXdh+9+qa9wxM1mLprC6FW2Szcp\r\nL2Bm8GYZ7fmCPYEU2OrtzANph1+HtOoiBEu5134YRakdyCLmks7f0807fNJV\r\nAYxlHpsEPg6SikJjQ25iGRg7D1vsFyCg7l15LVZLDoq8VjeSjp1x0Q8Gw3tC\r\nkWSi3v1vFlO5ozjaof/HOJJ9qLCquYKedpImGlvqDGcQkkw6XnDCFRtBuor2\r\nXE8m8zfSN2BU/TBARi1aSRV47qcu15wcNmsu0GL2hkr/I1NRh2s/1UlfGx5a\r\nBRbvtqAe8n1dWJqjlDLIedZhG9qcQeHFOYO6HwVErfCkryboqNuTOnilVk07\r\nHRzvQZSGyABSwLvPLOks/S/j+D2qtdTllBRBbIoH70pn6TxbpzxwZWrEw0gc\r\nFEDUjso6+GSQPm6o1w4k20z9UrC0mJqW8kediBk7Y3sz749dwnfJUx3YqHqn\r\nSk4YxD3R9J7LwhTNcYTIFYzedpQEcCxdBfTbMgIYpZv7xmNDwSRzc9Av3aeL\r\nMEcIjQMN3uS+5uc7I99AQ3S0Oj8DICpJRlC/lD8cPhp1dCa3LAdk48diS425\r\nKJ7RMcSF2sYsk5E+wYl3/fiYU2f9XahtxnQ2kiOGV5JCgi+M3Rqs0/otBPAf\r\nZU6FgXQcxlMcgmHSRBK7hrGOVqfs5mVNU5Y=\r\n=6WC1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es2015.js","module":"./index.js","_shasum":"01310a37ba9c9d083c9e259ee0dfc0bdced69675","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.2.43.tgz","_integrity":"sha512-XjsfDH0cxE8LgSumwFSbDov7acHULplRK5u6Q8+Lt7VZr2fyLfYymSVMWzFISIsIUUvNXE/X0cz/OOFXctNtsg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~20.2.45","@syncfusion/ej2-charts":"~20.2.45","@syncfusion/ej2-inputs":"~20.2.45","@syncfusion/ej2-popups":"~20.2.45","@syncfusion/ej2-buttons":"~20.2.45","@syncfusion/ej2-svg-base":"~20.2.45","@syncfusion/ej2-calendars":"~20.2.45","@syncfusion/ej2-dropdowns":"~20.2.45","@syncfusion/ej2-file-utils":"~20.2.45","@syncfusion/ej2-pdf-export":"~20.2.45","@syncfusion/ej2-compression":"~20.2.45","@syncfusion/ej2-navigations":"~20.2.45","@syncfusion/ej2-excel-export":"~20.2.45","@syncfusion/ej2-splitbuttons":"~20.2.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.2.45_1661258316078_0.3568836171637426","host":"s3://npm-registry-packages"}},"20.3.47":{"name":"@syncfusion/ej2-pivotview","version":"20.3.47","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@20.3.47","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"25e49910f1186e5d0f05dd4b996b10434ff03715","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.3.47.tgz","fileCount":330,"integrity":"sha512-4NPNKDBVpzV4DTcroU0ZOBsbbJYQNlCHhgn2bmv5RMUYLv/UOQy7wTXwd+RelCn3MWmJ4hIBK6w6/jvcGYA2fA==","signatures":[{"sig":"MEQCIH9EyDF7Qcwki4Jlh0mfM+6n6z4OPcHcOqA+BYtrFKeRAiAcRC8XjE7eaP+p3Km6E4PEdeuC2nVqiw8Iapa9MFsTpQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36003262,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNVyHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoABg//RZ0/546rDansWcVFCpfuSHs7t+M/JwejQEy5657U8H1omJjU\r\n8v1ru9wF23VQUpFDMVmV7iCjc6qIZqrPJ6lVBxgzw3KJKGPOrslp6KTuhjaG\r\n3P09MyCiXiw87yCiJoshXMRnMQOtMQd6JD4iWjsoNhSN4RdIMqIgARm1jm5T\r\nCYJSOzD6jtnv+BCGucU8p8Pro8dltVyrXdLf1axxBBI449QTVS360cbWqdwn\r\nHX8xmCUBTLB7+B9/y5xunmZtFE+j9mnMdNhgudNm8R8GbevHYgmfmiNw5aZV\r\nFd7W7GRzyhhidT7Yj7/8u9lSO5yy/+LVfZwJX6I+UdNDV8bxjIs3QOIvJ9jY\r\n6kj1G2tCO0XGsttKDw0IqYkfVpxV9jv1Q+bd7Q3Uw2bCT7rfHisQ8HXpcKtF\r\n9bWwX095qFX1uyUrImARl7h+BZIRmYgdKGyX14QI9Nj4I9vCiKs3+6mCFYyj\r\nFEh7+pqSeCRW2Tcv8XPRk89NBcCjI3k6DmEpL7K9MXrv3AAPcO360RNLkQKB\r\n+t2Si2fqvEF39lvpfB+nookeqySl6tWt185vvJD5P+IN4jZCRf55NLZ4pex7\r\nvj7im1kbysC5Nw8YEfPqmC1kdai11w0bvpxLmJwsgqWzn5lsgOU1jS+ITw9J\r\neafeEk3yiVFozIbWQMsb+i+J7ddbmC7fKTw=\r\n=KpbY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"b6d8b97289f007686c61e05b1d1b46f29b940d5b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.17.0.tgz","_integrity":"sha512-fPo63z/eKoAwcJVdYiXKP4zbGAqPf7KUjfdkRILEO1ynlmRiqIdOZ60IHLHP/hbCMOHrR+P80bQHerKUgD3Fhg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~20.3.47","@syncfusion/ej2-charts":"~20.3.47","@syncfusion/ej2-inputs":"~20.3.47","@syncfusion/ej2-popups":"~20.3.47","@syncfusion/ej2-buttons":"~20.3.47","@syncfusion/ej2-svg-base":"~20.3.47","@syncfusion/ej2-calendars":"~20.3.47","@syncfusion/ej2-dropdowns":"~20.3.47","@syncfusion/ej2-file-utils":"~20.3.47","@syncfusion/ej2-pdf-export":"~20.3.47","@syncfusion/ej2-compression":"~20.3.47","@syncfusion/ej2-navigations":"~20.3.47","@syncfusion/ej2-excel-export":"~20.3.47","@syncfusion/ej2-splitbuttons":"~20.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.3.47_1664441479203_0.9416247602347119","host":"s3://npm-registry-packages"}},"20.3.49":{"name":"@syncfusion/ej2-pivotview","version":"20.3.49","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@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-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5c835639cd8b81cd5f3306d3fb86da22e56ced4e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.3.49.tgz","fileCount":330,"integrity":"sha512-XApqTiIRHcoqVggD56nK7Ag1nl6hzjvIjIiyJgohgQzjxa7qhFKa6hRF5tqSw/ne6QbfhF3zcN2lyjxniNB+vw==","signatures":[{"sig":"MEUCIQCrxpur0Co6q+LI7QCmiJzQG2IcCT21n6mcQdkw3reDaAIgQsFiV64r30kmaq5aFsasS4vt11EVa4wQGXfisxOMDQQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36008469,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRWc4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp8PA//URNjPpKqw/Dh2RqDZhPZyu/uX/CRnUycP3oQTLSv1X6De1//\r\nlRlCxdRE+2q26LHMRkNuTcjgRBJUkdwlu+uiGMV9ecoVL14PFkjzaI2Wpe/D\r\nEctyEZvUc7yHsws42kcnj6hO9dqFf7iu34+mTzc5ik6D5ccXOIdpVA3tYJp8\r\nmr0q1Nnne8CVnBTxqMMnob8m8NLs3U4McVhKAaKyZffM0/23pbaUuiddGpY5\r\n7uZz55qpGodvaJWRZpRfljQsJh5cWERs3/bDQkzqSnz88xXBn4k47ok/K5Ia\r\nXAOJNece7EXyxxmW5+7nhkkYeX1HZNk5ck6r7d6pd1QjqB+FCTrkNFL8/6YU\r\nR/uNFrEBvQOmGUrJzasnnyHza9vkF59JZGeGn+NWoWjCEdTvkGc44q0KaBwj\r\nfwkav07qs5y4gOd42UQ2g9F2X5vb7tZMm6DjJvelzbRbETLVmA+koy7XiOwX\r\nuDJPuy3Io0akngsUwCoASl74nBZYzXHhvQyrNm9f2UUUi38DP57Yc8wIUqf8\r\nUkOqxySUUIhO8P1mzQFkRUurNfei60PcRJ8qJJjBNWV9Y6/UqmeAc0M5cPXr\r\nCiKGJqweL/p9pYFYu5LJLkAhec/aTglCH9OIf3IxQkZbsx55YMV7How0iRus\r\nl+CvRCWCutuxhl7szDXoZx56QOJnsDfUj8s=\r\n=94eZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"b45d4881e315d4c076ad02b0a4447e3e830d9986","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.3.47.tgz","_integrity":"sha512-PdzOt6dfK6VeOeK+cYkrRntWuFeY4UornTDCXBLGdk7ocM28ofy0Ulb+Ii7grBBCcx1JKAnWJNQfod/Kb8IFTA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~20.3.47","@syncfusion/ej2-charts":"~20.3.49","@syncfusion/ej2-inputs":"~20.3.49","@syncfusion/ej2-popups":"~20.3.49","@syncfusion/ej2-buttons":"~20.3.49","@syncfusion/ej2-svg-base":"~20.3.47","@syncfusion/ej2-calendars":"~20.3.49","@syncfusion/ej2-dropdowns":"~20.3.49","@syncfusion/ej2-file-utils":"~20.3.47","@syncfusion/ej2-pdf-export":"~20.3.47","@syncfusion/ej2-compression":"~20.3.47","@syncfusion/ej2-navigations":"~20.3.49","@syncfusion/ej2-excel-export":"~20.3.47","@syncfusion/ej2-splitbuttons":"~20.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.3.49_1665492791971_0.7500549816703566","host":"s3://npm-registry-packages"}},"20.3.50":{"name":"@syncfusion/ej2-pivotview","version":"20.3.50","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@20.3.50","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"dfa4b461ded85a02ae03bb5de354fa83ce5c05bb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.3.50.tgz","fileCount":330,"integrity":"sha512-e99JCCQf8hyaWRNI67ktluMZApTvJOwLjGxqjgHS2sIqPXJwDNsVx0rDS0JKmyS9vQd83SUlJTSuTjY85uMLOg==","signatures":[{"sig":"MEQCIA5XY9Ftbe2xHySC16Le+entD689wLo26VqZ4n42vEu/AiBhtFYnJQ047mCiqf8Ag/xARM9l/1M1rIrWLINfbaPCvQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36021179,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjToT6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpXqA//Y+jZbW2+XXkkCtd2N9DFoO18DDInT3faSSzdepHZna9rsejl\r\nClgvNzmq5yMIs3Jjt7+6zinNJKWDcTUwAlRmj6GQJjPJ/7AX7oa3Gr/Rjck5\r\nkfzwbsCrC7QQ/XfE3sbb1p7y+bk84nHw8PPReTsqeUNrsP37LnGSLMHRQ/At\r\nAArPQB1+yiOMXVImpoHkf1/BbjjwEbygIorRpapKw+NSak1P1kur9g4ug3GR\r\nR0fayDAqG9SCCqDMXU0Y/rc7Kw6l365dpnJDve4hCL8vGagKh/ACokzs7SAt\r\n92MAk3EpqmEL2NFHh8BqtDcIA15wopY2RZNw0sEfxWuGrh8YPyGWXiiE7E3b\r\nSTYVzjjgWJUuEpgII4l6oavdxKpQRr6SPE8rkQNJ5EJBwHYnvJWKaxtx25yI\r\neqXIw3YTNoybVj+P3Weh/ltHxxibHesCq77RW4RGIaVmJ1uzKQv3fl6uLFZV\r\npYD+L9OTQeHKJNE3rHNBq0lMRnugK8X8wTw4ll1cZy65mZMGAaA/U6w0X6dq\r\nbHopfOG+fHXxdNbooly4BH1RHtmd6F14ebNIOyVDpx6Xmz1/Yi1BUmKBK/cn\r\ndAg2kbsyDdk03x5ndgmCbBSRK5p0TqfpAbVIor8npqinYiXhTprntc5oSBDx\r\ns9KpgyjvVzQpOvO/qCf14CF3myNvy0MtkZA=\r\n=0rmp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"6971b1414c20916b991a492fd9ab35a7c2be27a4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.3.49.tgz","_integrity":"sha512-dTdJs8zKdziFEKlhm83ruqOa7XPd3qQ9GRgsDqNl3pEIExyzOacIiRo9Pki6xgro4Pnntca2mV+dB8p0m8g7Zw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~20.3.50","@syncfusion/ej2-charts":"~20.3.50","@syncfusion/ej2-inputs":"~20.3.50","@syncfusion/ej2-popups":"~20.3.50","@syncfusion/ej2-buttons":"~20.3.50","@syncfusion/ej2-svg-base":"~20.3.47","@syncfusion/ej2-calendars":"~20.3.50","@syncfusion/ej2-dropdowns":"~20.3.50","@syncfusion/ej2-file-utils":"~20.3.47","@syncfusion/ej2-pdf-export":"~20.3.47","@syncfusion/ej2-compression":"~20.3.47","@syncfusion/ej2-navigations":"~20.3.50","@syncfusion/ej2-excel-export":"~20.3.47","@syncfusion/ej2-splitbuttons":"~20.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.3.50_1666090234239_0.36556878647181223","host":"s3://npm-registry-packages"}},"20.3.56":{"name":"@syncfusion/ej2-pivotview","version":"20.3.56","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@20.3.56","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"04cd834524fd4934bd0e361ea60746820603401c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.3.56.tgz","fileCount":330,"integrity":"sha512-cCJN/YnjcYCX4RVsxM0/j/BpwXfGADTsaGjjIkvLOubFMi1/tQ6kmXlfaEv4aBZ+LsSXOVqR5IaacensbJA4ag==","signatures":[{"sig":"MEYCIQC/XaEm3lZ7XcLqev8D6ywH0pnvU1M/JHtX7xu9HmF/oQIhANx8FruwnohbSZsIvvCGy0Phuha+mwuzHQYyr+BPHZRG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36021157,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaid4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqb3A//WiB7llfeufmgBhlJ3fhgn6BlnxFsdQLfAYfQYhu64GZociId\r\nhWXZueD89rb7WktLt3v1736f/Qu0wiUQ8VHAV+cUccTGWoB77vZ6XHz/GuMZ\r\nWjrwDfIgUJ6LsO3EIC4SwTh8zs5Jjo7+gEWvhS5gNL/TDVF8oPJPpTIIRXnW\r\nE+m2c62EXwZvW4uguup3jRvWePK2Xjy8v9TwL1gQJ0Ycbra6mU+I2SFJL7uY\r\nkbTF1BI5Cm//LgB/VXwDRCvwcBSP4nvXI74j3ZtwCD6/Qha+mWStFMLWAPtO\r\nyEp7HJq53lnvgP+4POHdZqjYQL+WEJItbeK3X3isVfUImtG2my9ECf80/j3I\r\nA9GLtHORMoCoKIdtVjnmrl02Tx1EXkrCSSPslr+73t8G19Tw16q1CwvniXI4\r\ndl0fu2Mj03k8fS1MC5EFAl4doVtpbGIP488AoLHk+ytqqI8ixEyYtBBRg5R8\r\nRLrpac5lSq8X0Wki+eteQjq7CdFysWEDZJUcNg73pNfiL/+rFCfyMJlXcgF6\r\nL3+EZBsHOgWozKl3bixgcsNeGLXYROOWXnO47As5PkC0lMBFGQs44iQVQpfc\r\nY89qf/PvtKZo91XUvCTeTnMVOQBJ3kFjb7t4uFUpJcBjOEZIclPKnypz23ak\r\nkZP68UO7DY91NCCkh9W83dXMfaQRNUn/POU=\r\n=jjGD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"a966079093b9413fc540a793574be314a05534f3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.3.50.tgz","_integrity":"sha512-Ty1uAt04iQRrVx1vMSqNG2spHJP8LTgwP2gd7RcjWQi/oN66LWmb99YR19u7M8JyWOcLXOmr/AQHbTc/2qlCnQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~20.3.56","@syncfusion/ej2-charts":"~20.3.56","@syncfusion/ej2-inputs":"~20.3.56","@syncfusion/ej2-popups":"~20.3.56","@syncfusion/ej2-buttons":"~20.3.56","@syncfusion/ej2-svg-base":"~20.3.56","@syncfusion/ej2-calendars":"~20.3.56","@syncfusion/ej2-dropdowns":"~20.3.56","@syncfusion/ej2-file-utils":"~20.3.56","@syncfusion/ej2-pdf-export":"~20.3.56","@syncfusion/ej2-compression":"~20.3.56","@syncfusion/ej2-navigations":"~20.3.56","@syncfusion/ej2-excel-export":"~20.3.56","@syncfusion/ej2-splitbuttons":"~20.3.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.3.56_1667901304558_0.8901208433199872","host":"s3://npm-registry-packages"}},"20.3.57":{"name":"@syncfusion/ej2-pivotview","version":"20.3.57","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@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-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"cebced12f785a5472b3ca07ce7b782ec15314ebc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.3.57.tgz","fileCount":330,"integrity":"sha512-ooH5t2ZT3Koy+KMoN/TGq5GA2iWhKdJwTSr/keSfJNx+heFfzlsYkWBc7h6XNuDUelYbPiME/rb6hGCT7XalAQ==","signatures":[{"sig":"MEQCIAQI7dL7UrYSv07IaJQWguLQ+0a78fdMo5LIxNq38HU2AiBucGQAnQim5/69CUdzfFQ3ShUl44LIkx6aAY4KqRmoMg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36029200,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjc5pKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmow4hAAk8ZHKZCueZYIlRDyKsb6lahNSp/gvcFDP47eXx01OrY9fLab\r\nzfduCQ/+xn1hZLzkXBFjDRq7MS1dC5USVtIzSn62+IjAALq4aZXWFe33GiN6\r\nVJRnH3nezV49ofK/gEA257QtU0hZOs6OrLn7xcPvI+XYyu+1EDTzx1zvAczl\r\nwEoJpvSYPg8/yPCGcWV6eMR1waxTkypr5lCUlj1bMcgglzZhPMbCDdHg2etD\r\n61NgAh8smvpeU8IL4qfPxsJBoxbP+jAomLq4tPl7y73pg1OCMe6zlBJsEBbL\r\nAPCeIG/MzbpTxoKnGQzs8xAflcMHLkrMGGiD/jTsCyVz6MpFOrg/FFKomyxu\r\n2bhbcg3oJZWFrj7IuK8+wI1CyB20S8ncRs1oItnGHuVATgfDvCwbjLyVINQM\r\nu2UX3jOLdI+La4NuCMMGwCypjG2Ywjxy7BPjATS9YAd8x8YFubpJb69Xz5qO\r\nj41nJJV6k3k0yh3Ea+wKZCa8woMRp/Ib0kJlkDKiM5Dq9ALOeFgwqdpJB/Zb\r\npg76LrBFixU/askcPQT21rJCUNQOc3yV3w23/N47m46L51FRAlMkMqorG+Rj\r\nNvnn6N4WdTSa82JtbryaJujky+i9R1qwqf4rFxwGOvK0s3IOjIh2bbMKdcL7\r\neHtWUXG3D+XV+MQT/0oUxEOida/NB7pv4WQ=\r\n=SJEW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"373ab241ea2c8fecdc90d3e3f893aa30dc9949a4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.3.56.tgz","_integrity":"sha512-B4QmHEVfDESkPPpwIcJbVjcd9De9riN+s/RZaV491bgQANK88La1qgLAiLUu0lgXxONk5vwGn6zBIi6esAa+Yg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~20.3.56","@syncfusion/ej2-charts":"~20.3.57","@syncfusion/ej2-inputs":"~20.3.57","@syncfusion/ej2-popups":"~20.3.57","@syncfusion/ej2-buttons":"~20.3.57","@syncfusion/ej2-svg-base":"~20.3.56","@syncfusion/ej2-calendars":"~20.3.56","@syncfusion/ej2-dropdowns":"~20.3.57","@syncfusion/ej2-file-utils":"~20.3.56","@syncfusion/ej2-pdf-export":"~20.3.56","@syncfusion/ej2-compression":"~20.3.56","@syncfusion/ej2-navigations":"~20.3.57","@syncfusion/ej2-excel-export":"~20.3.56","@syncfusion/ej2-splitbuttons":"~20.3.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.3.57_1668520522507_0.2849796469115511","host":"s3://npm-registry-packages"}},"20.3.59":{"name":"@syncfusion/ej2-pivotview","version":"20.3.59","keywords":["ej2","syncfusion","ej2-pivotview","web-components","JavaScript","TypeScript","pivotview","data","table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@20.3.59","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"fa989c0f48da342140d05b382fe539c3127f314d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.3.59.tgz","fileCount":330,"integrity":"sha512-BAB9zgjp5mmRPuiSZzSON/tINMcIE7sSGxJHSgCww1Y2i2NuhwLopRSVoeBT0xavX2uUa9OUMsC5KlAGusx1Pg==","signatures":[{"sig":"MEUCIAXNCPh7kYT/TZ44/Ly7m32f34Qfwqg9SVBNpjJ5p8WnAiEAnRhEk0vOVp5Ju8Sk5AYkfQRA7Rh6DbnkOJ6Yur7jR6g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36051485,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhf/zACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr8TQ//cdVa0aGJx21Xz5+GmnvqK6/dTC6C+i3DtHq2kSKwEDDR4vy8\r\nGPrf86j9LgTPWZ8Huok7R7rcgsD3lgtAkvNsrifi53HbhOjWWVMrJGQfNSDe\r\nc7IRSl0fMk/t//O88XxRBSyj4MnfL2AqBAfew9zdBSXAQxXUWIYNzkc6EOzZ\r\n62CfeLrjf7JEnYIMNdwdV9yj84/LijWv0DccJj83kppebJMYux3hy+Xb3acO\r\nRfU8aucatcv/H+lfGFG74rf6OGi6g9SquRIKAqYcpsspgr4E44Q9QK8aLWLI\r\nb9mrQRRSaYGxmNUmxMmz7cJke+j+S9uNaH6KZBCFIS+GopTz+bmIMjzQhEnZ\r\ncfhGB8C2chKMIKccIaE8KLVEfqTLlE6GM9ONF1G9uSGL0tq0TT6wgS4ezY23\r\nK0wVgTvdvPT94stCR/Cj7CkZLy6SmqAaECXE7/4LUPOHOb7X6BDAiCNKjmC2\r\n0zIerqJDvg8l6q7fgnbIlXUtHS5+MpB2TbSjAHxIETuOgfX1qA3g4hFuK7Cz\r\njFN7F1Ex6NVJlhHW0NQn48xbgOkV2CLtI+SE14wNIf2V7F2PgtKLZlrZx53Z\r\nNID11wR6dzltQVeBXaefuCVNqpY0jc3Q0zzntEDW11XcAxXWBdWo6ICzAGVt\r\nvewQuqKaFEjh4rbUxhAQ4slooALcX/orh0c=\r\n=lPte\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"c1fe492b350009b8374e666d6933081a3f5d9442","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.3.57.tgz","_integrity":"sha512-46xhNk6PICYmLh0sYQ7c+uee75yyW3VKz1YjO7B5Dtp4M11G9NaFTbgrhfz5/5hUpBNMt7mXfjtoU0U1ZjdEWg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.59","@syncfusion/ej2-lists":"~20.3.56","@syncfusion/ej2-charts":"~20.3.58","@syncfusion/ej2-inputs":"~20.3.57","@syncfusion/ej2-popups":"~20.3.59","@syncfusion/ej2-buttons":"~20.3.58","@syncfusion/ej2-svg-base":"~20.3.56","@syncfusion/ej2-calendars":"~20.3.59","@syncfusion/ej2-dropdowns":"~20.3.59","@syncfusion/ej2-file-utils":"~20.3.56","@syncfusion/ej2-pdf-export":"~20.3.56","@syncfusion/ej2-compression":"~20.3.56","@syncfusion/ej2-navigations":"~20.3.58","@syncfusion/ej2-excel-export":"~20.3.56","@syncfusion/ej2-splitbuttons":"~20.3.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.3.59_1669726195496_0.6882077623898959","host":"s3://npm-registry-packages"}},"20.4.38":{"name":"@syncfusion/ej2-pivotview","version":"20.4.38","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@20.4.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d1836c7c52781137f03d09a3a22561a13a80014b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.4.38.tgz","fileCount":332,"integrity":"sha512-kMFsZaxG7uIrFWi8NAxHfridgH5QitReGaxf98PoVL2Cgv4ssOx69R9rdHD3+FvOTIzsCpdbwn5gIkjxpCOMog==","signatures":[{"sig":"MEQCIDxJr3Rcwf/lQXY/hlQdwHou6TtW1P8TCYwBeb3WrspRAiACAQEhxx4tTXr3XnEbhovWyluDpZvdzjS7R1LdBwsZWA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36758428,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjotLXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmohTg/+IQ3qltswcp2w6wvdAxW4sWSzzcyidO4G/eGHGCm0Lqw+atB0\r\nl1DzpOiNm9/JYV+Sw1FNDcY8/XH4yPwxnFaWFKseHLZCzwKFsq6qnS98deOC\r\niQRtCmwIC2Tr2oXW8vCVpDNCr/6CuBTUTA2INpWfZDCn7cbIKCy+JAUkS38N\r\nY48tsTJ4Iu9W2hJvkchdNAyUY57Z9n6pLeUSL0gBFJh5GitUJX65cX/w7tk2\r\nGd48s7B929bZs/66HmRclMQN4QdubDWQciUYugyVnWPiQbEamZCt7Ytu7niZ\r\nZqf0Ep/JhaxeFSH1mcNQx7zLECuVO1poBzBzYiZeIEYYnPKfKu9dMIy5YvYj\r\nU77viaQrNgPgoe7IGsErbNK9FlEUt4V3Sjw6FkkX2e4aAExJw1fyD4AtL4F7\r\ntH1IV9o5yUgaNiJ7aVY6Lf90tGx3cK0rL+AdwZ72hzkvQjQTZCMgMVDgVu80\r\nWH/JgbGJDhZnSz+Lz9TGvPEctB4Hdqa3YDnbSV3f40j69xN3h06c2r4orvHA\r\ncbHoBVHoxHsdxqDoSR3u+FdZj07D8dUAyBFfwtWNF2NyodqbW38jMOjfnZP/\r\nif+mES6D7McfYvwRi+O3i+PAnfyWLmurvDpN6qWk7M17Eo9G6a9AFc9rT/S1\r\nsLPiq8RFckhjEirHQdNmD8yRs/jxUB6aE5k=\r\n=wZp2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"b07ca5286db4a89598f58884653bf5745fe28909","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.8.13.tgz","_integrity":"sha512-nA4UIIi1kyjcIVdXVC8Xjsic6+Z8ZjTHvZOIKr3Im/HEIJKxXYsa2KaVeKbzcamjgPEg1vUXgqq/jsEEcxdtoA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~20.4.38","@syncfusion/ej2-charts":"~20.4.38","@syncfusion/ej2-inputs":"~20.4.38","@syncfusion/ej2-popups":"~20.4.38","@syncfusion/ej2-buttons":"~20.4.38","@syncfusion/ej2-svg-base":"~20.4.38","@syncfusion/ej2-calendars":"~20.4.38","@syncfusion/ej2-dropdowns":"~20.4.38","@syncfusion/ej2-file-utils":"~20.4.38","@syncfusion/ej2-pdf-export":"~20.4.38","@syncfusion/ej2-compression":"~20.4.38","@syncfusion/ej2-navigations":"~20.4.38","@syncfusion/ej2-excel-export":"~20.4.38","@syncfusion/ej2-splitbuttons":"~20.4.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.4.38_1671615191199_0.6937505446613295","host":"s3://npm-registry-packages"}},"20.4.40":{"name":"@syncfusion/ej2-pivotview","version":"20.4.40","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@20.4.40","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a1e920b832601fdf9272869c551fb62f1a544cde","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.4.40.tgz","fileCount":332,"integrity":"sha512-dN+YzaEIgaMFyiqBZDUArW0q/Nl5doLNOUp5FAqi+B463beeOQEj+z6aBEQimmnzignJfTGcvR8G2ZLza0F6Ew==","signatures":[{"sig":"MEUCIQDEh2kbz5oZUJKFUMJ77SpFpWbTFK7ZFLe4QyZK9/PzZQIgfKyvzy8cLqkvqeV7Tub1kNjxvjxzPTigIBszo8gGiD8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36758442,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjrHgFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpHhA//R2kR52tko/ynuxIU8t0XjkRpDgPF84RD7ii0NW/jwYPsV5Aa\r\nUn/1Co5AQ9xq4iI9XCbUSecIeuiessTD3BFDgX/fl5xGO4tiuDQM88Q8mXGj\r\nA0ciq4ExF6EkyMbA4cPt9JOpYkrwYuU5U6WOpe948ZGwowGPTwRKbQYu6Tmj\r\n0xGrPPjcr+ZWedmcvOfQZ0+vwj8baRvpv7m2B2jA5x2rJorXhBVr+6074FlH\r\nDBSBLmlmY7H2xxs63/E6mdW+V6sjK7BgeoqM7XwS8+smZ6mFuYkTHAvvx5yH\r\n0ZXSADlABgbfkmWcUHbDrRRZqdfKNx61Hd120puYJslIADnpLeIvUqUkfCR8\r\nrvekqJ9vI5EbB4ebKRqHeYujy+I13HOhR/0wEavoYzNDCjXZuPYMk4uFlbj2\r\nigK52v0ctCumsmNTVOa86yVYox309C0OxTy79WhjEpXw1Rz3mYZNlxckB/0j\r\nKkL/VZqMkgOvnIxUKKjdBZDQnRO0HRcLZ120L2hdFIrDk8pknTWUwj8rvNVS\r\n+yCgQo/Wj8KLHO9MUmFmfGm/VHQPGa0dCOAbz0/J7vXd0In7gRZMXihH+MBA\r\nCihJUmiGdL/rTgPmzsB/27BfvPkwcoEqC84MZpyJOWMUIwRfPQrpMTdpDhw5\r\nUZX4HdjOcZEI9q8XDw/bjaiql0zEpA5LHo0=\r\n=ZAFf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"578b974e04e0cf5ddfb9ae83705a101ebf94babe","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.4.38.tgz","_integrity":"sha512-KH2mfowpOsKf14bPLEAmb+MkiDfXFOHHnKHC1gRTmNVVKYyUvgZmJoWjxdEM7Xb4AwBOPIhHvG7JcnK0DUwWyw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~20.4.40","@syncfusion/ej2-charts":"~20.4.40","@syncfusion/ej2-inputs":"~20.4.40","@syncfusion/ej2-popups":"~20.4.40","@syncfusion/ej2-buttons":"~20.4.40","@syncfusion/ej2-svg-base":"~20.4.40","@syncfusion/ej2-calendars":"~20.4.40","@syncfusion/ej2-dropdowns":"~20.4.40","@syncfusion/ej2-file-utils":"~20.4.40","@syncfusion/ej2-pdf-export":"~20.4.40","@syncfusion/ej2-compression":"~20.4.40","@syncfusion/ej2-navigations":"~20.4.40","@syncfusion/ej2-excel-export":"~20.4.40","@syncfusion/ej2-splitbuttons":"~20.4.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.4.40_1672247301444_0.41212619663720984","host":"s3://npm-registry-packages"}},"20.4.42":{"name":"@syncfusion/ej2-pivotview","version":"20.4.42","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@20.4.42","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b228ae74f1c41144bbdf43be077e8cbbd747d035","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.4.42.tgz","fileCount":332,"integrity":"sha512-VJEZE8jRI7bkcJ0e/WmwxmrpGY4b1zPunGpOG79LbrPcWuAVwESYdNBJ8C0miIVlwQx6ChhOWM3nQIjQAhwiKA==","signatures":[{"sig":"MEUCIQCjfvpNn8vYyV63sfGVjQKGBa6f6ONeEsqAFxc2h6mb0AIgZ/bakTPzKt+I2/uVJIPPQ4WltpoNEbT/OfNXQTAzR1U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36762890,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjtXMxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmop9Q//Wm2r9Z8iV4XKerBqgjZtqesQYfH0N7kaJd8OlA2vP8ZSVaKz\r\nTaHMzdZWbQTUeqVGR1mCOIRxoYlyaEi1LaRXVz+kBhLzW0Nn+PuVa8Oqs0rh\r\n0fRa3FuOUkB8EQXxp4HazWKjLFsXYjViXQ+AsQ5h3Fq4hXnbLT+JxuBCSqNh\r\ne7weDWmtNIQInjR9UH9VueUYTm3K2Go1PSIatI/UY8pw1qUJXcmLnEXh6QR5\r\nfiS+71XZ6L6L/8FsrGGc4O4rrB+m6uwJeZ+F242SfHmTGf0ATmg05S29aHvi\r\nhLv7S63sECfyqS/mjXs4SMCVf0SvaURQL+lpXzu8KMjcznGhUzZiOvdcha3u\r\nSThWAVgr+HXgmk62BCjt8kGy6QIhMS2elKZRBLgAImtne1k4G8mwDBS5FE9V\r\nB/WB/bZMAkNX4kKgu/pUIWcq9xSkBxR2JvQHefe6zphy8/bqlft6ez5P1yZS\r\nJZG05VeDIVrch+kuJBIsGRia6RpP1yq4LAGCo4CEDb9MJHA4MZqy3c2hQXPh\r\nhG+/0RzTVP8H0oEonSznbpCpOwHMFC1EG/kLAuhx+EyEeilxotZX98+LOBOr\r\nsSS4kWnz6FbGSp/2uMRH1BXLh4Z9NzfAAbM8PBEjvXv1e/ijWsOhlYR46MyO\r\nCTFtfxaheQJphw7Y+7vLOf81OSo8IFke+E4=\r\n=kbay\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"541ec3321d3b590bb002b12786d733f7865c621a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.4.40.tgz","_integrity":"sha512-Qv/z6cfpsWyZGKd/28TaztwoTnG3RsXZW4dVLFZZmeyepBITkkfCzeTnvl1a5bTtQB6gbUXPOQEHojbpGpJNag==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~20.4.42","@syncfusion/ej2-charts":"~20.4.42","@syncfusion/ej2-inputs":"~20.4.42","@syncfusion/ej2-popups":"~20.4.42","@syncfusion/ej2-buttons":"~20.4.42","@syncfusion/ej2-svg-base":"~20.4.42","@syncfusion/ej2-calendars":"~20.4.42","@syncfusion/ej2-dropdowns":"~20.4.42","@syncfusion/ej2-file-utils":"~20.4.42","@syncfusion/ej2-pdf-export":"~20.4.42","@syncfusion/ej2-compression":"~20.4.42","@syncfusion/ej2-navigations":"~20.4.42","@syncfusion/ej2-excel-export":"~20.4.42","@syncfusion/ej2-splitbuttons":"~20.4.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.4.42_1672835888993_0.04859798792101255","host":"s3://npm-registry-packages"}},"20.4.43":{"name":"@syncfusion/ej2-pivotview","version":"20.4.43","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@20.4.43","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b62e60ad48290e778b61710e93d034a45d5d562e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.4.43.tgz","fileCount":332,"integrity":"sha512-t25IC1d9CDwhIEuztsbBNy5Fx+Kp7C2GzO3BhQGg1tVw13X+ptFOIUOXN2/48dlmha/ITob4LZLt5enBrFXXMw==","signatures":[{"sig":"MEUCIAs3wWEzEmIJQ+Jt2oYYY9u0m0jyf8eSPSL64NPPdZSXAiEA1HzU47jO2qLjP4S7GmIrc65+SsSSxlUhYk9Ub+QeVjQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36769723,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvWVpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp3gA//XouaaV96TL5OjKzRUVtsglxfZyHjSXwgd7jVA32lBKwijR7W\r\nVyRP88O07TZyOqoO41LJN4KiRI6cmpUn4FzgR4GTVLW1w4yUMyTKkbadM1Xn\r\nDPUOkUojGYihXWfZJgO0SsvV9evTih6hPFxh5S2xZQD0mxmcaHCpQJ+VKHmI\r\nRMTWPjtUvjGaI5pj6WrVIQh4wAycz1B8GJiN3R6KwXUTrm2j4uzvLyENH1dR\r\n/dBp4X6ULKK/EiuZ1TrA9/zM3zfRh3NSiI+2xuHBZvHg7V6L2ZacLhYjrQEx\r\nOhZfqOfpcijjTjXErNPmhqOganMMT8lABh7hsw9BuzSnI5/HKOMIHqu9K33R\r\nSnuIdkBbWeNMKsvKu+614yMbu+xPFJUfLGSwf88IR82gLjD6n6cr58H/6vzR\r\nItAO9m2R7+YOEL12Cr+dhU5xDj/FbaUaq8Yd2HhJsl3QqD4SeWAGP7VTVpEw\r\nFev9gPsjKNRvXs/iu6YhFlhJCMjmcSLuaRgP4U8v2/FacvDfGv3rkYycZ5y8\r\nIblB80aF2jnD3KnjgiDjOwTBP+jZEwbR5ZlSmv//EFe6hXCUFVW71pDbNNES\r\naEPezraQ7RjbgppW/hqUw5k19bPziKtjoBzEq3CUFmzJS/cYHCqiC3Ebi903\r\n1NGZR4doraWZg1XJx5TBE7l076v/wVQAU0Y=\r\n=LduK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"9c00010add3565a106e5b83d3f796cd043d5da1e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.4.42.tgz","_integrity":"sha512-DI+xMdMB1kE5TKNVRtk9Xfa7Wu7VnInZOJeGPxdYCHz5d1avXbM5rxpzdy9kSWPi96GO7ujseM14ctL0ppUYYA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.43","@syncfusion/ej2-lists":"~20.4.42","@syncfusion/ej2-charts":"~20.4.43","@syncfusion/ej2-inputs":"~20.4.42","@syncfusion/ej2-popups":"~20.4.43","@syncfusion/ej2-buttons":"~20.4.42","@syncfusion/ej2-svg-base":"~20.4.42","@syncfusion/ej2-calendars":"~20.4.42","@syncfusion/ej2-dropdowns":"~20.4.43","@syncfusion/ej2-file-utils":"~20.4.42","@syncfusion/ej2-pdf-export":"~20.4.42","@syncfusion/ej2-compression":"~20.4.42","@syncfusion/ej2-navigations":"~20.4.43","@syncfusion/ej2-excel-export":"~20.4.42","@syncfusion/ej2-splitbuttons":"~20.4.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.4.43_1673356649384_0.6070836673721638","host":"s3://npm-registry-packages"}},"20.4.44":{"name":"@syncfusion/ej2-pivotview","version":"20.4.44","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@20.4.44","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"30de85b548ab1c2a6ef5c1189ab26b4e6f5ac21b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.4.44.tgz","fileCount":332,"integrity":"sha512-9OGNuoFohaLF0EK92/d0PWw5B06Q5pWHlJT4meH2oUnTiMCH/n49NQ+4qTX3Ik6sG9g6jLTuhLk9siuCoHLCrA==","signatures":[{"sig":"MEUCIQC908xqw/Oohe6gh82AwNc89t4l5eUgQbKpkRJwosfjuwIgMNSQ7eqh8aviQa2hzqr132sP+mviiMaOJDdLyKPdw90=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36769775,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjyA12ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq+gg/+JSCa4BLWWpe/A1ut4VEEsyp6CxR3m2Srysz+tR+BrI0f/55F\r\nUiBS3JVAS58H7bwQb13dnFa7rfWgzBKO2T2tVe5brZeqey1asqceQsvljxaM\r\nvhaXmQBh39eoWTHlXws/9X5G/ptX7pZTZnfsdRz2U4NqaLZWBPFQMlxUAe+s\r\nXfqGOMkIap8G9yX0vzXd5U+nU47LcemsXlkGLu2IoFqar8UZnvJwYfpZak9p\r\n3ocrf6CleoSASWt+LNh8J9Pzx0tsJ/g1trvZv9RJ2BnCJaj2xD/1ak0Lnc0a\r\noeCn9PIiCOwWVAr6s6282uUDNFIUTP1NjmC55bGsIeIfsoYbWAPBtReu5NKD\r\n8IDM6BjsMqJiN0pthn9xwjPiq+9cVey0EmGc7kInioFzmhqwtbCvdL5Lbusu\r\n9bKG9Sy5MVAPWMCc5RWU4/QRakbD/RaXL5CVshfGWciDm0qPm3xhllAv3iTa\r\nrfjaKIyq595nCOGLWHXE4PJTyW8eG7hajtAdb3Sbkp7mXH/BVvotjz753N68\r\nqCCS1/ZS0KxCcoq0Vpzgz+9qv6jNAgYcpunxuJbXL+y4QrpkTLaafA5EQkPc\r\nPLls9UoAlyVRTCyuMotthmB3IDz00UQHuTmp+0shB13FMhmcLwYbuXaNfPuw\r\nwUUcHXmgi+nWbnakSrd0eP8ybY7hvNDlbw8=\r\n=HpOM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"630af8a2c767858260d42a87c7ad0e9f017d5959","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.4.43.tgz","_integrity":"sha512-yQnQiqSiKwh4ngfU/fFRidSDNdLWf/X1cTGvLVcVitKl31TNOR1xK0RqcQzlQx4pH3w71N5XhmIOuNSNimdv+Q==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~20.4.42","@syncfusion/ej2-charts":"~20.4.44","@syncfusion/ej2-inputs":"~20.4.42","@syncfusion/ej2-popups":"~20.4.44","@syncfusion/ej2-buttons":"~20.4.44","@syncfusion/ej2-svg-base":"~20.4.42","@syncfusion/ej2-calendars":"~20.4.44","@syncfusion/ej2-dropdowns":"~20.4.43","@syncfusion/ej2-file-utils":"~20.4.42","@syncfusion/ej2-pdf-export":"~20.4.42","@syncfusion/ej2-compression":"~20.4.42","@syncfusion/ej2-navigations":"~20.4.44","@syncfusion/ej2-excel-export":"~20.4.42","@syncfusion/ej2-splitbuttons":"~20.4.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.4.44_1674055029863_0.10993560034326189","host":"s3://npm-registry-packages"}},"20.4.48":{"name":"@syncfusion/ej2-pivotview","version":"20.4.48","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@20.4.48","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"402388f2c0d9237fc251e23c12eae229a5d2d658","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.4.48.tgz","fileCount":332,"integrity":"sha512-B3cc9Orz8U26B9ymS8tNV+sb1UXj2BIQ2mYrodaU/2DSHvrglenX2x43qIKCFGoj25kqptN5BPS5sitpXqy/nw==","signatures":[{"sig":"MEUCIHO2NF4LkxT55TKvSCZBR0EByz4ZjzR9i9IeCCKptwcrAiEA3htr1qoZCR+duPDjiZFteZ+vuLRijtqOHZ0KB9ZWYYQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36791313,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2hONACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmot8A/+IOx70ePx1QmYJuZTwyYoKVoEHCPB53AmstL3zS/8ZH3ZhHs7\r\nNXf2f6BLHh0LJ1wP9fFLv1w2ji07EPpXLaHPdqrXX0Bj/mFdyBR0KvKwvoS+\r\nADjPGBoaiaf6rQpbzY5UBT+P1iu7ASz6HR2lQ3VbfRgN3OUS5urmA3yD45MK\r\nVUy69Cp85n6MxA3mG9uWYKEVb0u6j6h8ku88ocYqW0hCMcR4DbRJ/J8vtS0T\r\n17aEBB6YK3spADdUU6hFRlJB/1j3+jhh1kxrzZUPwo7NBzwgGV5Jgcz+4JXC\r\nDvsQsiAblAofQqqAHq/SzwTR1VGDR+hnK7b0AWvcgNAreSlm45x2Rra0z7rX\r\nwu/8VF5Z+rXv8F+lRBF0/iDEMrNk1+iRKCl265Dg8ZbvFTeGqvjQt9j6Mbfm\r\nke27yYqHvN6mXcgbyFGLmsKC5JMpZ2Rf649Ayu53JhulSrL8RA68A1lBnQiN\r\n+HlYlNCVK5eU5Z888NNMFXgNuLUi8zk+HrFvcYWgJP/kuwjB4ldcFC68v9x2\r\n57ZVqYXvi/wTVk0mb/aQLIHcXo/Y2VioqO9Q6Yg7hBUkEzxGEMc10Js5Klje\r\nHhggwH6LC6N97APWf/Glulw2OIc2OaUYb4uBgzgt0oFC/DJB86+5PcYfME11\r\nxlfwlUN+pKl+dLJJ8j3xaNOEaDzF3YHErxc=\r\n=Wgi7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"f467f29cf76736218fc6a8e1dd4d1d325d96fa9b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.4.44.tgz","_integrity":"sha512-rXhvv36ETh0rBPfm8Kx6uhEzDXjTYPcc/toGpqI+V3I6duXWXpvak3IrLsgW2G+2SoOMiL6qHZXRL1P/nVhLXA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~20.4.48","@syncfusion/ej2-charts":"~20.4.48","@syncfusion/ej2-inputs":"~20.4.48","@syncfusion/ej2-popups":"~20.4.48","@syncfusion/ej2-buttons":"~20.4.48","@syncfusion/ej2-svg-base":"~20.4.48","@syncfusion/ej2-calendars":"~20.4.48","@syncfusion/ej2-dropdowns":"~20.4.48","@syncfusion/ej2-file-utils":"~20.4.48","@syncfusion/ej2-pdf-export":"~20.4.48","@syncfusion/ej2-compression":"~20.4.48","@syncfusion/ej2-navigations":"~20.4.48","@syncfusion/ej2-excel-export":"~20.4.48","@syncfusion/ej2-splitbuttons":"~20.4.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.4.48_1675236237560_0.37095775989442026","host":"s3://npm-registry-packages"}},"20.4.50":{"name":"@syncfusion/ej2-pivotview","version":"20.4.50","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@20.4.50","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"db60bdb136e54d1d276291d7d87e0b3c7ace1d72","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.4.50.tgz","fileCount":332,"integrity":"sha512-qnage68hjzlrvfhdhnXs/Vkfrz116LlWoNUXyLw5mpvGUmtkg4yhERshQEx6TeeWpcPYkFsXUe2zKOEGlnkLMA==","signatures":[{"sig":"MEYCIQDKYpHzJbRQk7X/AJILPGQfmp0h5MY6Rul1i3zpvh3sAgIhAPqRSaFkPklZF+ogKVx/9gvFIS7FboWuT6311/ZrLdNu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36807327,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj627SACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqJrQ/9FgdyiTMdkdVwMlN49AeijLyMIwgTLUn8eZ2qIFrvUow2EM4c\r\nBzRVS02sqSTl+d5jS9JDoL1DaA0ASC8Uqz6TPchlBbMgqfLn2nruh+fIju22\r\nbkUF/mZ3RhnBnc1XpE31/Kgny33oHvk7UIM3uybpb8xFGX0GfUV5RBkcLTiD\r\nn7/Gm+ZYOP2FWwar/bV0BDDzzyByRBBGwmpg6gvAnvBxsfAbX8gJc4wQLxWF\r\napF2OP6W2pishQWamgMlw4LiegY1S8dEpNe4gflsVKaBJZzbwnTs4xCfeoAw\r\nxLWGajsBYj5zOS49AXkR7GAXYcAlkkNebUuZzGWtHvI8NBzRiSB02ZqEfPRC\r\n8LorNdH1FuurIq2nY5ne98NZmuc1dgyKVG94e4RCQJlDtxYWKwmgPJn6NyxJ\r\nM18h94Ni1ze0PHmRrrU0eELG7SSXAJfUQ9z3+y3TFV9yojzOLAqGyaXSJQEl\r\nomLnFCN2lxz7YdW1ePeaNY9whqQmcBOoUpiDCjumJ553Nu1epBZBaHzSwrHd\r\nF/nIxUGfeVnL0ABnie3YcQKYryGeoFuOWe6ZJc4duO6g+LiuKc93EG4JfBxT\r\nZzHY40ZgIh7E5INm/h1Frh8xDg61brW4bCBn+Uhj6jwULUePcxAZEtit1GrZ\r\nYLOe0XrZTs+9Nf0HWUgR6T1xXu5IDnf9guI=\r\n=dzf0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"e45c172f3b2b7f68f500bec335373f12dc3499f8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.4.48.tgz","_integrity":"sha512-8RYiGIZU/X3KN+dEkyQgmYJwBDQ9TQ0QCykx/BbZGaOuNKXy/nJ+C15v+EJbwSE58R7Gh/335cK5ZErSdiyITg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.50","@syncfusion/ej2-lists":"~20.4.50","@syncfusion/ej2-charts":"~20.4.49","@syncfusion/ej2-inputs":"~20.4.48","@syncfusion/ej2-popups":"~20.4.49","@syncfusion/ej2-buttons":"~20.4.50","@syncfusion/ej2-svg-base":"~20.4.48","@syncfusion/ej2-calendars":"~20.4.48","@syncfusion/ej2-dropdowns":"~20.4.50","@syncfusion/ej2-file-utils":"~20.4.48","@syncfusion/ej2-pdf-export":"~20.4.48","@syncfusion/ej2-compression":"~20.4.48","@syncfusion/ej2-navigations":"~20.4.49","@syncfusion/ej2-excel-export":"~20.4.48","@syncfusion/ej2-splitbuttons":"~20.4.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.4.50_1676373713871_0.515821171090723","host":"s3://npm-registry-packages"}},"20.4.54":{"name":"@syncfusion/ej2-pivotview","version":"20.4.54","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@20.4.54","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"762253b867e71c33ddb71fbc5687e3a0c5511e30","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.4.54.tgz","fileCount":332,"integrity":"sha512-K0UKGETPsSO657Z7NxctGPR8DqpFh+XGZqfTMx4yxu7r9ll0zsaRCAdP5RKkGd+ukxnIZcfbRWV/o2rN8rG7kA==","signatures":[{"sig":"MEYCIQCg6KKJZtQOV6lCkZdXA5Lx6TbQ+1Cmwk4clztGndgVRgIhAK3SxXyVEI0Sj5679Z4e5C6Y7PE8DCDtnn0fFA8cfZAu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36863587,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEHqiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpaKBAAgIvBb93fmYitIVudmixRh7oIu1MnwnNC9LlFD4BqviJhOg83\r\nxSNaPSCegV7FN+HFPQnkOSp74izubduvsIWkgoZJTvarcuikTiLF2/yaXHsm\r\nE1d/4gaNQclCjQQTpGyTpz/TuJIwLqixi/PhSHaZIBrq5Ovq/jpl/eDi3DE1\r\nwdD1bjm6JvdQ0zIdaN/9xsMjCc9jARIrUnPwU5y3PZ2rxsloeqPIIE6KOfKu\r\nQDgQS1JkklSlBidb3lwHiRDdU4AeuLlVtBXg7AVV3b43VISMF0QYw2kTdeAR\r\nrc4UD3fA7DwfilI30icTxe1A+LwGIPpS3+EuNm9OxOCmh9HPs4uORUmVVspI\r\nSYSfcgBeKBCvpuZKKFxVvxcULRUFR8libn2hM37D15a5Yohu+j36FPfhLevz\r\nb7cl5BI+SqDXZmZ+vVYUabSSBnIkw9fPSHFiQF81F3rjiQDxM7JVQx1VBKR6\r\naIb1k0gGsAZG7Ipp4oT9KUvDoYkqQIIkzi2uFIAi1b/+EymRjegZxT8myCyU\r\nthuNM3AU2uqA+TBydWlMP78c9TLDFp0JAA+9ZTg5oJi20DcpRMII6QZFYfSF\r\nwmJDTK8bjR+5hXUejC2apNcAup4x1LWJswuHFna4M7OFUTo9M/8AG8dVZSJ9\r\nFB7grg3rWQCH0BHvMjA3ktJaE8+jPCOaius=\r\n=r6XI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"b836aa6713773e0ef5f3c10a38b75a8c1a8220f9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.4.50.tgz","_integrity":"sha512-2psaVuuHpqYn/Z0c2rFb60wAxdMWnOynej9vUDK0w0hlYarJMgEuhhzDT5HlMpHfXBWrib+iRYVViMhTQR2afA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~20.4.50","@syncfusion/ej2-charts":"~20.4.54","@syncfusion/ej2-inputs":"~20.4.54","@syncfusion/ej2-popups":"~20.4.53","@syncfusion/ej2-buttons":"~20.4.53","@syncfusion/ej2-svg-base":"~20.4.53","@syncfusion/ej2-calendars":"~20.4.54","@syncfusion/ej2-dropdowns":"~20.4.54","@syncfusion/ej2-file-utils":"~20.4.48","@syncfusion/ej2-pdf-export":"~20.4.48","@syncfusion/ej2-compression":"~20.4.48","@syncfusion/ej2-navigations":"~20.4.53","@syncfusion/ej2-excel-export":"~20.4.53","@syncfusion/ej2-splitbuttons":"~20.4.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_20.4.54_1678801569907_0.26691735193845445","host":"s3://npm-registry-packages"}},"21.1.35":{"name":"@syncfusion/ej2-pivotview","version":"21.1.35","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@21.1.35","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9f7d8f9fe8fc1fd0adc3d7994df4ed4a544f3aff","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-21.1.35.tgz","fileCount":331,"integrity":"sha512-3WibvRt+4YEgmr28m2lYaV2YBGumNaMCovb+HZszo9TGOFvfbjX5uGHOObAL33F7h+idNUIf9GnlGnDX1ICSbQ==","signatures":[{"sig":"MEQCIE+K26t2n+4RkOHOShlCoGT7J+AJXd/A0xP5CBtlfzO6AiBJ0d+AaRRZ8J2M+gQ1N+Q9WMPczkslfQ/4tKZmPo6iwg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37085524,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHAhDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpsEg/9ERM1YItU9SOQz5lyj4JK9FxGEI2dG6B849Y5RrjuEvlnYosC\r\nkZGQPJXZGQZghnwz1ZI/vN28uxMPoz/6rfAGYFxTJUxhLiidlnNudy+0Syfz\r\nIWyyeM7aADvY7LNch9k5D0/6cznAB2K09gK6k9x+IMag4nmyDT4rL6eh/K4v\r\nMwjKDVkmc+++snxPdSZkdZNFHAd99g41Yp3jb3V2H3vSfiIFw9f9CV7PDZUp\r\n4Dud/1T7OKU9fFuzXZTHnGQ1rMzgCxkubsR4HMuUTWbwiC8/hoxyzaYBKXoZ\r\nFZj2froaHAB/FQ7+pfX+66SbXPV9kQhioKGPEbPZcFgHeiFyMa5P447sFmGQ\r\n/tL8vq2GC7kHzFW4qWcbmG5Ac0CynzmcjG+DxmlMl5jSB+mZwUg8ZbjU9U1T\r\n1z99z53f/Z4Gg1DwqMOS+eRcuxxfvW/TgxkU6hjtwPwjoUD5sHJh7Inj3l1Z\r\nzaSAd/kmCDyjjWyC8IANoSIvibmbOnR3desgaNBdKgD1xrNq5wJTQoPc3eCy\r\n8KA7xffTHYZa4Q4QRb0r9M8K3S5tn/4BudHkePVtEpkSxFfd+lBk8C1YkGp1\r\nkNgLC2cladUR0GVMgiy/5eRosVFa8sqzLVfc3CIJ1pfe3prWaMpbyTt/ZEF6\r\narp5tVzqDDS5McXWhjOwSy3lcyjsuBE20zU=\r\n=Z3La\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"9869029b58787da3570a83e0e0138684c2a251fe","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.8.12.tgz","_integrity":"sha512-Uq7zzW5K6okvCe4EEWPKRChhpvPy/GuNq/pa+HTNYULxO8pCgGCuPt1ZnYyxXfzS483kNo1plQFbDhOD6SayZw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~21.1.35","@syncfusion/ej2-charts":"~21.1.35","@syncfusion/ej2-inputs":"~21.1.35","@syncfusion/ej2-popups":"~21.1.35","@syncfusion/ej2-buttons":"~21.1.35","@syncfusion/ej2-svg-base":"~21.1.35","@syncfusion/ej2-calendars":"~21.1.35","@syncfusion/ej2-dropdowns":"~21.1.35","@syncfusion/ej2-file-utils":"~21.1.35","@syncfusion/ej2-pdf-export":"~21.1.35","@syncfusion/ej2-compression":"~21.1.35","@syncfusion/ej2-navigations":"~21.1.35","@syncfusion/ej2-excel-export":"~21.1.35","@syncfusion/ej2-splitbuttons":"~21.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_21.1.35_1679558722729_0.5626577935495407","host":"s3://npm-registry-packages"}},"21.1.37":{"name":"@syncfusion/ej2-pivotview","version":"21.1.37","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@21.1.37","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d78092b6c3fd7e2740aab94f09ce83080d491be7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-21.1.37.tgz","fileCount":331,"integrity":"sha512-2KCqOHZ6vUwXbmRa33F8I7OSGehttqNJs64ag+JXJGMhc49bYPA/AnbNgZeuy1NJcb32BKHsi1EOYT5u5E6Y9A==","signatures":[{"sig":"MEQCIAKOsgjfEfZKORMabTrxmHLy6Wy2WPjRiKYOPvAGk3siAiAmHYf1ZIKHVGDsn7xtHNwJMYi9+fdSte16qqPD1mXp0Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37091062,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJFOtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpu5w/+N6TK9PzmPMdGzhmIdYE/yG+sAWvtqRVwteIbIyWbIDFAvQ/E\r\n8M2+G3s1hFQATvNYDXDnoqfDnnPvEKpy8v6stch3chars+GaE/sY8VYggM1W\r\nchXQiM3Pa1VnB3QN5mI9xzoPfgVr63SsFdp0P8P+WiK8/D/fyT0WbUFmjK3m\r\nSKVZqfLrQvEko5nNY8AUe3Q5eZWWoYznE2S31Pylo21T1JJ3yv5dop0UH8HI\r\nFtpJ1K79TqxdlLUeEXBfq1dWW75iwv/W575mbUFgHujT9oAD/hvolTyKL/J1\r\nUcRgZllbNdfDmRD1AVCYglK/b7jKsvD7brnuyySMtkf9/LPzIf9eznhreydq\r\nDpwn9bkN/aleNvwlchbT3imypTCeKQp+W1hjs7JKPdVM71bdfDRYpQnwbjH6\r\ndhYdA5rpsWi0+xwu7NQDoAqNf8C0thNDWSwMPRTVYCMI7JzPU6WCflRkXACi\r\nT/lXQyB5mDm+HttxYiD6CV0r8vWP6F6Api6CmsWHpQrHUzLd796/XVIdhQwn\r\n34XQ7vmTIBe5yeA5IoNJjiQZWrepFS3akkbLpENPLsxobxvuzBbEm4eRGp+9\r\n22WLUIYJNngNlzKJx8QLHZPbMTkjFosV9/+TxS0XnXO9KbhQRtPTHLq3oR8T\r\nnbNiHRVfBSNzf6lK/DkZgG6AGfXseRIwCDM=\r\n=Kb4s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"07b386ed4e293a8690e181565ca1989ec30a5430","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-21.1.35.tgz","_integrity":"sha512-M8naEYBDgcejK0vbY5Va0R4WKuvaJzIRmfPtx7mfTTm+r0gl4q6ayFKjLhK3LzVr/yXUxK2q+MeC5pG5zreR9g==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~21.1.37","@syncfusion/ej2-charts":"~21.1.37","@syncfusion/ej2-inputs":"~21.1.37","@syncfusion/ej2-popups":"~21.1.37","@syncfusion/ej2-buttons":"~21.1.37","@syncfusion/ej2-svg-base":"~21.1.37","@syncfusion/ej2-calendars":"~21.1.37","@syncfusion/ej2-dropdowns":"~21.1.37","@syncfusion/ej2-file-utils":"~21.1.37","@syncfusion/ej2-pdf-export":"~21.1.37","@syncfusion/ej2-compression":"~21.1.37","@syncfusion/ej2-navigations":"~21.1.37","@syncfusion/ej2-excel-export":"~21.1.37","@syncfusion/ej2-splitbuttons":"~21.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_21.1.37_1680102317463_0.3247394570415252","host":"s3://npm-registry-packages"}},"21.1.39":{"name":"@syncfusion/ej2-pivotview","version":"21.1.39","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@21.1.39","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e13880f6086d84117de6c026c84aadab25d900ae","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-21.1.39.tgz","fileCount":331,"integrity":"sha512-n3rcQYy2yChZ509MdmwhW4kU41ZiehVobOe7rrTGFMSVBdWH/q8oINmdYXESTg3BolYhunxLgISvt/wHxg4OCQ==","signatures":[{"sig":"MEQCIGh1FmT8W/bIrr34oAgM4sZY1qxjS0Q+a6z7BII96oD+AiA01n/vsVqV8PwpI5gCJQu75B14l4R6+GDZ1l5mqN7bfw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37090035,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNVBdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr/kRAAlMeCQqnvMo4TY+wS5doypzZXid+i++tFJuMvQFOFkv5Q1PBn\r\nRhucugV1C9fiK3rS0UaBsmJqTkVHzaou61ntbA9AwltwRRaSdkta5oexjKHn\r\nGJIuN51QdjeIjaPZG/LXcmbijHk/wxGTPByCtgU/9HL1dWeF7EguD8mhrqtv\r\nJWm/JRm+jKvbW6EjtDl939nSovpAO0hJKT+ndo4mAjFMVuXKFNothmRG/r//\r\nOU9ryN0uw+5zVg2vGP/QLdLyLaI8Ib98CmeJoNAXMf9I5WUMR2TDCCaTpvnR\r\nOu6OZu2R00jY6GYypJGAZGWHLmZhrtPOfITrtkYSehQQlGn4eJfgj1wFwKdm\r\nzcZt5hd8uirQibcA0objKFE8jYYUspJeCsstZensrMST3WJIZt8bBnxrGuwK\r\n7WS5U3ZAulO2ohNM6rjVA8oRAh5rjUaUYx2ENAG/Qbn7xbslGknLbi/BnPCK\r\nYY9dyQMqfROSFiiJYESGwk+Gb2YFcrZavrSEqHvy5cRcjTnsCsA3FBEmmfef\r\nr0NcyKHWM+ujogusG5loti1JA5B1qvNNZlKLMJDzkWEp5mx+DrmCFO4SXTS7\r\n0E9hU6f/hcbunpDneVAQE0j0ODbxD+Q7mfOJQ77bCcqMn0iN8twg0SS4o1up\r\nRm5AjlcS7tif3sTKWh+MGGUNzV8mKkxS+eY=\r\n=y4y8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"bf279b6e2f923f067c223d25aafe6fec409c98d2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-21.1.37.tgz","_integrity":"sha512-dpYxRWe8MCir/5PVvCsqOGdNeuFDVF4zE0uUxd9LO5yhXIwciZ5uXsJmQSi8/WYAetFf4cYiahsCZbJnFfD7bw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.1.39","@syncfusion/ej2-data":"~21.1.38","@syncfusion/ej2-grids":"~21.1.39","@syncfusion/ej2-lists":"~21.1.39","@syncfusion/ej2-charts":"~21.1.39","@syncfusion/ej2-inputs":"~21.1.39","@syncfusion/ej2-popups":"~21.1.37","@syncfusion/ej2-buttons":"~21.1.37","@syncfusion/ej2-svg-base":"~21.1.38","@syncfusion/ej2-calendars":"~21.1.38","@syncfusion/ej2-dropdowns":"~21.1.39","@syncfusion/ej2-file-utils":"~21.1.37","@syncfusion/ej2-pdf-export":"~21.1.37","@syncfusion/ej2-compression":"~21.1.37","@syncfusion/ej2-navigations":"~21.1.39","@syncfusion/ej2-excel-export":"~21.1.37","@syncfusion/ej2-splitbuttons":"~21.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_21.1.39_1681215580961_0.9602945556440452","host":"s3://npm-registry-packages"}},"21.1.41":{"name":"@syncfusion/ej2-pivotview","version":"21.1.41","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@21.1.41","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"dd9830dbb0b232e9a3f8d3db8cb41cadfc0e1b90","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-21.1.41.tgz","fileCount":331,"integrity":"sha512-zipmAPt627WLMvJS0RZRK9XBnGMsXbuVbLI8cwbTtjV8gOEG0jHUnW/S3ChPFLPdXai3s1hoHAGc9Wmq15TZGQ==","signatures":[{"sig":"MEYCIQCQfCffHL1H++zBbBs+lRAgiupPX6iEdeS2LrT8LATqqQIhAJL0avlWL2y9cz1pozRNKQUb5r5UDn12A2+Xi2cUlUnc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37097627,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPntZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp9Lw//eHH2BuslHoLPQTtdY1hZBE174vm5/7ujRPrjl9S/JNHZxZu+\r\nFA3LPq4WAP0g9Sf/0K1iZfVZSgnVXH9LmfgtAzDsTY0aOhO71KdMHO4TETaS\r\nxrDjs+dbmAEXsrAlbNuo9SgHH5U24Dc43b1V/BgjXqvrS2k+lguIC1nTNrYc\r\nwcG+ClaYXNkdM47F3lenhLSSKzplUM3xh2fX3hTyMDrbOseXrE4iCsM7QSWJ\r\nbX93EvHBRbtNuAT4ujAYKV8IFYQgYCT1ZhWKHZqDyvyNsmYtGjLpxA3WgLAq\r\nL/1bGimNkFxHMqot+/IVu57JT7a8OvJByjmjl92mz5LalOtDLaSRbkslxj65\r\nv9gFhaVtrsz6JmPIORk8vW/G4/TZb3RrHLiTLJK6kO2cowVddZZGbYZnM1o4\r\nGyYf/gqwnDJ6uYcTvrVFXawHvG/qbflmthNl+Nmv3wSo5O61l1bSxzquNCal\r\n01zch4reTY60DI3x1fbQ2ucmBnbCYib0fsBxwK8B1hMTVJLu/0emUvTiUWyH\r\nqaimB5UamP2GDYubTFkDHuzVEoTXlQj9GXJCe3hHu6/OsLkNZbBEpIbmYo8D\r\nMbY0FJ3dTkOfqAzGLx3hw6QdA03Gpj+3RV2q7yLaPtMQcQdTRYbGrRGJ4q4x\r\n2cZE1bGacKzPFQ6kUw5x+jNGf4bnfto6ZyM=\r\n=k1P5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"888e05f3a857eaa45d9b0fed8d38a511fb636a1d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-21.1.39.tgz","_integrity":"sha512-Z+vIlaB/ZH/+1IozL5VCTnz5De9iM93RV01SlyylBor+pQsQV/kKixAOQFRzzqgD1KcVFMs1p4RGFIDW1SHTuw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~21.1.41","@syncfusion/ej2-charts":"~21.1.41","@syncfusion/ej2-inputs":"~21.1.39","@syncfusion/ej2-popups":"~21.1.41","@syncfusion/ej2-buttons":"~21.1.37","@syncfusion/ej2-svg-base":"~21.1.38","@syncfusion/ej2-calendars":"~21.1.41","@syncfusion/ej2-dropdowns":"~21.1.41","@syncfusion/ej2-file-utils":"~21.1.37","@syncfusion/ej2-pdf-export":"~21.1.37","@syncfusion/ej2-compression":"~21.1.37","@syncfusion/ej2-navigations":"~21.1.39","@syncfusion/ej2-excel-export":"~21.1.37","@syncfusion/ej2-splitbuttons":"~21.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_21.1.41_1681816408977_0.43667203751476746","host":"s3://npm-registry-packages"}},"21.2.3":{"name":"@syncfusion/ej2-pivotview","version":"21.2.3","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@21.2.3","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d4d355c63883484ac09884b60e22c37c7db09610","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-21.2.3.tgz","fileCount":331,"integrity":"sha512-OSHvW1W3WpAEnn1Q3zi/9FKtnD2Ng8pHkvXQGhU2u0vvjbIFTyPBq1MayCUNTtZxgTBsPTVBG0mkFItjLUdEew==","signatures":[{"sig":"MEYCIQDh2dVMMpgGZKwcNfd5Ix2801bNDfGyEqfkw9KrPO+rJwIhAP6EpAMTdKkpsgXPl37WJuKfy4yqkGprNj2GlcZZc/0d","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37172824,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkUiB/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrCIA/9HfDSLcXUGBrBNSdh5dUIFRhgDM1AnG2MYAc3bVuv8UDCbMoG\r\nTBcNmm/V9jjn8XgrkrhnyHQBm1fAzgJQVPmfWBpfFLyAOyz7+ElLeO4YJno2\r\n+RdIp/F2FwIolxQxIuvqeYzNCEkfNaieoJsGRlD/lRFZEitdzEzSJORJr5Ho\r\n11gmSYKejE0Ah1xqkZwy3Wv30VO7MrrO2zneFq6zrLe2lgLadUDSTO6W0hnr\r\n+IT1Xs5ZH8gOjXBzIb3yyp8U7sKw8h7SxPiMYxKZQeKwYytnPvLqiS0mPQ7f\r\nNa6Uzj7pCWdjuPKuf56+TGed+41DNCKqVux0uJ2Row+slZhVykcoXgOUaO35\r\nnwAHH9NtPOv8hE26prBSHGUJH5DJpaSWDs/yrjRrwy91laknMiOnxr/VraAi\r\nD6CTUSUyN4pRZZ+/JHQndFAbisRTbG6On39VXrFvB7pE3jWf8DYnH6/ul2vV\r\n/mpDE+fStEnUlXasc+uIi7T3XXxlIbSwqLNDAnmNqYJ8K0fYvz1778RCpQw7\r\nJWEvZqB9DcV96mHfzPYODZ/s4SSXmf2tiKNfXqCGz2bAoqapl3x5745uNMQD\r\n2tMXcdu3Cn6ArSyyR2iUFjFOEHDp9dAWM+PrFVIy6/J7/DsZaEzgaZd3k4Bn\r\nTmDE4pNqM3na3GQrDktjbW7dkNOE+fqf1EY=\r\n=Rudd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"c30b7ad10c392aa3b0d363c034a5b474feed29f2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-21.1.41.tgz","_integrity":"sha512-/+IeSqV6Zrlncnm6sicD33WuIgBLMOiYNGFfmGy4EnIVmLkZCOL0GpPtmZZP6hQ3Tu/RH4AWX/r0sAXPrQdYlA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~21.2.3","@syncfusion/ej2-charts":"~21.2.3","@syncfusion/ej2-inputs":"~21.2.3","@syncfusion/ej2-popups":"~21.2.3","@syncfusion/ej2-buttons":"~21.2.3","@syncfusion/ej2-svg-base":"~21.2.3","@syncfusion/ej2-calendars":"~21.2.3","@syncfusion/ej2-dropdowns":"~21.2.3","@syncfusion/ej2-file-utils":"~21.2.3","@syncfusion/ej2-pdf-export":"~21.2.3","@syncfusion/ej2-compression":"~21.2.3","@syncfusion/ej2-navigations":"~21.2.3","@syncfusion/ej2-excel-export":"~21.2.3","@syncfusion/ej2-splitbuttons":"~21.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_21.2.3_1683103870919_0.7851769993395452","host":"s3://npm-registry-packages"}},"21.2.4":{"name":"@syncfusion/ej2-pivotview","version":"21.2.4","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@21.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8be91d9c905011c1931f40c205b191ad8d82fea7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-21.2.4.tgz","fileCount":331,"integrity":"sha512-XMiH2RWmM0G+Xk2ciM3q212fkfPOYnVlM3JXZdPxTQZIuQxBiQKaMUjh2tiZlt+JyfkubV6zsTYedtFMi7ik8Q==","signatures":[{"sig":"MEUCIGmNbIp1DjEQ63k+8j6S0ipkIhDrIbTLGr2fpdxixdtLAiEA811eYHaKKcJn+jIe4vrwqTiOG3lQSGb7eMDYxnu+3nk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37167479},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"42ded0651bcc95b524c9bfd8f14631515627e6ce","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-21.2.3.tgz","_integrity":"sha512-cXKp3Knit8TQRFUglQVHxVYzm1cBFfNm18tD/LqDEP/vkAdSKIl57oyGZpnlmTef/FTSW5yLK8AHdZd1VvLvvA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~21.2.3","@syncfusion/ej2-charts":"~21.2.4","@syncfusion/ej2-inputs":"~21.2.4","@syncfusion/ej2-popups":"~21.2.4","@syncfusion/ej2-buttons":"~21.2.3","@syncfusion/ej2-svg-base":"~21.2.3","@syncfusion/ej2-calendars":"~21.2.4","@syncfusion/ej2-dropdowns":"~21.2.4","@syncfusion/ej2-file-utils":"~21.2.3","@syncfusion/ej2-pdf-export":"~21.2.3","@syncfusion/ej2-compression":"~21.2.3","@syncfusion/ej2-navigations":"~21.2.4","@syncfusion/ej2-excel-export":"~21.2.4","@syncfusion/ej2-splitbuttons":"~21.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_21.2.4_1683635627128_0.6114678000832674","host":"s3://npm-registry-packages"}},"21.2.5":{"name":"@syncfusion/ej2-pivotview","version":"21.2.5","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@21.2.5","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6f24e42f7ded602c9045d3165f900e92a1ab8330","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-21.2.5.tgz","fileCount":331,"integrity":"sha512-BXH7fdqTghY3nN44bpMRKrPYD9ktoZ+57/a3MmeiR+u0r16KMP0GcrAJzHvTSALrgk1b0BII/jxBuFOud+JKsg==","signatures":[{"sig":"MEUCIBPrh0u6tOtRh2rPPTJ7oHAQtiWfVa6Gu4RgE9D7JXSWAiEAmXCkrEI4F9X1ryBcqXZ4ROhZk38vFk+Ft6HVRYUJFSI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37178838},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"ccff464e7fa7e7082f7d9018d8ab40cae28bfd0c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-21.2.4.tgz","_integrity":"sha512-o3cbOod8I2T1KZ8gTfOO7njQtcZJVKpB9CHL+vKrkDR0moHtUItM6Ky3Wr5eQTvMYKruKxBPYMZkG2w9f4sCxw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~21.2.3","@syncfusion/ej2-charts":"~21.2.5","@syncfusion/ej2-inputs":"~21.2.4","@syncfusion/ej2-popups":"~21.2.4","@syncfusion/ej2-buttons":"~21.2.5","@syncfusion/ej2-svg-base":"~21.2.3","@syncfusion/ej2-calendars":"~21.2.5","@syncfusion/ej2-dropdowns":"~21.2.5","@syncfusion/ej2-file-utils":"~21.2.3","@syncfusion/ej2-pdf-export":"~21.2.3","@syncfusion/ej2-compression":"~21.2.3","@syncfusion/ej2-navigations":"~21.2.5","@syncfusion/ej2-excel-export":"~21.2.4","@syncfusion/ej2-splitbuttons":"~21.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_21.2.5_1684236926964_0.26499200282622803","host":"s3://npm-registry-packages"}},"21.2.6":{"name":"@syncfusion/ej2-pivotview","version":"21.2.6","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@21.2.6","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8e345aa87bc5d35bd35109efc16460ea15515a3e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-21.2.6.tgz","fileCount":331,"integrity":"sha512-HbAZC7NdskwoO/uBhXsJ7AclknTL236OrGB7ofsMEnVJyd6UaYIPKNTITuLOSiA33CNBgRm18uti9FIGxyWmDA==","signatures":[{"sig":"MEUCIQC2AmmKMtaStVDOzdshyJ5p3IA8qFN3OobSU5ziRrdAXAIgVbdoMv3FjJOxrsVeJEEpUSauerkoTIbys5Auw1qrJj4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37179016},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"804ff23049f06043f4e596ed98267866bae5b866","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-21.2.5.tgz","_integrity":"sha512-wmmSaqzOyBBbRzYB+FjwmLEFp5FBgitkQhchX/kNNbJUgNI8aUCAIW6xQjHpV2xcxHmuI21KWe4XPTVvkWmdRQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~21.2.6","@syncfusion/ej2-charts":"~21.2.6","@syncfusion/ej2-inputs":"~21.2.6","@syncfusion/ej2-popups":"~21.2.4","@syncfusion/ej2-buttons":"~21.2.6","@syncfusion/ej2-svg-base":"~21.2.3","@syncfusion/ej2-calendars":"~21.2.6","@syncfusion/ej2-dropdowns":"~21.2.6","@syncfusion/ej2-file-utils":"~21.2.3","@syncfusion/ej2-pdf-export":"~21.2.3","@syncfusion/ej2-compression":"~21.2.3","@syncfusion/ej2-navigations":"~21.2.6","@syncfusion/ej2-excel-export":"~21.2.6","@syncfusion/ej2-splitbuttons":"~21.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_21.2.6_1684842778888_0.5742069812938877","host":"s3://npm-registry-packages"}},"21.2.8":{"name":"@syncfusion/ej2-pivotview","version":"21.2.8","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@21.2.8","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7c6e87d13f5dabfa17a3f0fa0d46df5827e7d03c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-21.2.8.tgz","fileCount":331,"integrity":"sha512-RmxfsldtIp0TjJ45l5rlqNeLQ3sPlv4C1hiLCUjNudvmf4p1d3JatJ3rcM5mGsHjDQbaATEMLp2ETf0C7L4quw==","signatures":[{"sig":"MEYCIQC1T8ueCZfoGMVe4/pp6oXssUp6dfNy5xp62uA0NPV1QwIhAOx+dALXr+JAbEGPsmxKGCnQNmpnnRgD0WhfhgBVbD0K","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37178956},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"ab177dbdc1c636479e5ec3988fe13d222fd8a615","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-21.2.6.tgz","_integrity":"sha512-umXvzX6AEKG0CodoQG3xYwor2kWPdY2EegS/lFqnmjQImi84jnlb/asZmhQP4zfX2I748nnm1E5RvPhvSy+yxQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~21.2.6","@syncfusion/ej2-charts":"~21.2.8","@syncfusion/ej2-inputs":"~21.2.8","@syncfusion/ej2-popups":"~21.2.4","@syncfusion/ej2-buttons":"~21.2.6","@syncfusion/ej2-svg-base":"~21.2.3","@syncfusion/ej2-calendars":"~21.2.8","@syncfusion/ej2-dropdowns":"~21.2.8","@syncfusion/ej2-file-utils":"~21.2.3","@syncfusion/ej2-pdf-export":"~21.2.8","@syncfusion/ej2-compression":"~21.2.3","@syncfusion/ej2-navigations":"~21.2.8","@syncfusion/ej2-excel-export":"~21.2.8","@syncfusion/ej2-splitbuttons":"~21.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_21.2.8_1685447815074_0.5626906286671518","host":"s3://npm-registry-packages"}},"21.2.9":{"name":"@syncfusion/ej2-pivotview","version":"21.2.9","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@21.2.9","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"40bcab6fdde792354c275ebadb6c7e40c6f18b57","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-21.2.9.tgz","fileCount":331,"integrity":"sha512-uekXgERMyicSqHKrNFZk0N3HqEKzoWJ3sLP4bJTKyYVVoZMz5h3hVzdoR/4R0zQoPZoHiAHF3dlxsD4Bca0g2g==","signatures":[{"sig":"MEUCIFG+LtkBU1NxkQRFYzt92hcpG5gGfRSHRybnf4GUag/RAiEA784MGwMGmr4RCfLPpLg1BuRANFGDh5iW6pZmM0HGZRo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37179081},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"68e2831ef1e45097eeaa2af8d05f664d71ba87a5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-21.2.8.tgz","_integrity":"sha512-bgxLuJNDmqxVk12bHLYBa+pM40mbrA3eEM+Du/UuIGIXivmPDIArSTLUdU+qP+rV8yByxCzavUWfeb8RHGAVxg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~21.2.9","@syncfusion/ej2-charts":"~21.2.9","@syncfusion/ej2-inputs":"~21.2.9","@syncfusion/ej2-popups":"~21.2.4","@syncfusion/ej2-buttons":"~21.2.6","@syncfusion/ej2-svg-base":"~21.2.3","@syncfusion/ej2-calendars":"~21.2.9","@syncfusion/ej2-dropdowns":"~21.2.8","@syncfusion/ej2-file-utils":"~21.2.3","@syncfusion/ej2-pdf-export":"~21.2.8","@syncfusion/ej2-compression":"~21.2.3","@syncfusion/ej2-navigations":"~21.2.9","@syncfusion/ej2-excel-export":"~21.2.8","@syncfusion/ej2-splitbuttons":"~21.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_21.2.9_1686058057729_0.20021671878758895","host":"s3://npm-registry-packages"}},"21.2.10":{"name":"@syncfusion/ej2-pivotview","version":"21.2.10","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@21.2.10","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9a0569f48b8120e3f24d0c8cccdf217471d85a04","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-21.2.10.tgz","fileCount":331,"integrity":"sha512-32lI1fJ1XwWpz5DUzC0KRvM71XqC5B7h8x3GPadH8dPl0qZSJDeWmR3RbyKGtIpyCWkIv/7TGs95LNsHgqNrSA==","signatures":[{"sig":"MEYCIQDa0i4FdajsA8wIsS4g8TFEwfrnq05FnnGy9bFln34xLQIhALKzrQqDb9rCYYr3DWq3I5N8J8bMW4GKIO6F7HHh327L","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37179242},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"f0cd34e65cab75504957c774b00562dfe8975987","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-21.2.9.tgz","_integrity":"sha512-07FTZ2J62cIlfQXavoat8/hqEf5o2TcHbvIycD6IgNlZdBZAVzMnnsAN2teUPwfBITl+d9qr2xsoHs5LgmGHgA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.10","@syncfusion/ej2-lists":"~21.2.9","@syncfusion/ej2-charts":"~21.2.10","@syncfusion/ej2-inputs":"~21.2.9","@syncfusion/ej2-popups":"~21.2.10","@syncfusion/ej2-buttons":"~21.2.10","@syncfusion/ej2-svg-base":"~21.2.3","@syncfusion/ej2-calendars":"~21.2.10","@syncfusion/ej2-dropdowns":"~21.2.10","@syncfusion/ej2-file-utils":"~21.2.3","@syncfusion/ej2-pdf-export":"~21.2.10","@syncfusion/ej2-compression":"~21.2.3","@syncfusion/ej2-navigations":"~21.2.9","@syncfusion/ej2-excel-export":"~21.2.8","@syncfusion/ej2-splitbuttons":"~21.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_21.2.10_1686655659760_0.19370692197140027","host":"s3://npm-registry-packages"}},"22.1.34":{"name":"@syncfusion/ej2-pivotview","version":"22.1.34","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@22.1.34","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6290d19ec0738d5ec325313f8cd65b2944c842cf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.1.34.tgz","fileCount":350,"integrity":"sha512-CdrKtvxCaSGJcXoue5PukuAqTgHhsnEVwA0uoAYkbiz/eKzpSETUFksnv5FLu2B0lW/6C01AssX6X4FxZ+j7dA==","signatures":[{"sig":"MEUCIQCTqB6ntAa8MkeCMcfPiu+1GZIpzG3cWOjbPb2rzBWSqwIgZ10vwdZf/wiSmuYyz5uESrAc/U/DnhyqpmddCnyQ4P0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38923170},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"ac5317423c2f950234c0965bcf08e6503f2e52b9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.13.7.tgz","_integrity":"sha512-F5nQY+z8mk1dHidMgOBd8HeHRqJkCrtS1l7PmZjyiTwZjfS4F63cyeH7CCy1p0uw64P3f+q/45qrP8TNpuZJyQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~22.1.34","@syncfusion/ej2-charts":"~22.1.34","@syncfusion/ej2-inputs":"~22.1.34","@syncfusion/ej2-popups":"~22.1.34","@syncfusion/ej2-buttons":"~22.1.34","@syncfusion/ej2-svg-base":"~22.1.34","@syncfusion/ej2-calendars":"~22.1.34","@syncfusion/ej2-dropdowns":"~22.1.34","@syncfusion/ej2-file-utils":"~22.1.34","@syncfusion/ej2-pdf-export":"~22.1.34","@syncfusion/ej2-compression":"~22.1.34","@syncfusion/ej2-navigations":"~22.1.34","@syncfusion/ej2-excel-export":"~22.1.34","@syncfusion/ej2-splitbuttons":"~22.1.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_22.1.34_1687348646311_0.8968465452334831","host":"s3://npm-registry-packages"}},"21.1.36":{"name":"@syncfusion/ej2-pivotview","version":"21.1.36","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@21.1.36","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"dda8e7dff622b8ea6399ed49d9c049782563aa20","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-21.1.36.tgz","fileCount":350,"integrity":"sha512-F+yKO0bTKRMmg526LIXS00BHtxc4FybmjTStlYRn5jhVKOF47cRnzERISRz9pxRFkhogVluNONFTrVOv4i1Qhw==","signatures":[{"sig":"MEUCIE+QXnEiPbdFzs5CX259fPqHvB+4jo5cpWqgvRYa7meMAiEAgJvO1uHQnk+teXAoBN9kd0QoY3hqdUBA4WhCdrUMAls=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38946265},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"359d40ef9e8f1715ab79c6d614e5f7fd748e6e69","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.1.34.tgz","_integrity":"sha512-4/iDDY2qSmnT32voJan3hURHTjLHDof2tWvvXMTedMT5PtWirokaLa4Zb2IwGpHMb4qBwXX1zqMvFj9D0N64kw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~22.1.34","@syncfusion/ej2-charts":"~21.1.36","@syncfusion/ej2-inputs":"~22.1.34","@syncfusion/ej2-popups":"~21.1.36","@syncfusion/ej2-buttons":"~21.1.36","@syncfusion/ej2-svg-base":"~22.1.34","@syncfusion/ej2-calendars":"~21.1.36","@syncfusion/ej2-dropdowns":"~21.1.36","@syncfusion/ej2-file-utils":"~22.1.34","@syncfusion/ej2-pdf-export":"~22.1.34","@syncfusion/ej2-compression":"~22.1.34","@syncfusion/ej2-navigations":"~21.1.36","@syncfusion/ej2-excel-export":"~22.1.34","@syncfusion/ej2-splitbuttons":"~22.1.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_21.1.36_1687953155719_0.8790024306324962","host":"s3://npm-registry-packages"}},"21.1.42":{"name":"@syncfusion/ej2-pivotview","version":"21.1.42","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@21.1.42","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f106c9c93f11b606cbe34b83a17b03c4358535cc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-21.1.42.tgz","fileCount":331,"integrity":"sha512-FRCmfQbfLzQ/svtOcnvd1myoMZnn77xGKHM61bty93Sd/yduwYKpK+HR4S1VNmFZARgFJYxwoUlQFQgampBAEA==","signatures":[{"sig":"MEYCIQCDC2rI4iAWhoZbOFCOnlrMI+YaaJODdVBvZbdPKuBdewIhAJ82bjx0hatCMubO/AcsXZId+L/pL9PgpnSYXUzhctsM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37097579},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@21.1.41","_spec":"@syncfusion/ej2-pivotview@21.1.41","_where":"E:\\june\\remove","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"dd9830dbb0b232e9a3f8d3db8cb41cadfc0e1b90","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-pivotview/-/ej2-pivotview-21.1.41.tgz","_integrity":"sha512-zipmAPt627WLMvJS0RZRK9XBnGMsXbuVbLI8cwbTtjV8gOEG0jHUnW/S3ChPFLPdXai3s1hoHAGc9Wmq15TZGQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@21.1.41","name":"@syncfusion/ej2-pivotview","type":"version","scope":"@syncfusion","rawSpec":"21.1.41","registry":true,"saveSpec":null,"fetchSpec":"21.1.41","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.9.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~21.1.41","@syncfusion/ej2-charts":"~21.1.41","@syncfusion/ej2-inputs":"~21.1.39","@syncfusion/ej2-popups":"~21.1.41","@syncfusion/ej2-buttons":"~21.1.37","@syncfusion/ej2-svg-base":"~21.1.38","@syncfusion/ej2-calendars":"~21.1.41","@syncfusion/ej2-dropdowns":"~21.1.41","@syncfusion/ej2-file-utils":"~21.1.37","@syncfusion/ej2-pdf-export":"~21.1.37","@syncfusion/ej2-compression":"~21.1.37","@syncfusion/ej2-navigations":"~21.1.39","@syncfusion/ej2-excel-export":"~21.1.37","@syncfusion/ej2-splitbuttons":"~21.1.41"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_21.1.42_1687964078667_0.40929768543240264","host":"s3://npm-registry-packages"}},"22.1.36":{"name":"@syncfusion/ej2-pivotview","version":"22.1.36","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@22.1.36","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"37e8cb62f9ce5d5dd40840fb242cfdb0f6c1da39","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.1.36.tgz","fileCount":350,"integrity":"sha512-Q7OLvBVybMkaJhdts+imXWhCF3km3GK1BeGC0+/U4TL782Dz6FNrJIt+nKplxNbVbHGjJq3glS4NRSjxvvI8zQ==","signatures":[{"sig":"MEYCIQDinGXE+5n2ef3hAr0at+syKB2bS5cmy8PCNa+nqnwFJwIhAIQ106ZB31m3DnTUeJCBFYL5koB0CEb8x9mkNwgQIiH+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38946290},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"a4a6f3bc1614fccf27fed41f80abd0e093084863","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-21.1.36.tgz","_integrity":"sha512-5Z5v6N9rfjrgB0V9PEq6WuKKbaGoEiElMUW0XePXfx/4num2eNAOVp0lnelxf4we3qzU34c/DZ7t/xUmtIDifw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~22.1.34","@syncfusion/ej2-charts":"~22.1.36","@syncfusion/ej2-inputs":"~22.1.34","@syncfusion/ej2-popups":"~22.1.36","@syncfusion/ej2-buttons":"~21.1.36","@syncfusion/ej2-svg-base":"~22.1.34","@syncfusion/ej2-calendars":"~22.1.36","@syncfusion/ej2-dropdowns":"~22.1.36","@syncfusion/ej2-file-utils":"~22.1.34","@syncfusion/ej2-pdf-export":"~22.1.34","@syncfusion/ej2-compression":"~22.1.34","@syncfusion/ej2-navigations":"~22.1.36","@syncfusion/ej2-excel-export":"~22.1.34","@syncfusion/ej2-splitbuttons":"~22.1.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_22.1.36_1687967303829_0.37213782429406095","host":"s3://npm-registry-packages"}},"22.1.38":{"name":"@syncfusion/ej2-pivotview","version":"22.1.38","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@22.1.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f31e218c77eb1fc2202ef767e467a6a1136d683f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.1.38.tgz","fileCount":349,"integrity":"sha512-eGMxr90XPkXsxMukocxMceX73Ir0WbeoK+Lika/83RdB3o5UdeBWEfRporwWgk2fTqCDpdG+y5r6Mo6tH9lsrw==","signatures":[{"sig":"MEQCIEjUDDw4elKmGpiyslalCvda0RNrA+yjlYo0/QrVRNa3AiAuG3FTAF9i6QBZbCPgDEV5bp65DHXJ6A2v+wX9blO1bw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38944542},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"bf4d26be47a6a20cf6feb4c78e7ee0d5d8dc2de6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.1.36.tgz","_integrity":"sha512-AOdUufvsPDGMP0PWUGoRsEY2imTe8ucP8xEf4thExjb9e669vSg1QHgZuebT7E76P9+4N1hWuKRSlT/eCCoWsg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~22.1.34","@syncfusion/ej2-charts":"~22.1.38","@syncfusion/ej2-inputs":"~22.1.38","@syncfusion/ej2-popups":"~22.1.38","@syncfusion/ej2-buttons":"~22.1.38","@syncfusion/ej2-svg-base":"~22.1.34","@syncfusion/ej2-calendars":"~22.1.38","@syncfusion/ej2-dropdowns":"~22.1.38","@syncfusion/ej2-file-utils":"~22.1.34","@syncfusion/ej2-pdf-export":"~22.1.37","@syncfusion/ej2-compression":"~22.1.34","@syncfusion/ej2-navigations":"~22.1.38","@syncfusion/ej2-excel-export":"~22.1.34","@syncfusion/ej2-splitbuttons":"~22.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_22.1.38_1689081526219_0.2610267777071029","host":"s3://npm-registry-packages"}},"22.1.39":{"name":"@syncfusion/ej2-pivotview","version":"22.1.39","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@22.1.39","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5c84ae661869352bc2d08205db973c6f32acd8b1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.1.39.tgz","fileCount":350,"integrity":"sha512-sSjpc7PcYp4ryRWWvhBzZigs9YxI3sPRK/1QhhVgOROOHwdFh6emFi3w41TS8M0CQFNRMkK4wRbjkSMN7Izwdw==","signatures":[{"sig":"MEUCIBc6HwdCksdyq5AIFigjROzS5Rp4J68/0vfZIC5wG3RNAiEAxjG36znqlY7FV9m+NT7D2V9IM1sLBV35k5H6vJCjn+s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38950632},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"0f6fd47e49bd52e2d91339e88447631759b433c1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.1.36.tgz","_integrity":"sha512-hacAALUK+0gDRplEaCia9cJo0uCsneQnM45M4YlvjtUfyWAkWLuuj7JyejxJRq+7cqgp1CXKLYbFPvXqJohCGQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~22.1.34","@syncfusion/ej2-charts":"~22.1.39","@syncfusion/ej2-inputs":"~22.1.39","@syncfusion/ej2-popups":"~22.1.38","@syncfusion/ej2-buttons":"~22.1.39","@syncfusion/ej2-svg-base":"~22.1.39","@syncfusion/ej2-calendars":"~22.1.38","@syncfusion/ej2-dropdowns":"~22.1.39","@syncfusion/ej2-file-utils":"~22.1.34","@syncfusion/ej2-pdf-export":"~22.1.39","@syncfusion/ej2-compression":"~22.1.34","@syncfusion/ej2-navigations":"~22.1.39","@syncfusion/ej2-excel-export":"~22.1.34","@syncfusion/ej2-splitbuttons":"~22.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_22.1.39_1689683362246_0.2593912533710221","host":"s3://npm-registry-packages"}},"22.2.5":{"name":"@syncfusion/ej2-pivotview","version":"22.2.5","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@22.2.5","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"afb0ba5e9bcc8fd1376e62f110665d22c37a3d67","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.2.5.tgz","fileCount":349,"integrity":"sha512-ypSX3em1YYGyo3jVYtXwzfWXszUoYgvBanPIA3V2s03zo07JwVsDD5Mr0P7UxyzhxmXL5/zT61n82JgUIzD1pw==","signatures":[{"sig":"MEUCIHm4OoI1Uxui0WkEZCbWAehOfG/gxiXntW6jRT+GjrpWAiEA9r6kb7WLUbk6aiU/4XKbKjKYr6XqZzXO/Z/7WOAZ5SY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39009079},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"571b38bc05fd321eaf8c5a6bcf11faec840d5963","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.1.39.tgz","_integrity":"sha512-36T+MRktA9q3DQnZYHekLZ/Q+xuSB0PJ49uWBxuozmeN2o/VfKmFPE4Ar0oHQtpqOx+iRAi8ICzdVxrhSqFjBA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~22.2.5","@syncfusion/ej2-charts":"~22.2.5","@syncfusion/ej2-inputs":"~22.2.5","@syncfusion/ej2-popups":"~22.2.5","@syncfusion/ej2-buttons":"~22.2.5","@syncfusion/ej2-svg-base":"~22.2.5","@syncfusion/ej2-calendars":"~22.2.5","@syncfusion/ej2-dropdowns":"~22.2.5","@syncfusion/ej2-file-utils":"~22.2.5","@syncfusion/ej2-pdf-export":"~22.2.5","@syncfusion/ej2-compression":"~22.2.5","@syncfusion/ej2-navigations":"~22.2.5","@syncfusion/ej2-excel-export":"~22.2.5","@syncfusion/ej2-splitbuttons":"~22.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_22.2.5_1690469078529_0.9939550355005717","host":"s3://npm-registry-packages"}},"22.2.7":{"name":"@syncfusion/ej2-pivotview","version":"22.2.7","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@22.2.7","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"29efd375a3e1e59f2544d0ce7afb60925c378f3d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.2.7.tgz","fileCount":349,"integrity":"sha512-sdRnvUWFcTD3hOQE29bkdEqlErG/XxfWmXcvLA6l9rw2eu5iPdBCGQT810JPgYx436pzRccBT5vLIM7/Qy5yQg==","signatures":[{"sig":"MEUCIQD4pKxZaY/LPx27jT+Ow9pGjD5qJm9VEbp5jTckAHYpSwIgKiwL3TgJwT2RnFBfMyyS/RwVUAGvyqYBy0JKmZwcPYo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39016050},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"ba59e2f87ca65d907ebf05374a3d19d01b382f02","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.2.5.tgz","_integrity":"sha512-1+HB7RleroNqu2dfh8wAlSjsFK9QEnVoOHlDYAx54Y47Ulrp0FEjFknU2Gm/typPulk3ic0k0JPNZkH25HoSWQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~22.2.5","@syncfusion/ej2-charts":"~22.2.7","@syncfusion/ej2-inputs":"~22.2.7","@syncfusion/ej2-popups":"~22.2.7","@syncfusion/ej2-buttons":"~22.2.5","@syncfusion/ej2-svg-base":"~22.2.5","@syncfusion/ej2-calendars":"~22.2.5","@syncfusion/ej2-dropdowns":"~22.2.5","@syncfusion/ej2-file-utils":"~22.2.5","@syncfusion/ej2-pdf-export":"~22.2.5","@syncfusion/ej2-compression":"~22.2.5","@syncfusion/ej2-navigations":"~22.2.7","@syncfusion/ej2-excel-export":"~22.2.5","@syncfusion/ej2-splitbuttons":"~22.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_22.2.7_1690979519780_0.050987245829008376","host":"s3://npm-registry-packages"}},"22.2.8":{"name":"@syncfusion/ej2-pivotview","version":"22.2.8","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@22.2.8","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0f8ac8768f6e67a976470898829c2a8754beea08","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.2.8.tgz","fileCount":349,"integrity":"sha512-80IFrR06VsmAiy+jVokZgsdzyv9vpjGzUpXOhND0kNyV8hqpMTxzA0eib31R6zgVGobW1rpFZE/sWphUmbpYEQ==","signatures":[{"sig":"MEQCIE62okVJzfqkEzLnJaBr1L9oi0lMMfpZTNfCltM3g+xhAiB0k6gDBKarsHBOqc6XTeQ5SevmxJY9wPwazLLfCqfjNQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39018964},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"0d5eab5f26262a9c5c5ee045bae48ea2ed1cc240","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.2.7.tgz","_integrity":"sha512-v3Ub1V2wM3u2KcO0RxCilC3bADrc1ZKcRrKZrVkmrkji4aZUIKXgg9EO24P/KXV4IxkB+Clw4cPXoCaZ8+byVw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.8","@syncfusion/ej2-lists":"~22.2.8","@syncfusion/ej2-charts":"~22.2.8","@syncfusion/ej2-inputs":"~22.2.7","@syncfusion/ej2-popups":"~22.2.7","@syncfusion/ej2-buttons":"~22.2.8","@syncfusion/ej2-svg-base":"~22.2.8","@syncfusion/ej2-calendars":"~22.2.8","@syncfusion/ej2-dropdowns":"~22.2.8","@syncfusion/ej2-file-utils":"~22.2.5","@syncfusion/ej2-pdf-export":"~22.2.5","@syncfusion/ej2-compression":"~22.2.5","@syncfusion/ej2-navigations":"~22.2.8","@syncfusion/ej2-excel-export":"~22.2.5","@syncfusion/ej2-splitbuttons":"~22.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_22.2.8_1691496765613_0.07006820337000685","host":"s3://npm-registry-packages"}},"22.2.9":{"name":"@syncfusion/ej2-pivotview","version":"22.2.9","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@22.2.9","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3da30b51baa16d3cf75635d3004d49fe57a79596","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.2.9.tgz","fileCount":350,"integrity":"sha512-UFLOzihBKLUvJNqyyzfZlhmvB8vbd4xcQ0cXNIWrFvumd/87QBVGY2FU4eH84sBkhF5w09wj9EFKW2owO/QV5Q==","signatures":[{"sig":"MEUCIQCYJ2leYm01uLuM+lTmGABaHIjpkdjrHkvctONAHqmc7AIgFsU1e/wgVlH1hC0QG9XoVlDuDPNfY6O4+O5YgWe5PRY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39023898},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"12e69e4e67007d95a3fca49b9353fd982e07d63e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.2.8.tgz","_integrity":"sha512-lRYqv746TX8RsprVTSpiZt1coeI3zeOpv02RgJY4+uPgLUzyI+MkAuDRqoVzm5Bz//u4qP6Pee+Dj5Ws3r9uYQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~22.2.9","@syncfusion/ej2-charts":"~22.2.9","@syncfusion/ej2-inputs":"~22.2.9","@syncfusion/ej2-popups":"~22.2.9","@syncfusion/ej2-buttons":"~22.2.9","@syncfusion/ej2-svg-base":"~22.2.8","@syncfusion/ej2-calendars":"~22.2.9","@syncfusion/ej2-dropdowns":"~22.2.9","@syncfusion/ej2-file-utils":"~22.2.5","@syncfusion/ej2-pdf-export":"~22.2.5","@syncfusion/ej2-compression":"~22.2.5","@syncfusion/ej2-navigations":"~22.2.8","@syncfusion/ej2-excel-export":"~22.2.5","@syncfusion/ej2-splitbuttons":"~22.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_22.2.9_1692102435358_0.8769691874607737","host":"s3://npm-registry-packages"}},"22.2.10":{"name":"@syncfusion/ej2-pivotview","version":"22.2.10","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@22.2.10","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"16fbdbbdf6afc58f7ac119a6206ecee310eadb0b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.2.10.tgz","fileCount":350,"integrity":"sha512-cNMbrLritSMYtx8fkTXdB7tX+l4klG4BSDwKDUCGCovbw6Nk6I6lLKbW72Ew6kpjkCpMqOGpJ/MkfvIB5mBZHA==","signatures":[{"sig":"MEUCIEPWmBXx2vyjAeK6PsWbJ0ELP/TnE/ggOTClG73LdD4iAiEA2KIPZxtdbx0LroUcFCVFKGLFlSNUjxrHok1UNHiGRZ4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39024035},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"7abeb9ae8c8a4059181ff3391f7b8c9dcba93402","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.2.9.tgz","_integrity":"sha512-sg4xA+iyl5vuN1xBba12oB1akADEi5S4BypVmQ7e2H3jmFNP+O9Oykg7lhe+qVSfZ20LXu7xXumBRBkQsm+ICQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.10","@syncfusion/ej2-data":"~22.2.5","@syncfusion/ej2-grids":"~22.2.10","@syncfusion/ej2-lists":"~22.2.9","@syncfusion/ej2-charts":"~22.2.10","@syncfusion/ej2-inputs":"~22.2.9","@syncfusion/ej2-popups":"~22.2.9","@syncfusion/ej2-buttons":"~22.2.9","@syncfusion/ej2-svg-base":"~22.2.8","@syncfusion/ej2-calendars":"~22.2.10","@syncfusion/ej2-dropdowns":"~22.2.10","@syncfusion/ej2-file-utils":"~22.2.5","@syncfusion/ej2-pdf-export":"~22.2.5","@syncfusion/ej2-compression":"~22.2.5","@syncfusion/ej2-navigations":"~22.2.8","@syncfusion/ej2-excel-export":"~22.2.5","@syncfusion/ej2-splitbuttons":"~22.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_22.2.10_1692727324721_0.4691551546017072","host":"s3://npm-registry-packages"}},"22.2.11":{"name":"@syncfusion/ej2-pivotview","version":"22.2.11","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@22.2.11","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ac3a57bb4b6ed47159001c9a8e4e7b867da9b17f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.2.11.tgz","fileCount":350,"integrity":"sha512-e2Mn+g09Q8Rz07jL8v3Esqza2mbypGziyr/FkRb71MYtyGTvgLtFIA2Ggn870qn4ccy4MGVAqQ/c3nswOzXQ1A==","signatures":[{"sig":"MEQCIDTR8Wf6nWZQ8a5CDdz1OHonJXTmZQgh5dXwWYyouKrUAiAtR9cCNAKhioCHngBwOnmzMeF4C/ONhtcXbaEXM3Hchw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39024077},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"951ff62fc6e0c970f2429afc1efa798fcc521a2f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.2.10.tgz","_integrity":"sha512-z4PDyweLUdfDpYOZ21w4zC6eS7AA769qN9XQxGzE57Nn0f3xqmpxIb+R/WZH5Jlqux3oXW215sGhnBGbYNz1Wg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.10","@syncfusion/ej2-data":"~22.2.5","@syncfusion/ej2-grids":"~22.2.11","@syncfusion/ej2-lists":"~22.2.11","@syncfusion/ej2-charts":"~22.2.11","@syncfusion/ej2-inputs":"~22.2.9","@syncfusion/ej2-popups":"~22.2.11","@syncfusion/ej2-buttons":"~22.2.9","@syncfusion/ej2-svg-base":"~22.2.8","@syncfusion/ej2-calendars":"~22.2.11","@syncfusion/ej2-dropdowns":"~22.2.11","@syncfusion/ej2-file-utils":"~22.2.5","@syncfusion/ej2-pdf-export":"~22.2.5","@syncfusion/ej2-compression":"~22.2.5","@syncfusion/ej2-navigations":"~22.2.11","@syncfusion/ej2-excel-export":"~22.2.5","@syncfusion/ej2-splitbuttons":"~22.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_22.2.11_1693272043831_0.38819633311116486","host":"s3://npm-registry-packages"}},"22.2.12":{"name":"@syncfusion/ej2-pivotview","version":"22.2.12","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@22.2.12","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"01070f9d24b267c40f93eb34d05af612cad72f24","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.2.12.tgz","fileCount":350,"integrity":"sha512-73fQvR/2hcf9CsaqzutPCXB1zwlw9JC9UoPxmgaUs7RxsJKKFIXP+CTgAufm25vOQixTP8ady+xxKpy8fDZADw==","signatures":[{"sig":"MEQCICkHTobc1cL+Qr+FLlLSbvQNJs22ebNkzT+JxFK7XfP0AiBgXstEJ0Yvn9iSN5nVaMyPaGGF1n/OKVmL4bmiwT0bIg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39030086},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"bd2dccd62cd2e635ca20c2fe39f3df42ef0923a0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.2.11.tgz","_integrity":"sha512-J8wj8TQe+e1tnA3vMArg+zl51bmyqMuiUoWJvvyQDqEoOpNgFLAL1jRoeM32eCZ3CYCpVMr9/6iq/w9dtlZ5/A==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.12","@syncfusion/ej2-data":"~22.2.5","@syncfusion/ej2-grids":"~22.2.12","@syncfusion/ej2-lists":"~22.2.11","@syncfusion/ej2-charts":"~22.2.12","@syncfusion/ej2-inputs":"~22.2.12","@syncfusion/ej2-popups":"~22.2.11","@syncfusion/ej2-buttons":"~22.2.9","@syncfusion/ej2-svg-base":"~22.2.8","@syncfusion/ej2-calendars":"~22.2.12","@syncfusion/ej2-dropdowns":"~22.2.12","@syncfusion/ej2-file-utils":"~22.2.5","@syncfusion/ej2-pdf-export":"~22.2.5","@syncfusion/ej2-compression":"~22.2.5","@syncfusion/ej2-navigations":"~22.2.11","@syncfusion/ej2-excel-export":"~22.2.5","@syncfusion/ej2-splitbuttons":"~22.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_22.2.12_1693910420678_0.14487993581305814","host":"s3://npm-registry-packages"}},"23.1.36":{"name":"@syncfusion/ej2-pivotview","version":"23.1.36","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@23.1.36","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6552de26299d0a5502f0401bece07eb2c4fc3de8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-23.1.36.tgz","fileCount":349,"integrity":"sha512-/rMaZMdIq/LVpfVv1f0NkcqROKP8QUDXtZJi62BUdJVqgoNakpMoAK5T+SaewZpbllrjVhJ/0UbD1Fgt4H2YCg==","signatures":[{"sig":"MEQCIGNNQS2WEuLKRbIh4t1OwyFxEdpCIlz/IPI95Wt/r8yFAiBgYlQ3wKhpbcXUR/HBH3Po+j80zzGb9SsiAZ2J0EzLLA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39301429},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"c0c919fe071f4bc6351d36ab3f2af2fc0b7f7fd9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.16.4.tgz","_integrity":"sha512-qFs10qhzm3jYSvuX6tWDhLtvs40AJkAl7084oMgtAx6zYi3RYb6lzytyo0MBf1p4hNhPksveIfiriolMzgxogg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~23.1.36","@syncfusion/ej2-charts":"~23.1.36","@syncfusion/ej2-inputs":"~23.1.36","@syncfusion/ej2-popups":"~23.1.36","@syncfusion/ej2-buttons":"~23.1.36","@syncfusion/ej2-svg-base":"~23.1.36","@syncfusion/ej2-calendars":"~23.1.36","@syncfusion/ej2-dropdowns":"~23.1.36","@syncfusion/ej2-file-utils":"~23.1.36","@syncfusion/ej2-pdf-export":"~23.1.36","@syncfusion/ej2-compression":"~23.1.36","@syncfusion/ej2-navigations":"~23.1.36","@syncfusion/ej2-excel-export":"~23.1.36","@syncfusion/ej2-splitbuttons":"~23.1.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_23.1.36_1694765163783_0.10849263763020511","host":"s3://npm-registry-packages"}},"23.1.38":{"name":"@syncfusion/ej2-pivotview","version":"23.1.38","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@23.1.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"294cbe8dc3d381b57a0952797ad34a98e596529a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-23.1.38.tgz","fileCount":350,"integrity":"sha512-bDDzYvmR51WVP2OS+9U3zJzgpSNA4dEMQp/XZEwmaWdKVyN9ubEWvTppSgEjzH/zTK9C4cIH2dnG5xSYWpClzQ==","signatures":[{"sig":"MEYCIQCI41JZyAG+taey7kGB32zF0Em1yDBZeq1djH85UCDUAgIhAOLsgWfXt9E9ox4+R2Zr1hn92MRE12dXRY7wIO1992em","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39327340},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"c6683f16d860e5602feb37f39475e182c5dd3c38","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-23.1.36.tgz","_integrity":"sha512-N6QaQ+ibKXQCSdVnUUXxozjajQNhBlZ/wwfjKcr7qAoTo9cw5CRSmXhlOXcIPdUb9j74Hd4rx3tz9DTcQ3IqVA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.38","@syncfusion/ej2-lists":"~23.1.36","@syncfusion/ej2-charts":"~23.1.38","@syncfusion/ej2-inputs":"~23.1.38","@syncfusion/ej2-popups":"~23.1.38","@syncfusion/ej2-buttons":"~23.1.36","@syncfusion/ej2-svg-base":"~23.1.36","@syncfusion/ej2-calendars":"~23.1.38","@syncfusion/ej2-dropdowns":"~23.1.38","@syncfusion/ej2-file-utils":"~23.1.36","@syncfusion/ej2-pdf-export":"~23.1.36","@syncfusion/ej2-compression":"~23.1.36","@syncfusion/ej2-navigations":"~23.1.36","@syncfusion/ej2-excel-export":"~23.1.36","@syncfusion/ej2-splitbuttons":"~23.1.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_23.1.38_1695729039898_0.7527459840390001","host":"s3://npm-registry-packages"}},"23.1.41":{"name":"@syncfusion/ej2-pivotview","version":"23.1.41","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@23.1.41","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a7f2979770b7af04dc3b90c910d5bc91254e8a3a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-23.1.41.tgz","fileCount":350,"integrity":"sha512-ElaVfuD4LFSoIk41TA/36fJbOcbLpazn8RuHq1SCqQYU5J8W4zRIWpIvZVnE7892cV2oqwqOHqm6wzKzCFvR/A==","signatures":[{"sig":"MEUCIEbYb7WMtvOTBIbBF5uO19tURUA2lZzO2Y7DWlXbZtP1AiEAufvwxMvl1b7K16jhXn5f37aXx+cKx6l2lG4ugBQZcO4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39337922},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"89940b8842db7332c684384a7f5778f8a71309e8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-23.1.38.tgz","_integrity":"sha512-NDnKD9NPQPz44Q9KxZ3P8MSycEb0WlfCeyYBj2EBUBmpZZoyvjGQFbomgM8kNxShKQobYpU/TOkz+ILMkB+xgg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.1.41","@syncfusion/ej2-data":"~23.1.36","@syncfusion/ej2-grids":"~23.1.41","@syncfusion/ej2-lists":"~23.1.36","@syncfusion/ej2-charts":"~23.1.41","@syncfusion/ej2-inputs":"~23.1.40","@syncfusion/ej2-popups":"~23.1.38","@syncfusion/ej2-buttons":"~23.1.41","@syncfusion/ej2-svg-base":"~23.1.36","@syncfusion/ej2-calendars":"~23.1.41","@syncfusion/ej2-dropdowns":"~23.1.41","@syncfusion/ej2-file-utils":"~23.1.36","@syncfusion/ej2-pdf-export":"~23.1.39","@syncfusion/ej2-compression":"~23.1.36","@syncfusion/ej2-navigations":"~23.1.41","@syncfusion/ej2-excel-export":"~23.1.36","@syncfusion/ej2-splitbuttons":"~23.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_23.1.41_1697504871475_0.4774651763092581","host":"s3://npm-registry-packages"}},"23.1.44":{"name":"@syncfusion/ej2-pivotview","version":"23.1.44","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@23.1.44","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7eb98852b7a56978bcd72a355e741128bef1e29c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-23.1.44.tgz","fileCount":352,"integrity":"sha512-/9ViwEj2Pii2tHeDE0z3oSt3UeH/d/yCJ7ZT9gJyxW9zi9Nc19XbXBsjo88FPoSW2i+iZ9h8YfFwNXLeLoahUg==","signatures":[{"sig":"MEUCIEwYlO+BmULxfWnre8ieaZDP6qhC2gyz7agnnHFOpmhNAiEAkVvctR4HNxpApAS7g0DYdu05TfD3HUTIgqqzb10vm60=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39653207},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"a10e83e10c0e84421cf99123599509495beca395","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-23.1.41.tgz","_integrity":"sha512-WjA3rNKHA7nsT7dx+owAzEkKon+kF5N7jAVWwKtLwmmtd9j5jYIhH62RaUFT/jsUPxQFcHyzimv4v7wgadqsjQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.1.41","@syncfusion/ej2-data":"~23.1.44","@syncfusion/ej2-grids":"~23.1.44","@syncfusion/ej2-lists":"~23.1.43","@syncfusion/ej2-charts":"~23.1.44","@syncfusion/ej2-inputs":"~23.1.43","@syncfusion/ej2-popups":"~23.1.44","@syncfusion/ej2-buttons":"~23.1.43","@syncfusion/ej2-svg-base":"~23.1.36","@syncfusion/ej2-calendars":"~23.1.41","@syncfusion/ej2-dropdowns":"~23.1.44","@syncfusion/ej2-file-utils":"~23.1.36","@syncfusion/ej2-pdf-export":"~23.1.43","@syncfusion/ej2-compression":"~23.1.36","@syncfusion/ej2-navigations":"~23.1.44","@syncfusion/ej2-excel-export":"~23.1.36","@syncfusion/ej2-splitbuttons":"~23.1.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_23.1.44_1699337483127_0.4760921098973998","host":"s3://npm-registry-packages"}},"23.2.4":{"name":"@syncfusion/ej2-pivotview","version":"23.2.4","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@23.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7a80c3efc8a73871d67a518e5698092a83efc8df","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-23.2.4.tgz","fileCount":352,"integrity":"sha512-Kbt2nQjPecKWwoUborzkTayJ36HgE2wt85U+63xDjeuBc+XYu/uFOeb/8m3d5SEcglFKOytmEjNjLfUjhqMf+g==","signatures":[{"sig":"MEUCIQCfSHWrj+hWY/J/zwlq731H+EzvkFZj9ksTbAak27GabQIgURgjnnC/ReHFpwSAN848cHq9yN897zidfcAv/JgRyS0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39779966},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"2eb9a8fc8fc13a0bf6406473e1a7733be998e681","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-23.1.44.tgz","_integrity":"sha512-4zcyXoWrsLBvCSQgNUnGHTULvTYOWr/VDlXd5gERtqRLcPVykE0j1/FmjspvkHQn0yxXlWrY+/7+01H4Lb3U+w==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~23.2.4","@syncfusion/ej2-charts":"~23.2.4","@syncfusion/ej2-inputs":"~23.2.4","@syncfusion/ej2-popups":"~23.2.4","@syncfusion/ej2-buttons":"~23.2.4","@syncfusion/ej2-svg-base":"~23.2.4","@syncfusion/ej2-calendars":"~23.2.4","@syncfusion/ej2-dropdowns":"~23.2.4","@syncfusion/ej2-file-utils":"~23.2.4","@syncfusion/ej2-pdf-export":"~23.2.4","@syncfusion/ej2-compression":"~23.2.4","@syncfusion/ej2-navigations":"~23.2.4","@syncfusion/ej2-excel-export":"~23.2.4","@syncfusion/ej2-splitbuttons":"~23.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_23.2.4_1700461328870_0.47478494257145853","host":"s3://npm-registry-packages"}},"23.2.5":{"name":"@syncfusion/ej2-pivotview","version":"23.2.5","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@23.2.5","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a14c154bd650524f72589a673fe686f3af597082","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-23.2.5.tgz","fileCount":352,"integrity":"sha512-P04kUjWPrkRfxNr7bTeY4uj3iZ1i4ZNKd7vQ+JEKFZWLzROnQbAz0sF/Zn6/he9h21/lGkOGfLmSGSChkuzlGg==","signatures":[{"sig":"MEUCIGclRE1mBMh3nj7aulrN2q8EBVR/VG+uBxmDCzYb0BHpAiEAvY9c1OAz0QrEFRFOtWsfEAFFLe9YNCbONKV73Z6BHwo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39786651},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"bde510f29f3398ec9ea67797c0c136bc1d59918d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-23.2.4.tgz","_integrity":"sha512-immmsVA288gthkGk3wokOoxu/CtzTvIv2SnEy0cdCySIdlaYh2mZJAsa2rdFG7708taRGQAkRBFJXIgWYXvrIA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~23.2.4","@syncfusion/ej2-charts":"~23.2.5","@syncfusion/ej2-inputs":"~23.2.4","@syncfusion/ej2-popups":"~23.2.4","@syncfusion/ej2-buttons":"~23.2.4","@syncfusion/ej2-svg-base":"~23.2.5","@syncfusion/ej2-calendars":"~23.2.4","@syncfusion/ej2-dropdowns":"~23.2.5","@syncfusion/ej2-file-utils":"~23.2.4","@syncfusion/ej2-pdf-export":"~23.2.4","@syncfusion/ej2-compression":"~23.2.4","@syncfusion/ej2-navigations":"~23.2.5","@syncfusion/ej2-excel-export":"~23.2.4","@syncfusion/ej2-splitbuttons":"~23.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_23.2.5_1700715197050_0.5638596319431037","host":"s3://npm-registry-packages"}},"23.2.6":{"name":"@syncfusion/ej2-pivotview","version":"23.2.6","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@23.2.6","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"72a45e6498248ba707c1dc7c23fb839c3dd2a6a2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-23.2.6.tgz","fileCount":352,"integrity":"sha512-87H0gNbzOXGGBIyVa/D48LxAWOO57bnztXyTEVV6t5/FpwSzfQTHnBo4YxqRwhvfrD1BoXLG23FwnwjKJiFQig==","signatures":[{"sig":"MEYCIQCp71bZWI11qUAhLANGu7aZi02MJXkw/U+BLDyDdNeIRQIhAKQAlrQ3t9N2Kv9T8UIxHaxD12GZK/xrYviKG/+3p0hP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39790357},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"f4d5e4ebacfab9441e9a5d6de28fdc057c039c56","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-23.2.5.tgz","_integrity":"sha512-HHwORAbGOr3Vpxq0wr5P5mAdG87O13licTEB9lGDOJF8EOu0CnlXLXk3raJ5pTRQOfjFhzCnBP1V/kjC8ZsBdw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~23.2.4","@syncfusion/ej2-charts":"~23.2.6","@syncfusion/ej2-inputs":"~23.2.4","@syncfusion/ej2-popups":"~23.2.4","@syncfusion/ej2-buttons":"~23.2.4","@syncfusion/ej2-svg-base":"~23.2.5","@syncfusion/ej2-calendars":"~23.2.6","@syncfusion/ej2-dropdowns":"~23.2.6","@syncfusion/ej2-file-utils":"~23.2.4","@syncfusion/ej2-pdf-export":"~23.2.6","@syncfusion/ej2-compression":"~23.2.4","@syncfusion/ej2-navigations":"~23.2.5","@syncfusion/ej2-excel-export":"~23.2.4","@syncfusion/ej2-splitbuttons":"~23.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_23.2.6_1701149791865_0.3856482233251539","host":"s3://npm-registry-packages"}},"24.1.41":{"name":"@syncfusion/ej2-pivotview","version":"24.1.41","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@24.1.41","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6e83de99fde1d3e6d0f8a0cb4cf850d1f95bbb1d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.1.41.tgz","fileCount":352,"integrity":"sha512-XZxUbD54ZBYrz4VTcMBffq7aaMrBy4/Dt1HKxv0T3BSB2nHcDUce2KNGOkZvSe+5ske/q8wB3G3uZo4JFLjpEQ==","signatures":[{"sig":"MEUCIAyURVCZR66Jl7tlz/iyhmCKbYpfnxskAcvkYImBiCr2AiEA8N8ZmLP0Gq8jgCtcB2IAIm+Qgb+8AkozJY+nnsPcS5k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39841215},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"e81aca7e4bdbfc1609a79b2f0de5e3c26bdf549b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.21.1.tgz","_integrity":"sha512-Qqn/ka1nTifTZZscmZhm1nPKMyogdd0mzrMPkUqAxULjgBphkYS7xm/8sp1c5W6SfVxN/eTNVAyp7xYFSX9FHw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~24.1.41","@syncfusion/ej2-charts":"~24.1.41","@syncfusion/ej2-inputs":"~24.1.41","@syncfusion/ej2-popups":"~24.1.41","@syncfusion/ej2-buttons":"~24.1.41","@syncfusion/ej2-svg-base":"~24.1.41","@syncfusion/ej2-calendars":"~24.1.41","@syncfusion/ej2-dropdowns":"~24.1.41","@syncfusion/ej2-file-utils":"~24.1.41","@syncfusion/ej2-pdf-export":"~24.1.41","@syncfusion/ej2-compression":"~24.1.41","@syncfusion/ej2-navigations":"~24.1.41","@syncfusion/ej2-excel-export":"~24.1.41","@syncfusion/ej2-splitbuttons":"~24.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_24.1.41_1702881067809_0.7649276487107433","host":"s3://npm-registry-packages"}},"24.1.43":{"name":"@syncfusion/ej2-pivotview","version":"24.1.43","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@24.1.43","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d22a69cd37425baa8efbdae50941ea1c38556cdc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.1.43.tgz","fileCount":352,"integrity":"sha512-j06dwAFIDdNvjA9u+XwF0UcEIiU6JVuFDNPMpptEsy7OM9MzKbLfBd9PwUdg8LiQ7kHeme7IsBC9roWUQPfrzQ==","signatures":[{"sig":"MEYCIQDs94xP0tfZHaq6FqbINoVabDozWeYWt3G3TkgU+bhYrgIhAJFJrlfO1dA52HqVMusspcHuWF/1Xo4EN1ae2hCO71Io","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39849304},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"c09281a4af9b52c9429c1d38285688fa27be6ca8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.1.41.tgz","_integrity":"sha512-b8j0N895l85Ad3ayieNt3IEYRzZKcwWH3IEps8zy0bARtx6ws4IKKcwkrRUeE+ICuZJ3H7tGbXNr62BfppS3kg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.43","@syncfusion/ej2-lists":"~24.1.41","@syncfusion/ej2-charts":"~24.1.43","@syncfusion/ej2-inputs":"~24.1.41","@syncfusion/ej2-popups":"~24.1.41","@syncfusion/ej2-buttons":"~24.1.41","@syncfusion/ej2-svg-base":"~24.1.41","@syncfusion/ej2-calendars":"~24.1.43","@syncfusion/ej2-dropdowns":"~24.1.43","@syncfusion/ej2-file-utils":"~24.1.41","@syncfusion/ej2-pdf-export":"~24.1.41","@syncfusion/ej2-compression":"~24.1.41","@syncfusion/ej2-navigations":"~24.1.41","@syncfusion/ej2-excel-export":"~24.1.41","@syncfusion/ej2-splitbuttons":"~24.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_24.1.43_1703658048734_0.529728431044078","host":"s3://npm-registry-packages"}},"24.1.44":{"name":"@syncfusion/ej2-pivotview","version":"24.1.44","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@24.1.44","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"33026b4ad549891c363fc0b53aefad6276169f87","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.1.44.tgz","fileCount":352,"integrity":"sha512-LbWMHunKqfRGX+tDohRgeo34vKpQLVhsuf6uDcNLb5IJ6ghw0Q8qm/Csmc8p9ivAVFkKpDmwnnIZuFMi65PHvA==","signatures":[{"sig":"MEUCIFHYo8neaiATMr+x6ZqlVBkAihItyoEwfzA83SeWXtcNAiEAzmlER0LI+BYXCRS1Yi0YtVNEO8tzAdbUkdIexmrTK4w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39852980},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"2d3eb25bf3f76bc8c991123a5869a59521401731","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.1.43.tgz","_integrity":"sha512-G3PD12XYSFnOuSuWVn94h63FTHU2ak9aPbb/XEHJuOJsHIkPRB/lGAjvsCuYv+1ZjmcL73+LuPBBB97GuPkrvw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~24.1.41","@syncfusion/ej2-charts":"~24.1.44","@syncfusion/ej2-inputs":"~24.1.41","@syncfusion/ej2-popups":"~24.1.44","@syncfusion/ej2-buttons":"~24.1.41","@syncfusion/ej2-svg-base":"~24.1.41","@syncfusion/ej2-calendars":"~24.1.44","@syncfusion/ej2-dropdowns":"~24.1.44","@syncfusion/ej2-file-utils":"~24.1.41","@syncfusion/ej2-pdf-export":"~24.1.41","@syncfusion/ej2-compression":"~24.1.41","@syncfusion/ej2-navigations":"~24.1.41","@syncfusion/ej2-excel-export":"~24.1.41","@syncfusion/ej2-splitbuttons":"~24.1.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_24.1.44_1704252789882_0.5555616223993611","host":"s3://npm-registry-packages"}},"24.1.45":{"name":"@syncfusion/ej2-pivotview","version":"24.1.45","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@24.1.45","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"bd8ef1c0ee7028bdfb64997d375e26d30f30a2e9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.1.45.tgz","fileCount":352,"integrity":"sha512-Lhp1WQ+sUgG7DNLU2CRHLYD+TjTjN+eK3duFtbGuuJytaTTAldajZkoKRrWglvPwfxLuR4Rcsi3N9PbP9F/TfA==","signatures":[{"sig":"MEUCIQCTSPNDi4gjsEx/Bu4xO17jUt67BzXj+r9rW4X8MKjd4AIgME8ZvdEOCTzSQlTu8C+7JZvzf21fKWR9xl3n+RmeJec=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39865592},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"b79bc9ee4c1485f423fb07ca39aa89de2d4ff7bb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.1.44.tgz","_integrity":"sha512-U09FlOw7vADdsKJbnwg0tANO5kyE8Y3lYie9cevZd4kkQmQt3HhrXCWIavfjZFiQSQy/i18Bod8mgVbZZO4EsA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~24.1.41","@syncfusion/ej2-charts":"~24.1.45","@syncfusion/ej2-inputs":"~24.1.45","@syncfusion/ej2-popups":"~24.1.44","@syncfusion/ej2-buttons":"~24.1.45","@syncfusion/ej2-svg-base":"~24.1.45","@syncfusion/ej2-calendars":"~24.1.44","@syncfusion/ej2-dropdowns":"~24.1.45","@syncfusion/ej2-file-utils":"~24.1.41","@syncfusion/ej2-pdf-export":"~24.1.41","@syncfusion/ej2-compression":"~24.1.41","@syncfusion/ej2-navigations":"~24.1.41","@syncfusion/ej2-excel-export":"~24.1.41","@syncfusion/ej2-splitbuttons":"~24.1.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_24.1.45_1704766719414_0.45967264076735614","host":"s3://npm-registry-packages"}},"24.1.46":{"name":"@syncfusion/ej2-pivotview","version":"24.1.46","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@24.1.46","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"606e6d0f325139359d5715a57cb405fc1c4496e5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.1.46.tgz","fileCount":352,"integrity":"sha512-ILui/35AvSsRh2B+Ajse2/nSfvXd9wdl/ajwLjjuMdgBDyjdF7E0bLCJmgWtVkmt2v7YcS64kCbvpHd78D6KkA==","signatures":[{"sig":"MEYCIQD5i+sNmd4EuujGzxbCglzB+9dHs5EHXpiDLd7TpFD5/wIhAOJQLWK7e/qJ0z+ExR7N6J+x5y6ZTeyfRx8HKcvZdE58","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39880786},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"4ebd3d3a9815d5140d5c5d5019188bc8832c3cfb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.1.45.tgz","_integrity":"sha512-bUh4lmaVEiWH6ELUa8QkXUWNw9cKtEWs7vShmiZoecxtb9CCWiMJLdb3bgakTXMQg6N+3WY0dw18cDsMnSfYjg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~24.1.46","@syncfusion/ej2-charts":"~24.1.46","@syncfusion/ej2-inputs":"~24.1.45","@syncfusion/ej2-popups":"~24.1.46","@syncfusion/ej2-buttons":"~24.1.46","@syncfusion/ej2-svg-base":"~24.1.46","@syncfusion/ej2-calendars":"~24.1.44","@syncfusion/ej2-dropdowns":"~24.1.46","@syncfusion/ej2-file-utils":"~24.1.41","@syncfusion/ej2-pdf-export":"~24.1.41","@syncfusion/ej2-compression":"~24.1.41","@syncfusion/ej2-navigations":"~24.1.46","@syncfusion/ej2-excel-export":"~24.1.41","@syncfusion/ej2-splitbuttons":"~24.1.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_24.1.46_1705457085959_0.14913214001356478","host":"s3://npm-registry-packages"}},"24.1.47":{"name":"@syncfusion/ej2-pivotview","version":"24.1.47","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@24.1.47","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"88f512e8984470314f0cfb488744d55d598bbcf0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.1.47.tgz","fileCount":352,"integrity":"sha512-GX5FMJ0KSYxUiXOesGZx7wDGBXRaOkKvDwMLmYd7GxXKAduaJ1/4+yoTGKTwV0KwLWTFjo+3jkzFamonMmTwqw==","signatures":[{"sig":"MEYCIQD1app55hKe3dEYtyzQ1H85N4njDimZUce9BD7nzVIjSwIhANLSlMOjWbeFr2Q1LUeqo+IMCeXNSVR0Lh2c4EVNHnrf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39915941},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"a185aa2125498f9e74161cc7a66d6e685987a57d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.1.46.tgz","_integrity":"sha512-gpQ59jTkJqUWU/j+TSpKtMinnVo5e6rwBn5IkoHRuPKeH5VhDTVDH/ZRpslQm7ui7uALeDBkMAsHdAe1tNwCiA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.47","@syncfusion/ej2-lists":"~24.1.46","@syncfusion/ej2-charts":"~24.1.47","@syncfusion/ej2-inputs":"~24.1.47","@syncfusion/ej2-popups":"~24.1.46","@syncfusion/ej2-buttons":"~24.1.46","@syncfusion/ej2-svg-base":"~24.1.47","@syncfusion/ej2-calendars":"~24.1.47","@syncfusion/ej2-dropdowns":"~24.1.47","@syncfusion/ej2-file-utils":"~24.1.41","@syncfusion/ej2-pdf-export":"~24.1.47","@syncfusion/ej2-compression":"~24.1.41","@syncfusion/ej2-navigations":"~24.1.46","@syncfusion/ej2-excel-export":"~24.1.41","@syncfusion/ej2-splitbuttons":"~24.1.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_24.1.47_1705976941653_0.2562376179593191","host":"s3://npm-registry-packages"}},"24.2.3":{"name":"@syncfusion/ej2-pivotview","version":"24.2.3","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@24.2.3","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"741a50f021d5e49610c8e97837cb8f588cba0545","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.2.3.tgz","fileCount":352,"integrity":"sha512-9qq/C8c9829MvZPoi9+Ijh3Lt7jHefpriuxaLWubW9MByyAduJkHwh3W5apvgZ/jiw9KC/sCak/ZQoVEKC/Uvw==","signatures":[{"sig":"MEUCIHO76/vW0uphChkmTX6dNNVP9drWD0JAJPQ38RI0LxauAiEAz8fDGRmAhT0g36c1SYlZcl7Ei0wEO6OL5/HFQwhVI0Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39918388},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"79f4d114030f2dcf528a9324136afe7a467d5c32","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.1.47.tgz","_integrity":"sha512-/QqML1u/6L14FRcauGTMF7NAoBNUlY4XcXxLHSONXBXG3hjsyeUoHziOfvsd77IFbs7b6h2R7jmjhicqVKg86A==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~24.2.3","@syncfusion/ej2-charts":"~24.2.3","@syncfusion/ej2-inputs":"~24.2.3","@syncfusion/ej2-popups":"~24.2.3","@syncfusion/ej2-buttons":"~24.2.3","@syncfusion/ej2-svg-base":"~24.2.3","@syncfusion/ej2-calendars":"~24.2.3","@syncfusion/ej2-dropdowns":"~24.2.3","@syncfusion/ej2-file-utils":"~24.2.3","@syncfusion/ej2-pdf-export":"~24.2.3","@syncfusion/ej2-compression":"~24.2.3","@syncfusion/ej2-navigations":"~24.2.3","@syncfusion/ej2-excel-export":"~24.2.3","@syncfusion/ej2-splitbuttons":"~24.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_24.2.3_1706710201923_0.1760430735000449","host":"s3://npm-registry-packages"}},"24.2.4":{"name":"@syncfusion/ej2-pivotview","version":"24.2.4","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@24.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c8e002529c8573f7859dacb7cb7f73474680de3d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.2.4.tgz","fileCount":352,"integrity":"sha512-oiR/9QNJXP02GARZFuue8Xg5d44cWYtUz+Mk4dwdcWaO4KfqGL6Hh6ZIamKZo3hioRgb3yFSxZItYG4yBgUOGQ==","signatures":[{"sig":"MEUCIDmj/bux8dwP3YdO+MCzoBCNiduxrFJA4sMeykmrRjBbAiEArhxXf0oTHq2x3MzlTkYc5xMLSz3O6mlpMgl+9Mnp5iw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39921063},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"35f9c88a4843f16754a172ef65b561280dbbe18f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.2.3.tgz","_integrity":"sha512-4QFfxptVXiT/qBgETNvmckeC4Nr7SwknqjaQlpRXMfWJWGc1POMa2W6c3h+5t0CJQp1539xTcIykJGome+oHag==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~24.2.4","@syncfusion/ej2-charts":"~24.2.4","@syncfusion/ej2-inputs":"~24.2.4","@syncfusion/ej2-popups":"~24.2.3","@syncfusion/ej2-buttons":"~24.2.3","@syncfusion/ej2-svg-base":"~24.2.3","@syncfusion/ej2-calendars":"~24.2.3","@syncfusion/ej2-dropdowns":"~24.2.4","@syncfusion/ej2-file-utils":"~24.2.3","@syncfusion/ej2-pdf-export":"~24.2.3","@syncfusion/ej2-compression":"~24.2.3","@syncfusion/ej2-navigations":"~24.2.4","@syncfusion/ej2-excel-export":"~24.2.4","@syncfusion/ej2-splitbuttons":"~24.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_24.2.4_1707195283177_0.9580229382577297","host":"s3://npm-registry-packages"}},"24.2.5":{"name":"@syncfusion/ej2-pivotview","version":"24.2.5","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@24.2.5","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"26c509266e409c49c43f0214ec1d25b17d3fff83","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.2.5.tgz","fileCount":352,"integrity":"sha512-+NiijRowoDsI335HOu4LVOaLqk80iUkmWJGq9qqzrejBTvd/S1Zumflj+iqCrrSLaBQ6OddYT7LjnCHp+Eozgw==","signatures":[{"sig":"MEYCIQCRYiQcJo3NRJ3KTN+rut3kud7BmdIdeeSbuVnlK+N1iQIhAIeKoEjDTwP2aQAqT47mYH/Xf7/HegrDHYTzgN0+WinK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39929910},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"44c73c3980de4f4db39b1e1b249ff82bcff69960","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.2.4.tgz","_integrity":"sha512-W1ZwPFo5XrzEJAw4u7ObdGJcz1rwYqycHUV6G1pT8/wboOQhcnsTDFRn2icKyBHrZhraPTkv2Q2Yps/Tr9Hp5Q==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~24.2.4","@syncfusion/ej2-charts":"~24.2.5","@syncfusion/ej2-inputs":"~24.2.5","@syncfusion/ej2-popups":"~24.2.5","@syncfusion/ej2-buttons":"~24.2.5","@syncfusion/ej2-svg-base":"~24.2.3","@syncfusion/ej2-calendars":"~24.2.5","@syncfusion/ej2-dropdowns":"~24.2.5","@syncfusion/ej2-file-utils":"~24.2.3","@syncfusion/ej2-pdf-export":"~24.2.3","@syncfusion/ej2-compression":"~24.2.3","@syncfusion/ej2-navigations":"~24.2.4","@syncfusion/ej2-excel-export":"~24.2.4","@syncfusion/ej2-splitbuttons":"~24.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_24.2.5_1707789699906_0.17041761404640754","host":"s3://npm-registry-packages"}},"24.2.8":{"name":"@syncfusion/ej2-pivotview","version":"24.2.8","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@24.2.8","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"95911f3ff22b90e49ca23b1aef75d47bd020957c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.2.8.tgz","fileCount":349,"integrity":"sha512-ssm62K2U72/as5JjT8LEa/Y7o8A9NvnYGlaiiX7zcb+FeNm3JU5wn0bh7sbUeKtVk02D2v2Bvvi4foCD5Tst2g==","signatures":[{"sig":"MEYCIQD9oNA2SEpstBWzSleugN4TQXkWI887Ih65kgaBKq2ZqgIhAPn0E+/Lz86rPCqovEPoMWbWtI5H/MPmBzCE1HPgxl7l","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40003394},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"7a86a0115c5bf2b37ebabf95ba82ce8f5c9c293e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.2.5.tgz","_integrity":"sha512-PyYlVf4R/AfS0wP1XqSF7SbZG8SY9D4KbN3kyOmM1TNY7Gl5wTnJT0rjESQC7CEPtRR/jCzS7Dk8qHAR/k4TNg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~24.2.8","@syncfusion/ej2-charts":"~24.2.8","@syncfusion/ej2-inputs":"~24.2.7","@syncfusion/ej2-popups":"~24.2.8","@syncfusion/ej2-buttons":"~24.2.7","@syncfusion/ej2-svg-base":"~24.2.3","@syncfusion/ej2-calendars":"~24.2.8","@syncfusion/ej2-dropdowns":"~24.2.8","@syncfusion/ej2-file-utils":"~24.2.3","@syncfusion/ej2-pdf-export":"~24.2.3","@syncfusion/ej2-compression":"~24.2.3","@syncfusion/ej2-navigations":"~24.2.8","@syncfusion/ej2-excel-export":"~24.2.4","@syncfusion/ej2-splitbuttons":"~24.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_24.2.8_1709016022441_0.3490001814790207","host":"s3://npm-registry-packages"}},"24.2.9":{"name":"@syncfusion/ej2-pivotview","version":"24.2.9","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@24.2.9","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"887714dbdf4ba27837bf8cba2361e89c3852f262","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.2.9.tgz","fileCount":349,"integrity":"sha512-qR7KmpU0rSZ8eauedP6PsS+PTkiw/7CKXHYxTPN+2dTTrEcUdalzwgHZHtbzWxa2uoN33JVwXVle0IX/z6DvDQ==","signatures":[{"sig":"MEUCIEqWlpOX0H9IARBy0rzV8U8BHTaA5rILraZvtNrrlHn6AiEAyC7/5P9RRovqk75quVi8o94G8B6bFZ3MYHIZdLwlZjk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40003127},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"64cf94fb60b80ba4c610289b0ec3ec64896c21f0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.2.8.tgz","_integrity":"sha512-y57mi1coaqjCGXcDEfxP5MJ5wD7/ZbOq5kEVw5gWkkUbwnSa8O5q81PFJyISMrHvJ8EZgwu4lbJleDNITvqviA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~24.2.8","@syncfusion/ej2-charts":"~24.2.9","@syncfusion/ej2-inputs":"~24.2.9","@syncfusion/ej2-popups":"~24.2.9","@syncfusion/ej2-buttons":"~24.2.7","@syncfusion/ej2-svg-base":"~24.2.3","@syncfusion/ej2-calendars":"~24.2.9","@syncfusion/ej2-dropdowns":"~24.2.9","@syncfusion/ej2-file-utils":"~24.2.3","@syncfusion/ej2-pdf-export":"~24.2.3","@syncfusion/ej2-compression":"~24.2.3","@syncfusion/ej2-navigations":"~24.2.8","@syncfusion/ej2-excel-export":"~24.2.4","@syncfusion/ej2-splitbuttons":"~24.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_24.2.9_1709629336666_0.5531563155121542","host":"s3://npm-registry-packages"}},"25.1.35":{"name":"@syncfusion/ej2-pivotview","version":"25.1.35","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@25.1.35","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a2e951c11eb6513966f42b4e1b9dfd69c1149318","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-25.1.35.tgz","fileCount":354,"integrity":"sha512-dJ5xUDVjnADp2Q9/IufA9czEd8GbtDSFE+anGzh7S7xjWIQ9dU/w/smoOvKScxRIzxnd6Vax0wEm78U4b3858Q==","signatures":[{"sig":"MEUCIQC8ndtzsrqMc/vfSXHZhZNm8ohjVqSt7SFVPdgeENYQMgIgCpbnSdLJbHjqMQhiYjQJs2R481W46ISphUVO0qT1iCY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40360223},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"69557214be0e5ec393385fb2f47ecf3d3a3a356a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.1.43.tgz","_integrity":"sha512-p7LYNPWjDIqg8XMsHnB3Bgdyp+zav+sifZQ2tnBDd2OIzrhNLLF2qIEsRZQE+wzyjEGq2IexquDWUhdHe4hQtA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~25.1.35","@syncfusion/ej2-charts":"~25.1.35","@syncfusion/ej2-inputs":"~25.1.35","@syncfusion/ej2-popups":"~25.1.35","@syncfusion/ej2-buttons":"~25.1.35","@syncfusion/ej2-svg-base":"~25.1.35","@syncfusion/ej2-calendars":"~25.1.35","@syncfusion/ej2-dropdowns":"~25.1.35","@syncfusion/ej2-file-utils":"~25.1.35","@syncfusion/ej2-pdf-export":"~25.1.35","@syncfusion/ej2-compression":"~25.1.35","@syncfusion/ej2-navigations":"~25.1.35","@syncfusion/ej2-excel-export":"~25.1.35","@syncfusion/ej2-splitbuttons":"~25.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_25.1.35_1710505031062_0.003382010529162871","host":"s3://npm-registry-packages"}},"25.1.37":{"name":"@syncfusion/ej2-pivotview","version":"25.1.37","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@25.1.37","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5ce134697f82192fd6b40f8c37ad360ef4c1069e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-25.1.37.tgz","fileCount":354,"integrity":"sha512-i4mIahyjOIZdDHvmaCYi4pndK0b1qe/yzIZrb/ppltfMMhLElPpz9v7wBwuYczF8smGwJKJxIJ4AwSrEsjvypQ==","signatures":[{"sig":"MEYCIQDZOD7V3sKeqAVaZ1t1sw2JNzkZQZ0XECsMQkZHCnty3QIhAI12PtqnTC04xhutsSeRjjp56ebh4XkswqZka4gMsCNF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40395135},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"c43c3955e2957d03f2c69988de7dacbcb77a5dcb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-25.1.35.tgz","_integrity":"sha512-zzQ7dR60IXVBmSj1zQ20d4DvarYcWppV+jwGcO9TxRuwYawlH/UEM7THD1BmgZcjGrGogTnGXr/L6Rvy4YVs9g==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~25.1.35","@syncfusion/ej2-charts":"~25.1.37","@syncfusion/ej2-inputs":"~25.1.37","@syncfusion/ej2-popups":"~25.1.35","@syncfusion/ej2-buttons":"~25.1.35","@syncfusion/ej2-svg-base":"~25.1.37","@syncfusion/ej2-calendars":"~25.1.37","@syncfusion/ej2-dropdowns":"~25.1.37","@syncfusion/ej2-file-utils":"~25.1.35","@syncfusion/ej2-pdf-export":"~25.1.35","@syncfusion/ej2-compression":"~25.1.35","@syncfusion/ej2-navigations":"~25.1.37","@syncfusion/ej2-excel-export":"~25.1.35","@syncfusion/ej2-splitbuttons":"~25.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_25.1.37_1711429237655_0.9062207715147133","host":"s3://npm-registry-packages"}},"25.1.38":{"name":"@syncfusion/ej2-pivotview","version":"25.1.38","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@25.1.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"268ec0b1e2768250f11ed7abc4d05bf812a184bc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-25.1.38.tgz","fileCount":353,"integrity":"sha512-uXe+TugSzdZiz8mTlVi2T7cuM4JeyYsybt6MRueOrunVD4AEiIkDP4swlhnt/Jwr1US0ZnyaynrFNpkd5ffRkg==","signatures":[{"sig":"MEYCIQD0dkSRccZuNR8vvApdDlRBqKTR/w0YhFTKfVHXbzHb1QIhAJsEsXZVg5cX1euWZ4NakcK1VnpdCy/gZ29molmazw6H","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40392384},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"a921994edbd7ac2c89c0d3c2ba3ab654f1762fde","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-25.1.37.tgz","_integrity":"sha512-Fr5SPiZe/BZR3W6TROL5nXSnyCUCQv72VV4W0uGg85nSjjKG4eFFdN8Z1tPok7tHsLy/CY6ZyikiuUoR/qSHBA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.38","@syncfusion/ej2-lists":"~25.1.35","@syncfusion/ej2-charts":"~25.1.38","@syncfusion/ej2-inputs":"~25.1.38","@syncfusion/ej2-popups":"~25.1.38","@syncfusion/ej2-buttons":"~25.1.35","@syncfusion/ej2-svg-base":"~25.1.37","@syncfusion/ej2-calendars":"~25.1.37","@syncfusion/ej2-dropdowns":"~25.1.37","@syncfusion/ej2-file-utils":"~25.1.35","@syncfusion/ej2-pdf-export":"~25.1.38","@syncfusion/ej2-compression":"~25.1.35","@syncfusion/ej2-navigations":"~25.1.38","@syncfusion/ej2-excel-export":"~25.1.35","@syncfusion/ej2-splitbuttons":"~25.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_25.1.38_1712025394072_0.13257362298958952","host":"s3://npm-registry-packages"}},"25.1.39":{"name":"@syncfusion/ej2-pivotview","version":"25.1.39","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@25.1.39","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"92d536aa9f3a4d049085117021add1b7061d1cba","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-25.1.39.tgz","fileCount":353,"integrity":"sha512-/jA6zoPntOguf+euoOganUlU6NLuvRp+OPdQ/bTgBFe+DDqwn+93rctdCQeKVJBrBgRwV5qBhLECWVDmww1cSg==","signatures":[{"sig":"MEUCIHsI72+HAt8AU4UhyLc5i5klun+sx1qs8EmapWtgob0IAiEA3pNkymVdflAq8iWLvBCG7RHnh71dNcs5nJ4tML/c6pA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40406548},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"27079768df9f0892767ad721af8c80636e7ac223","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-25.1.38.tgz","_integrity":"sha512-crBOSqZaCzZTY5mw+HOKnIgPGSj7xpe7ITQNyoDTHIsZBUCDlJzcO7qlNFriG1a88iK75AFBTlAAMtdaY5h5FA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~25.1.39","@syncfusion/ej2-charts":"~25.1.39","@syncfusion/ej2-inputs":"~25.1.38","@syncfusion/ej2-popups":"~25.1.39","@syncfusion/ej2-buttons":"~25.1.39","@syncfusion/ej2-svg-base":"~25.1.37","@syncfusion/ej2-calendars":"~25.1.39","@syncfusion/ej2-dropdowns":"~25.1.39","@syncfusion/ej2-file-utils":"~25.1.35","@syncfusion/ej2-pdf-export":"~25.1.38","@syncfusion/ej2-compression":"~25.1.35","@syncfusion/ej2-navigations":"~25.1.39","@syncfusion/ej2-excel-export":"~25.1.35","@syncfusion/ej2-splitbuttons":"~25.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_25.1.39_1712666147533_0.27369318935314335","host":"s3://npm-registry-packages"}},"25.1.41":{"name":"@syncfusion/ej2-pivotview","version":"25.1.41","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@25.1.41","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7f7dd7d1b5c33de87e47cd7d5a5dcf4b0e3d3a9b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-25.1.41.tgz","fileCount":354,"integrity":"sha512-9og7awEMT6RGlfOhMeVDKN1LJiKznabZ2FqSbyFFZVURa+tXuF8Afuei7ckhydbqCHr1H9GZ+7YPdK6JUTOSTA==","signatures":[{"sig":"MEUCIQDBq+X4Agj7mg5u5u8+2OLrS8IZujNRZZR0RoZSUjiCpQIgKQvfjKtx50D0YQYtP5ufZgh7pnjJGgTxxeWDj492sw0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40429366},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"985b103393c9c9b96bd2a10d4c4f124a37bdf1bb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-25.1.39.tgz","_integrity":"sha512-YCU1QklWmSS7hSGBJ+h3mMKmoOlKOSlEdVHJrGowrjyQVBxo2jgYdZk7O+8EB9dPuHK5ITM7OzABhN+mBYm5oA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~25.1.41","@syncfusion/ej2-charts":"~25.1.41","@syncfusion/ej2-inputs":"~25.1.40","@syncfusion/ej2-popups":"~25.1.41","@syncfusion/ej2-buttons":"~25.1.39","@syncfusion/ej2-svg-base":"~25.1.37","@syncfusion/ej2-calendars":"~25.1.40","@syncfusion/ej2-dropdowns":"~25.1.41","@syncfusion/ej2-file-utils":"~25.1.35","@syncfusion/ej2-pdf-export":"~25.1.38","@syncfusion/ej2-compression":"~25.1.35","@syncfusion/ej2-navigations":"~25.1.41","@syncfusion/ej2-excel-export":"~25.1.35","@syncfusion/ej2-splitbuttons":"~25.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_25.1.41_1713854595593_0.7768961270872392","host":"s3://npm-registry-packages"}},"25.1.42":{"name":"@syncfusion/ej2-pivotview","version":"25.1.42","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@25.1.42","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1cceafb8daa3005308fabe57cd83f76c149ce177","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-25.1.42.tgz","fileCount":354,"integrity":"sha512-gb/9L7MDtr593Hq1sWeg3y+jsVDj91OHhQd5TVvTu7pU9nKCnOGQH6rv6dD9i3WhKVGSpTOXB/adbDrLoyLpJA==","signatures":[{"sig":"MEYCIQCOzm1FhTN2laEw3HvrZl5IiPV6/UJHdidn6V//jQkZ9wIhAIZb+Dk4kNX9rzcXSmPqAce0cJeeSR5vGsrFW2wMOufq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40431352},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"47d3388b1221b001e912bad5ab4325e0e9ab4a84","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-25.1.41.tgz","_integrity":"sha512-lYpWCaXbVUMYDlNaoe+tXge8Nz3I4+mSOW5/cJo2UfUnHkK9PNJ1uu0ESj3t8KdNbJgKCzr0UAAvLf7wMQQkew==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~25.1.41","@syncfusion/ej2-charts":"~25.1.42","@syncfusion/ej2-inputs":"~25.1.42","@syncfusion/ej2-popups":"~25.1.42","@syncfusion/ej2-buttons":"~25.1.39","@syncfusion/ej2-svg-base":"~25.1.37","@syncfusion/ej2-calendars":"~25.1.42","@syncfusion/ej2-dropdowns":"~25.1.41","@syncfusion/ej2-file-utils":"~25.1.35","@syncfusion/ej2-pdf-export":"~25.1.38","@syncfusion/ej2-compression":"~25.1.35","@syncfusion/ej2-navigations":"~25.1.42","@syncfusion/ej2-excel-export":"~25.1.35","@syncfusion/ej2-splitbuttons":"~25.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_25.1.42_1714446149877_0.7407719752047062","host":"s3://npm-registry-packages"}},"25.2.3":{"name":"@syncfusion/ej2-pivotview","version":"25.2.3","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@25.2.3","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4b3747de6b574cdebcf0cf80ca91b0606c113571","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-25.2.3.tgz","fileCount":354,"integrity":"sha512-o4mJfuYYJHvELf92A28B0QycdrYRsqP9WpnZyJ/RzOt5ikVMUKyjZ1yvbyDsuxifwrXiqK137Itd6RYYLGp7/w==","signatures":[{"sig":"MEUCIQCyOKJHbwqaGrkmFgFO1fwnWnA+uTjw/YEUvDyFeqhLoAIgfOqBcIVnVa+jIH1tscUDrcez0exJeJJGPm6PThlsiSM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40431355},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"e5141e821a5b812c246c2a91de5b01632d259b5d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-25.1.42.tgz","_integrity":"sha512-U4wkYnXXhhtlWWZCHOdZO9m66688bNUalDSFOuyEatCKHqzTCI7pmAjbD6TQ5IEL/UXs/8P/UK1JRy91jdBbeQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~25.2.3","@syncfusion/ej2-charts":"~25.2.3","@syncfusion/ej2-inputs":"~25.2.3","@syncfusion/ej2-popups":"~25.2.3","@syncfusion/ej2-buttons":"~25.2.3","@syncfusion/ej2-svg-base":"~25.2.3","@syncfusion/ej2-calendars":"~25.2.3","@syncfusion/ej2-dropdowns":"~25.2.3","@syncfusion/ej2-file-utils":"~25.2.3","@syncfusion/ej2-pdf-export":"~25.2.3","@syncfusion/ej2-compression":"~25.2.3","@syncfusion/ej2-navigations":"~25.2.3","@syncfusion/ej2-excel-export":"~25.2.3","@syncfusion/ej2-splitbuttons":"~25.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_25.2.3_1715176073115_0.06887165934073414","host":"s3://npm-registry-packages"}},"25.2.4":{"name":"@syncfusion/ej2-pivotview","version":"25.2.4","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@25.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a22095176010a7f9054fcaca21a65eb21d128ef3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-25.2.4.tgz","fileCount":354,"integrity":"sha512-uVYG+ZAErwH6oLQvDX81TA8CGmeaPej+E082iM6AKiHmzhOlDmSmXNysYydimW3MrDd/09aKVnvJYHPKsqdGow==","signatures":[{"sig":"MEUCIB2VTJJC6fHNkmXbvJirg9RBnR0GNTYTRcSCmxxd7WLvAiEArl3lC2x5AExp8alkWT2Lf0X62qOI1BgTKzBU10BtcCw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40448593},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"9eaad662c6df58604e68ca6de9f455ca7ad55667","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-25.2.3.tgz","_integrity":"sha512-TCjb8NWkVOqYrkk+ZOhsQVA2PR2ngoJoIUgKrFCPXE0USpltMfBS22g21N4x8kYP8J/Emo8gnEA1fIkSIzreIQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~25.2.3","@syncfusion/ej2-charts":"~25.2.4","@syncfusion/ej2-inputs":"~25.2.3","@syncfusion/ej2-popups":"~25.2.4","@syncfusion/ej2-buttons":"~25.2.4","@syncfusion/ej2-svg-base":"~25.2.3","@syncfusion/ej2-calendars":"~25.2.4","@syncfusion/ej2-dropdowns":"~25.2.4","@syncfusion/ej2-file-utils":"~25.2.3","@syncfusion/ej2-pdf-export":"~25.2.3","@syncfusion/ej2-compression":"~25.2.3","@syncfusion/ej2-navigations":"~25.2.4","@syncfusion/ej2-excel-export":"~25.2.3","@syncfusion/ej2-splitbuttons":"~25.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_25.2.4_1715653325194_0.24014557629810063","host":"s3://npm-registry-packages"}},"25.2.5":{"name":"@syncfusion/ej2-pivotview","version":"25.2.5","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@25.2.5","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4d84064b029264bc824c3c2d5c7f6ed7afc3a26a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-25.2.5.tgz","fileCount":353,"integrity":"sha512-Nfdij6nQnCA85eF4egd3eonbAAqth82Nms6xd+FN7Unq/jrRsTYAMyPAkOlvRL4orv07sgfhpesdAz6DqgVZgQ==","signatures":[{"sig":"MEUCIQCeiIYMB+qAM2mhD43yj7geww78qKJuPAlhUNY50ySXGgIgdVOOoJkOKyxboIUAaghc0rBgn+lF6nrukLeUU5IrRWQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40493985},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"491367b5e65f64d3992ad8bdbd2c1c6233ca1d79","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-25.2.4.tgz","_integrity":"sha512-7MJ+d9xUqXGPKj80f+6sKBLDEvUSx+sMwvmNXcSjOISFJWOhu5XfY6e5vkkUTKuBnZvGrLma8LpCio2HHMEkOQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~25.2.3","@syncfusion/ej2-charts":"~25.2.5","@syncfusion/ej2-inputs":"~25.2.5","@syncfusion/ej2-popups":"~25.2.4","@syncfusion/ej2-buttons":"~25.2.4","@syncfusion/ej2-svg-base":"~25.2.5","@syncfusion/ej2-calendars":"~25.2.5","@syncfusion/ej2-dropdowns":"~25.2.5","@syncfusion/ej2-file-utils":"~25.2.3","@syncfusion/ej2-pdf-export":"~25.2.3","@syncfusion/ej2-compression":"~25.2.3","@syncfusion/ej2-navigations":"~25.2.4","@syncfusion/ej2-excel-export":"~25.2.3","@syncfusion/ej2-splitbuttons":"~25.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_25.2.5_1716262163421_0.17186425305448005","host":"s3://npm-registry-packages"}},"25.2.6":{"name":"@syncfusion/ej2-pivotview","version":"25.2.6","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@25.2.6","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"47ab9a70a35a1711c1b5331c1c09d8fc1bca0069","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-25.2.6.tgz","fileCount":353,"integrity":"sha512-GgJ9WHcjSJX1E3FtecIFA6nkfgmOD04B8bHhexhZXEpK98AaeqdzzifXiB/VJqHPTcMCmW1lnNvI+D8k77fG6g==","signatures":[{"sig":"MEUCIQD6bRHMyM0loyBD/tYyuG4/3bYNUfF/AwJk/XDAtFRhBwIgL9zOhSBmq1+DWgc/yCdnsR1UQPs/oo729EiDU+cqYsw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40509288},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"0dfccba1d5b657b32528f4114d620d367b96d306","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-25.2.5.tgz","_integrity":"sha512-Q6DKnEOAXrFYtWO2z0T1edcBmsavRRVqtV2i6ikxN9eDBGd34UPiyyyBEKWfL1FxjMvcAxhkqhKtXRSht1po7Q==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~25.2.3","@syncfusion/ej2-charts":"~25.2.6","@syncfusion/ej2-inputs":"~25.2.6","@syncfusion/ej2-popups":"~25.2.6","@syncfusion/ej2-buttons":"~25.2.6","@syncfusion/ej2-svg-base":"~25.2.5","@syncfusion/ej2-calendars":"~25.2.5","@syncfusion/ej2-dropdowns":"~25.2.6","@syncfusion/ej2-file-utils":"~25.2.3","@syncfusion/ej2-pdf-export":"~25.2.3","@syncfusion/ej2-compression":"~25.2.3","@syncfusion/ej2-navigations":"~25.2.6","@syncfusion/ej2-excel-export":"~25.2.3","@syncfusion/ej2-splitbuttons":"~25.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_25.2.6_1716863634142_0.0939869879280959","host":"s3://npm-registry-packages"}},"26.1.35":{"name":"@syncfusion/ej2-pivotview","version":"26.1.35","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@26.1.35","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"22948885fe67c0d2463150643175c09630894a47","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.1.35.tgz","fileCount":367,"integrity":"sha512-R1h38hgw5n3tP8YOtUsqHGdjB2+BTKEA+R9UOOvDP/KFiRUOC+fMV5fddsqfKF9jtro1c/LAi0450cXiZ0POIw==","signatures":[{"sig":"MEUCIGg1OHF4TkLyBiGgAEx2O7KaiWmts+JLJyGawS0OmlCpAiEA7ZWNxZaCdsnPQbR/ZUn1GpfjeU6uqeJPLW03ZZOXBwk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41802277},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"cd4704f9ce5ee9ba931258e434384c2b0e31c69d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.1.43.tgz","_integrity":"sha512-6ZzGm3KzWlFZgWifKiRZiYVX7VAQhc+hFVDjCNq+KqJvTAXlzTUYa8avsR/qqa5zajQU+llPmXjKiTEVpdwNSA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~26.1.35","@syncfusion/ej2-charts":"~26.1.35","@syncfusion/ej2-inputs":"~26.1.35","@syncfusion/ej2-popups":"~26.1.35","@syncfusion/ej2-buttons":"~26.1.35","@syncfusion/ej2-svg-base":"~26.1.35","@syncfusion/ej2-calendars":"~26.1.35","@syncfusion/ej2-dropdowns":"~26.1.35","@syncfusion/ej2-file-utils":"~26.1.35","@syncfusion/ej2-pdf-export":"~26.1.35","@syncfusion/ej2-compression":"~26.1.35","@syncfusion/ej2-navigations":"~26.1.35","@syncfusion/ej2-excel-export":"~26.1.35","@syncfusion/ej2-splitbuttons":"~26.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_26.1.35_1718111650844_0.44424241969919076","host":"s3://npm-registry-packages"}},"26.1.39":{"name":"@syncfusion/ej2-pivotview","version":"26.1.39","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@26.1.39","homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"268024512bb48993160ab144c4bfff0fb7b1cfd8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.1.39.tgz","fileCount":367,"integrity":"sha512-iB/Z9r+FRbvohB1DvRZP4q6eVsYNv+gwv6wZaeHbrONb/0scIveOfMLwotLWVmVEC6tTYlrXwTpuOI5ALKc96w==","signatures":[{"sig":"MEUCIApnsOMdTRQlW6otFUWVrhhSqB1OM7EoY4hi1bb+0ZbcAiEAk5TMrS4Sm9Qw5A6LszRXRR1npIr+Bv8G3SHjdxyaRp4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41921519},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"14dd493643fd3f3e305e428f3f89658e633296b3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.1.35.tgz","_integrity":"sha512-S+hUoUCtyFrCewxtzI9gIW95p6fLD7olGokGdP/hK1a/KbtnwHn/NFenxS5U3FB8Vt8Xho8w1PzKaKR5iNjA8w==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~26.1.35","@syncfusion/ej2-charts":"~26.1.39","@syncfusion/ej2-inputs":"~26.1.39","@syncfusion/ej2-popups":"~26.1.38","@syncfusion/ej2-buttons":"~26.1.35","@syncfusion/ej2-svg-base":"~26.1.39","@syncfusion/ej2-calendars":"~26.1.38","@syncfusion/ej2-dropdowns":"~26.1.39","@syncfusion/ej2-file-utils":"~26.1.35","@syncfusion/ej2-pdf-export":"~26.1.35","@syncfusion/ej2-compression":"~26.1.35","@syncfusion/ej2-navigations":"~26.1.39","@syncfusion/ej2-excel-export":"~26.1.35","@syncfusion/ej2-splitbuttons":"~26.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_26.1.39_1719306151234_0.515118318777595","host":"s3://npm-registry-packages"}},"26.1.40":{"name":"@syncfusion/ej2-pivotview","version":"26.1.40","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@26.1.40","homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4689a4ef68bb054bd8974db6d405fdd3ad7dbe45","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.1.40.tgz","fileCount":367,"integrity":"sha512-10X2Mcaj+m+nbsL6IwATxWjluqRLHs4RqIYc3GQYhO69/QrUFJ0EY9uXOroimi9kYJDh2TCtTtx2gMuCNaSm8A==","signatures":[{"sig":"MEUCIAxpvwSsvVyED1w1+h23Fenj8dHccDGxPKPoP8A6XfEvAiEAzE2NEPw9zFIFIWCj1lTaNC5TgLlGWGu6CYviQgJmp8s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41924038},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"8d396af11ae08ac8ee1ae74d7c32c850a45767a6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.1.39.tgz","_integrity":"sha512-yd4RZO33LleXUis56eU1uepbI5AbE3Ht2mFqNAk4y4FzkiR3Qb1E6sR0yiqppMnU/O+1tbwkHDEV63TIBGFXCg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~26.1.35","@syncfusion/ej2-charts":"~26.1.40","@syncfusion/ej2-inputs":"~26.1.40","@syncfusion/ej2-popups":"~26.1.38","@syncfusion/ej2-buttons":"~26.1.40","@syncfusion/ej2-svg-base":"~26.1.39","@syncfusion/ej2-calendars":"~26.1.40","@syncfusion/ej2-dropdowns":"~26.1.40","@syncfusion/ej2-file-utils":"~26.1.35","@syncfusion/ej2-pdf-export":"~26.1.35","@syncfusion/ej2-compression":"~26.1.35","@syncfusion/ej2-navigations":"~26.1.40","@syncfusion/ej2-excel-export":"~26.1.35","@syncfusion/ej2-splitbuttons":"~26.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_26.1.40_1719896837543_0.2182611749125014","host":"s3://npm-registry-packages"}},"26.1.35-199049":{"name":"@syncfusion/ej2-pivotview","version":"26.1.35-199049","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@26.1.35-199049","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a80f11a76fabd29bddccf0f76aba48552f992a03","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.1.35-199049.tgz","fileCount":505,"integrity":"sha512-cFidO7NGvGXMqAUEICcLcm1psXXrzKaqFTJI+o6jk5TP3sVowWa0IT7oehJ7mJ5EzlzYBRh9zQ0p5K8hAEfNBA==","signatures":[{"sig":"MEUCIDCuTvG5pHkaJEVZfxqpXeoDhSYmQdGLbv7w1I8jcav2AiEA6mgs7/aHURTWi7cxOY4JmsPEOul7D7dLWsPYs2QqD58=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45538710},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"cd4704f9ce5ee9ba931258e434384c2b0e31c69d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.1.43.tgz","_integrity":"sha512-6ZzGm3KzWlFZgWifKiRZiYVX7VAQhc+hFVDjCNq+KqJvTAXlzTUYa8avsR/qqa5zajQU+llPmXjKiTEVpdwNSA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.9.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"10.16.2","dependencies":{"@syncfusion/ej2-base":"~26.1.35","@syncfusion/ej2-data":"~26.1.35","@syncfusion/ej2-grids":"~26.1.35","@syncfusion/ej2-lists":"~26.1.35","@syncfusion/ej2-charts":"~26.1.35","@syncfusion/ej2-inputs":"~26.1.35","@syncfusion/ej2-popups":"~26.1.35","@syncfusion/ej2-buttons":"~26.1.35","@syncfusion/ej2-svg-base":"~26.1.35","@syncfusion/ej2-calendars":"~26.1.35","@syncfusion/ej2-dropdowns":"~26.1.35","@syncfusion/ej2-file-utils":"~26.1.35","@syncfusion/ej2-pdf-export":"~26.1.35","@syncfusion/ej2-compression":"~26.1.35","@syncfusion/ej2-navigations":"~26.1.35","@syncfusion/ej2-excel-export":"~26.1.35","@syncfusion/ej2-splitbuttons":"~26.1.35"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_26.1.35-199049_1719983999044_0.31898368307920255","host":"s3://npm-registry-packages"}},"26.1.41":{"name":"@syncfusion/ej2-pivotview","version":"26.1.41","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@26.1.41","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7fe91170e3f278b09fbc4902f993cdd103cca1db","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.1.41.tgz","fileCount":367,"integrity":"sha512-RX73OF4qzqNXlD29KZmiWU3mpJA5nB33t96sd/ns59bo+q7R0HRsVI1Dao4v0kFFH1RbZUnCnenATaR6sbynbQ==","signatures":[{"sig":"MEUCIFbNbNZZ8R9z1yom3uuVznGFZ3QuPuIAy2UO7+obBd+hAiEApd7ZPq7+uBvr7eh1A81JjQ8pdDb60Gx9i0JMb8Avw9E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41933512},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"058b1c70b87553d255ac817b15598076b618a6b8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.1.40.tgz","_integrity":"sha512-rYdQUddie3aCJdek82WzdKxWwNajc+vIMkKs/nElMeLC26teWnV2/T/fxDkh4sXyHpKJ7xHGVKbbeT5LjbqK8A==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~26.1.35","@syncfusion/ej2-charts":"~26.1.41","@syncfusion/ej2-inputs":"~26.1.41","@syncfusion/ej2-popups":"~26.1.41","@syncfusion/ej2-buttons":"~26.1.40","@syncfusion/ej2-svg-base":"~26.1.39","@syncfusion/ej2-calendars":"~26.1.41","@syncfusion/ej2-dropdowns":"~26.1.41","@syncfusion/ej2-file-utils":"~26.1.35","@syncfusion/ej2-pdf-export":"~26.1.35","@syncfusion/ej2-compression":"~26.1.35","@syncfusion/ej2-navigations":"~26.1.41","@syncfusion/ej2-excel-export":"~26.1.35","@syncfusion/ej2-splitbuttons":"~26.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_26.1.41_1720508625512_0.5182597364538333","host":"s3://npm-registry-packages"}},"26.1.42":{"name":"@syncfusion/ej2-pivotview","version":"26.1.42","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@26.1.42","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"30cdffcca73a33959ebe5d581662c5a7d2710c59","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.1.42.tgz","fileCount":367,"integrity":"sha512-CRlSqkGC4d2J72HJo+tAzF61mJXALxb/0PwXH2ixwKVMf6uMDM7x/dHKwnisPW0TG5OqEmjya762lLP1AykwQA==","signatures":[{"sig":"MEQCIE2K1wq6fZ5JDpw4X8iWuMH+ya3cPkQqp0CZx84cHxq0AiAqu7J9oxpa3n8bZ7nCgarP6yVbToqzRN8afxtPjfQNiA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41953577},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"3b8356f03598c0d0b690ce963d066281174e830e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.1.41.tgz","_integrity":"sha512-7MLJYXOsx20viVwLZTDDmZz1oFpFfEmum3j7939vKehi2k8o++D8l8G+QD8eLG5TN3G65gmNuUekSNgmCarVrg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~26.1.35","@syncfusion/ej2-charts":"~26.1.42","@syncfusion/ej2-inputs":"~26.1.42","@syncfusion/ej2-popups":"~26.1.42","@syncfusion/ej2-buttons":"~26.1.40","@syncfusion/ej2-svg-base":"~26.1.39","@syncfusion/ej2-calendars":"~26.1.41","@syncfusion/ej2-dropdowns":"~26.1.42","@syncfusion/ej2-file-utils":"~26.1.35","@syncfusion/ej2-pdf-export":"~26.1.35","@syncfusion/ej2-compression":"~26.1.35","@syncfusion/ej2-navigations":"~26.1.41","@syncfusion/ej2-excel-export":"~26.1.35","@syncfusion/ej2-splitbuttons":"~26.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_26.1.42_1721086333573_0.15081310541291004","host":"s3://npm-registry-packages"}},"26.2.4":{"name":"@syncfusion/ej2-pivotview","version":"26.2.4","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@26.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c709591deb52921ffea2857bfcf3fcd9e9d377c1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.2.4.tgz","fileCount":368,"integrity":"sha512-PiptZ46/w7EoqGeXab7/cevhWGr4dAk+nCsCmGmQPDXfxBTOi8I+QVdd3+QnXjMzLQ5alW+EBlYywdc27yFq2Q==","signatures":[{"sig":"MEQCIHVYAhDckqSj1oxvREO6ZpyrtfTN9+5m/w1/OA/2KH43AiB7F/Z3WIdEtotjEUwRNh5C25NCEe1uy8QuHece4Bk1/Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41986009},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"1e03ce780993222e229af1b51a6707e48f620042","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.1.42.tgz","_integrity":"sha512-GGL2lnYm3FtqE0I4+oeLJ+1HZzCb4ZnuySG0NCsZbLuxes5xJRQ9ct27dRT3WTQTLS8GMyY/Up9HU/1cae9lVg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~26.2.4","@syncfusion/ej2-charts":"~26.2.4","@syncfusion/ej2-inputs":"~26.2.4","@syncfusion/ej2-popups":"~26.2.4","@syncfusion/ej2-buttons":"~26.2.4","@syncfusion/ej2-svg-base":"~26.2.4","@syncfusion/ej2-calendars":"~26.2.4","@syncfusion/ej2-dropdowns":"~26.2.4","@syncfusion/ej2-file-utils":"~26.2.4","@syncfusion/ej2-pdf-export":"~26.2.4","@syncfusion/ej2-compression":"~26.2.4","@syncfusion/ej2-navigations":"~26.2.4","@syncfusion/ej2-excel-export":"~26.2.4","@syncfusion/ej2-splitbuttons":"~26.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_26.2.4_1721813356280_0.1429803336228117","host":"s3://npm-registry-packages"}},"26.2.5":{"name":"@syncfusion/ej2-pivotview","version":"26.2.5","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@26.2.5","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d4356c8e869d1cd64033b1d931d0279f8fa23fe8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.2.5.tgz","fileCount":368,"integrity":"sha512-1Ea+Uu0a9QjDBAYX48BdQZgDFLHabmy8NIDRy6qXGX/dJKwxZMtjxZELgoZ6cPOayq92SZ1hJIraK1G8BDwQ7g==","signatures":[{"sig":"MEQCIE3NtQQkYg7ESmmEoRKUR2hvqzkrFqguHlR3nolN2FNwAiBk3hMzFH2CSNGhbiFth2Q8bcbKSGV2Y/eTz7PgTm+KLw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41986007},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"7273cb48a418c8f3fb471dc81103ff48e5a48a31","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.2.4.tgz","_integrity":"sha512-EHrVd0Z5PWnpKCJ36sFztA3aDB852yKmD5MgQOTbOMbwaFiBuRz55+ErDahsnOvKoZ0CPPAaTvKETP7R0o1VQQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~26.2.5","@syncfusion/ej2-charts":"~26.2.5","@syncfusion/ej2-inputs":"~26.2.5","@syncfusion/ej2-popups":"~26.2.5","@syncfusion/ej2-buttons":"~26.2.5","@syncfusion/ej2-svg-base":"~26.2.5","@syncfusion/ej2-calendars":"~26.2.5","@syncfusion/ej2-dropdowns":"~26.2.5","@syncfusion/ej2-file-utils":"~26.2.5","@syncfusion/ej2-pdf-export":"~26.2.5","@syncfusion/ej2-compression":"~26.2.5","@syncfusion/ej2-navigations":"~26.2.5","@syncfusion/ej2-excel-export":"~26.2.5","@syncfusion/ej2-splitbuttons":"~26.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_26.2.5_1721950328470_0.8775717209615042","host":"s3://npm-registry-packages"}},"26.2.8":{"name":"@syncfusion/ej2-pivotview","version":"26.2.8","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@26.2.8","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6b33ee035a95c77ca3aa8a19d7369cdbffc90dc3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.2.8.tgz","fileCount":367,"integrity":"sha512-RbXYYDU9KGWuUKoohOdd4fxSkU/dcf0wRV6HgOMyKN5KYWcf+jrR4VNCnpir9wa4pyvsWGBfUDyx94JcH/BU1g==","signatures":[{"sig":"MEQCICgrh4cuu6EDgDvedoKtDnkDqflwiQPoBiB8+j25d1RUAiBvihk2DrJHGDzCoiJa+ftRvf8ObmotTtIhdjtoZVYltQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40606185},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"ae964492709c59d55828f5afe19253d857736dc9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.2.5.tgz","_integrity":"sha512-iq2HeIs0a8GLFxx/Rp5yRmaHjpiZUmmZW++YxXjR8mTsUn++5Xcog5K4PtQJNEEYJ6PLRn8S8DaopymfwUkFMQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~26.2.5","@syncfusion/ej2-charts":"~26.2.8","@syncfusion/ej2-inputs":"~26.2.5","@syncfusion/ej2-popups":"~26.2.8","@syncfusion/ej2-buttons":"~26.2.8","@syncfusion/ej2-svg-base":"~26.2.8","@syncfusion/ej2-calendars":"~26.2.8","@syncfusion/ej2-dropdowns":"~26.2.8","@syncfusion/ej2-file-utils":"~26.2.5","@syncfusion/ej2-pdf-export":"~26.2.5","@syncfusion/ej2-compression":"~26.2.5","@syncfusion/ej2-navigations":"~26.2.8","@syncfusion/ej2-excel-export":"~26.2.5","@syncfusion/ej2-splitbuttons":"~26.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_26.2.8_1722898861007_0.6206145148690985","host":"s3://npm-registry-packages"}},"26.2.9":{"name":"@syncfusion/ej2-pivotview","version":"26.2.9","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@26.2.9","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"23b3a10d516a63764e46e789b10e266a13ac516b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.2.9.tgz","fileCount":368,"integrity":"sha512-tKWkmP+DnWObCZ6qH4ztRtItU0TMFU2A+mDHvw4nRw4PbcS+7q0lKVxAxpVKCyf5qTOkwZNQVUzCTvotyVqaRA==","signatures":[{"sig":"MEUCIQCdWn5WAk38Y1WwyNYboa6BvBGy4XQDUf9wdnrxviG23AIgQPUPNammcH0J+HNAcbx6iYP0dvRNF4+9e1eKlvM1eXE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41715808},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"50c5c207faec8cad393c856756e925ae726ce791","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.2.8.tgz","_integrity":"sha512-bGeEsh8caZmkes4dv7VwNLj8XpX93jfDiinKbQCMycdYZ3WHwB/UwvdliHabnt4joaq2mFMX2hKRBu2MwqXakw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~26.2.5","@syncfusion/ej2-charts":"~26.2.9","@syncfusion/ej2-inputs":"~26.2.5","@syncfusion/ej2-popups":"~26.2.8","@syncfusion/ej2-buttons":"~26.2.9","@syncfusion/ej2-svg-base":"~26.2.8","@syncfusion/ej2-calendars":"~26.2.8","@syncfusion/ej2-dropdowns":"~26.2.9","@syncfusion/ej2-file-utils":"~26.2.5","@syncfusion/ej2-pdf-export":"~26.2.5","@syncfusion/ej2-compression":"~26.2.5","@syncfusion/ej2-navigations":"~26.2.8","@syncfusion/ej2-excel-export":"~26.2.5","@syncfusion/ej2-splitbuttons":"~26.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_26.2.9_1723503499632_0.7680677208896647","host":"s3://npm-registry-packages"}},"26.2.10":{"name":"@syncfusion/ej2-pivotview","version":"26.2.10","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@26.2.10","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"bb35c2d2ce5fb1224c4fbf73916cb4eddd677daa","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.2.10.tgz","fileCount":367,"integrity":"sha512-7AnEmpvOwryPyCRnwDzHgsscZoTwLs38hSHHWahU5N/WiI3ZR27LD7/E7JfsuntL6GY6Ynu2xl/Bvtj8r3oW/w==","signatures":[{"sig":"MEYCIQDQbf+2BlgM2EB2DDqwEe5WjRwIImfpvn0LvfKLjIYroAIhAM+Q/iS47qk0oDOzz8uUP/qAtZ7+iXkco9pqQY8wtWvY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41723107},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"0299277fffd024bbacb5af44b0ef90acf07eea69","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.2.9.tgz","_integrity":"sha512-gmbvOWGrkpyzyKJW+RqdKuz2kSIKZVP3/QKBbBn2Lt64FYGSf3pmtP8baN3LffHZBN1fp5hQiDFBFl2n4lQY7Q==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~26.2.10","@syncfusion/ej2-charts":"~26.2.10","@syncfusion/ej2-inputs":"~26.2.10","@syncfusion/ej2-popups":"~26.2.10","@syncfusion/ej2-buttons":"~26.2.10","@syncfusion/ej2-svg-base":"~26.2.10","@syncfusion/ej2-calendars":"~26.2.10","@syncfusion/ej2-dropdowns":"~26.2.10","@syncfusion/ej2-file-utils":"~26.2.10","@syncfusion/ej2-pdf-export":"~26.2.10","@syncfusion/ej2-compression":"~26.2.10","@syncfusion/ej2-navigations":"~26.2.10","@syncfusion/ej2-excel-export":"~26.2.10","@syncfusion/ej2-splitbuttons":"~26.2.10"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_26.2.10_1724108524328_0.7129485612739177","host":"s3://npm-registry-packages"}},"26.2.11":{"name":"@syncfusion/ej2-pivotview","version":"26.2.11","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@26.2.11","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"62c1c36948fb687d3ee4faf2c859c7e9c5bc1a27","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.2.11.tgz","fileCount":367,"integrity":"sha512-RmCoo/3/ZdK09iRGJapdG37rUZR9qEH317U4BR2HLMshQmWDkS13oxQjS06gTfQQbsCIEB4sCPe4RJGyGY2jvw==","signatures":[{"sig":"MEUCIFeKCZRguJxqt5EtTucXAnbWTfavrwsDLv+Qa+ehzqojAiEAnaYAZw5nwmwzgroaE4uKjaRuGscIpBJUrpH+p/qo3QE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41730338},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"e51291814c2966c7825f04a39db82989442b2999","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.2.10.tgz","_integrity":"sha512-f2D6pzHrDK4qY4Tna906WNLu0uVSzZ9TgGVIuHkbLZPnRkTra9kaS1j55Z0YvLBlNLn5K+la5Ky+ZJILqciMwg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~26.2.11","@syncfusion/ej2-charts":"~26.2.11","@syncfusion/ej2-inputs":"~26.2.11","@syncfusion/ej2-popups":"~26.2.11","@syncfusion/ej2-buttons":"~26.2.10","@syncfusion/ej2-svg-base":"~26.2.10","@syncfusion/ej2-calendars":"~26.2.11","@syncfusion/ej2-dropdowns":"~26.2.11","@syncfusion/ej2-file-utils":"~26.2.10","@syncfusion/ej2-pdf-export":"~26.2.11","@syncfusion/ej2-compression":"~26.2.10","@syncfusion/ej2-navigations":"~26.2.11","@syncfusion/ej2-excel-export":"~26.2.11","@syncfusion/ej2-splitbuttons":"~26.2.10"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_26.2.11_1724713324692_0.5525711273570066","host":"s3://npm-registry-packages"}},"26.2.12":{"name":"@syncfusion/ej2-pivotview","version":"26.2.12","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@26.2.12","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"afe515839b020921ceb1b592513b4a853a64e726","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.2.12.tgz","fileCount":367,"integrity":"sha512-IVYqPr6tuXI7vRSsA6oSZ5YRSP1bllnKh5ktMhev/UTSODj3cevxYIuE1eKnvRLOnylm0iwv+WMGvRqjY4aBmA==","signatures":[{"sig":"MEUCIQC5KO9cUxDUJnQeTmYbchGbpJifKCIcO7cU5kvAcp9uYwIgWeZ/G6tRnbnTBLfuGSgXYvs4gN7HbZQXS1mc2+9eb6I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41730338},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"e51291814c2966c7825f04a39db82989442b2999","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.2.10.tgz","_integrity":"sha512-f2D6pzHrDK4qY4Tna906WNLu0uVSzZ9TgGVIuHkbLZPnRkTra9kaS1j55Z0YvLBlNLn5K+la5Ky+ZJILqciMwg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~26.2.11","@syncfusion/ej2-charts":"~26.2.12","@syncfusion/ej2-inputs":"~26.2.11","@syncfusion/ej2-popups":"~26.2.11","@syncfusion/ej2-buttons":"~26.2.10","@syncfusion/ej2-svg-base":"~26.2.10","@syncfusion/ej2-calendars":"~26.2.12","@syncfusion/ej2-dropdowns":"~26.2.11","@syncfusion/ej2-file-utils":"~26.2.10","@syncfusion/ej2-pdf-export":"~26.2.11","@syncfusion/ej2-compression":"~26.2.10","@syncfusion/ej2-navigations":"~26.2.12","@syncfusion/ej2-excel-export":"~26.2.11","@syncfusion/ej2-splitbuttons":"~26.2.10"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_26.2.12_1725317866128_0.44002210830096167","host":"s3://npm-registry-packages"}},"26.2.14":{"name":"@syncfusion/ej2-pivotview","version":"26.2.14","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@26.2.14","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5f84f16db769d288293093052a582126b412d6b9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.2.14.tgz","fileCount":367,"integrity":"sha512-p0c4A1hK11uAN9NpYJ7uC9UmC7OP77vdv+p5g9lmt9hI9ThOrqC3yeoxgvpKoZih08vUCgviFwbBQXVwF3SRrQ==","signatures":[{"sig":"MEUCIQCVMqSMg+Tfa6rFGL/LfESmYQgvfobckCKKUuUGsQ/nuAIgIyCNHO58e+Ymgl5eKQ3vyLnejlt7gJ8k7CdFjMPFjps=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41730823},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"b1721e2132aa5a9f4fa38b2abfcda8c3f244c403","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.2.12.tgz","_integrity":"sha512-0cwizcIG1DQk5Pmodw22SwES/rHGnmu+6syeXEYXFh6HZBEOTwmsz0FDmC5SK1Dlb8YNUfOQsj5CkV+j8MYZOw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~26.2.14","@syncfusion/ej2-charts":"~26.2.14","@syncfusion/ej2-inputs":"~26.2.14","@syncfusion/ej2-popups":"~26.2.11","@syncfusion/ej2-buttons":"~26.2.10","@syncfusion/ej2-svg-base":"~26.2.10","@syncfusion/ej2-calendars":"~26.2.12","@syncfusion/ej2-dropdowns":"~26.2.13","@syncfusion/ej2-file-utils":"~26.2.10","@syncfusion/ej2-pdf-export":"~26.2.14","@syncfusion/ej2-compression":"~26.2.10","@syncfusion/ej2-navigations":"~26.2.12","@syncfusion/ej2-excel-export":"~26.2.11","@syncfusion/ej2-splitbuttons":"~26.2.10"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_26.2.14_1725944629138_0.5151286215851074","host":"s3://npm-registry-packages"}},"27.1.48":{"name":"@syncfusion/ej2-pivotview","version":"27.1.48","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@27.1.48","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3a70e7cb2ced0f318fa38e3254cb8be7ecf12a32","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-27.1.48.tgz","fileCount":412,"integrity":"sha512-P8tLtzF3WBHo9aBwD691GAGyvgRvG7WEjcGbfGsMH/vvTlmp7X/7ocEhakc8p3NxEd5YE6ztCqIFxijIGP2N0w==","signatures":[{"sig":"MEUCICROrGxwJ4bABr0BKs/kAlIOUAnjoyP5V0lA4wOxKt3XAiEA8Se5w+3yy+urVhAAxZmlOOjpeEHAcTAyJf2P4czbJi4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46011736},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"662dd0b8fc5bea59f6dcb5a582a5bc00e365302d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.1.35.tgz","_integrity":"sha512-ueswTuQBfLyNznP6OEYRvGbkfLTzf1+hlld3Vszbi7/DXPf1q81u401SJC4Pf9+ozG3auujyurLZbhwDrrs1QQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~27.1.48","@syncfusion/ej2-charts":"~27.1.48","@syncfusion/ej2-inputs":"~27.1.48","@syncfusion/ej2-popups":"~27.1.48","@syncfusion/ej2-buttons":"~27.1.48","@syncfusion/ej2-svg-base":"~27.1.48","@syncfusion/ej2-calendars":"~27.1.48","@syncfusion/ej2-dropdowns":"~27.1.48","@syncfusion/ej2-file-utils":"~27.1.48","@syncfusion/ej2-pdf-export":"~27.1.48","@syncfusion/ej2-compression":"~27.1.48","@syncfusion/ej2-navigations":"~27.1.48","@syncfusion/ej2-excel-export":"~27.1.48","@syncfusion/ej2-splitbuttons":"~27.1.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_27.1.48_1726654387663_0.2798263063976745","host":"s3://npm-registry-packages"}},"27.1.50":{"name":"@syncfusion/ej2-pivotview","version":"27.1.50","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@27.1.50","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"81605565c64827ad9fb151ccfe7adeb58feeb7fe","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-27.1.50.tgz","fileCount":412,"integrity":"sha512-Zlexoz6uj2gNRgumKmlOP44TRsa3+SXbZcloLIx5TvfZMbwFDb2CLq1FwxQX6ZNbjtiO9mlpeanh7SIDdYr6aw==","signatures":[{"sig":"MEQCIE5I/DhQL5djgoQVMKf7viU6/IcRWqSzJO7T/RjvRf6+AiAEsNz6zZA8Z2Mi6aoc/1Z+2NccsvrOjNZaQEidvuxhxQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46013027},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"6ffee91cbde813fa2022170f1da6913f89c3812a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-27.1.48.tgz","_integrity":"sha512-6SyzLNowsMzlpSHEQldX+Ogr/X5f1NMPRyF0qr+Lkybo7TLr6FYJb6vUI+971Ug0iMnkSRkm4soMyDFMLW21cQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~27.1.50","@syncfusion/ej2-charts":"~27.1.50","@syncfusion/ej2-inputs":"~27.1.50","@syncfusion/ej2-popups":"~27.1.50","@syncfusion/ej2-buttons":"~27.1.50","@syncfusion/ej2-svg-base":"~27.1.50","@syncfusion/ej2-calendars":"~27.1.50","@syncfusion/ej2-dropdowns":"~27.1.50","@syncfusion/ej2-file-utils":"~27.1.50","@syncfusion/ej2-pdf-export":"~27.1.50","@syncfusion/ej2-compression":"~27.1.50","@syncfusion/ej2-navigations":"~27.1.50","@syncfusion/ej2-excel-export":"~27.1.50","@syncfusion/ej2-splitbuttons":"~27.1.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_27.1.50_1727132755745_0.1285188736328271","host":"s3://npm-registry-packages"}},"27.1.51":{"name":"@syncfusion/ej2-pivotview","version":"27.1.51","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@27.1.51","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"707a2608681593511c3a6a5934197e74207cdbfa","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-27.1.51.tgz","fileCount":412,"integrity":"sha512-CcaqiovqoIPJ6UfLd68b5bHFamFNEOqrR1oItKw1mkNunInO7tm+tBoZahxdc6fPNFbbT/61igY1jUJvqJvysQ==","signatures":[{"sig":"MEYCIQCerJh1tdy/7PLaUu45QB+NVYWuQ0WVIzE5al/UoNPtTgIhAPTXiQ9x2B6MVvezz7g8fr1AkrA1/iujPcd5rXyt+FtV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46013930},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"62de50795892f1e21bceef11d69164f582cb57e1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-27.1.50.tgz","_integrity":"sha512-B91SIHz1pGOFNQ18aM34as6/51hGqF7w14q+nhRwOF9I4Be4B9pB3zBhKsCKew4y6IIAxzzpLG+hjmlabgQEMA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~27.1.50","@syncfusion/ej2-charts":"~27.1.51","@syncfusion/ej2-inputs":"~27.1.50","@syncfusion/ej2-popups":"~27.1.50","@syncfusion/ej2-buttons":"~27.1.51","@syncfusion/ej2-svg-base":"~27.1.50","@syncfusion/ej2-calendars":"~27.1.51","@syncfusion/ej2-dropdowns":"~27.1.51","@syncfusion/ej2-file-utils":"~27.1.50","@syncfusion/ej2-pdf-export":"~27.1.51","@syncfusion/ej2-compression":"~27.1.50","@syncfusion/ej2-navigations":"~27.1.51","@syncfusion/ej2-excel-export":"~27.1.50","@syncfusion/ej2-splitbuttons":"~27.1.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_27.1.51_1727702912082_0.7165639621032884","host":"s3://npm-registry-packages"}},"27.1.51-22768":{"name":"@syncfusion/ej2-pivotview","version":"27.1.51-22768","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@27.1.51-22768","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1eaa7c4b1596b12bb6a7457add3daae860f30794","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-27.1.51-22768.tgz","fileCount":412,"integrity":"sha512-ueS6O8WFI76SNzoL+pcjXr5+DIhv9JIGeOIYJn+kw5bM9On709oC4S2ZZo8wDn4135HXe34RiPwK0LY4KhdQEw==","signatures":[{"sig":"MEYCIQDtd99Qlht4d8EXrrnR/MSQxN+v5dkWFl7zTrYN0nzvvgIhAOVS3tsBYMjeWL+Xf3rMD9B6XMUYiQ4d8DnPjkzNXcXk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46068079},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"10.2.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"@syncfusion/ej2-base":"~27.1.50","@syncfusion/ej2-data":"~27.1.51","@syncfusion/ej2-grids":"~27.1.51","@syncfusion/ej2-lists":"~27.1.50","@syncfusion/ej2-charts":"~27.1.51","@syncfusion/ej2-inputs":"~27.1.50","@syncfusion/ej2-popups":"~27.1.50","@syncfusion/ej2-buttons":"~27.1.51","@syncfusion/ej2-svg-base":"~27.1.50","@syncfusion/ej2-calendars":"~27.1.51","@syncfusion/ej2-dropdowns":"~27.1.51","@syncfusion/ej2-file-utils":"~27.1.50","@syncfusion/ej2-pdf-export":"~27.1.51","@syncfusion/ej2-compression":"~27.1.50","@syncfusion/ej2-navigations":"~27.1.51","@syncfusion/ej2-excel-export":"~27.1.50","@syncfusion/ej2-splitbuttons":"~27.1.50"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"bundleDependencies":[],"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_27.1.51-22768_1728039891185_0.17633343310703142","host":"s3://npm-registry-packages"}},"27.1.52":{"name":"@syncfusion/ej2-pivotview","version":"27.1.52","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@27.1.52","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"51a73eea31f55e6c6c33c7e65399416cb3b13617","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-27.1.52.tgz","fileCount":412,"integrity":"sha512-WqBNo1Nz6iObdp0+ImErAVJPRB5pUQJttdtYkeFZKq6c1kZWsE1t8FMcxQbgUgO9UfnVX91x5Yp8ypwtHLZKOg==","signatures":[{"sig":"MEYCIQDtHXPpEjUzDCbhfpgOLCa40O42W+w8EX0V7A3VYeEm9wIhAIhM+W2ciyHcLf6bhTiOOT2U9W+XygK4e3o2QVeLSl5k","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46044386},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"3bb088d56ccd1cbca98cb489e71dbd1e6f3591ed","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-27.1.51.tgz","_integrity":"sha512-C6U8mx6dxMMPXjmwAvngGTUXIZGJ9+sO+TIPyvvgYzsRgYg3Vl0j2xQzSTwME5DUpAu0iFdeyvKli0jCG0l0TQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.52","@syncfusion/ej2-data":"~27.1.52","@syncfusion/ej2-grids":"~27.1.52","@syncfusion/ej2-lists":"~27.1.50","@syncfusion/ej2-charts":"~27.1.52","@syncfusion/ej2-inputs":"~27.1.50","@syncfusion/ej2-popups":"~27.1.50","@syncfusion/ej2-buttons":"~27.1.51","@syncfusion/ej2-svg-base":"~27.1.50","@syncfusion/ej2-calendars":"~27.1.52","@syncfusion/ej2-dropdowns":"~27.1.52","@syncfusion/ej2-file-utils":"~27.1.50","@syncfusion/ej2-pdf-export":"~27.1.51","@syncfusion/ej2-compression":"~27.1.50","@syncfusion/ej2-navigations":"~27.1.52","@syncfusion/ej2-excel-export":"~27.1.50","@syncfusion/ej2-splitbuttons":"~27.1.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_27.1.52_1728357086619_0.43052024909475484","host":"s3://npm-registry-packages"}},"27.1.53":{"name":"@syncfusion/ej2-pivotview","version":"27.1.53","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@27.1.53","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"561b99c0cd947e06d9125aa70edcd4dbbb8e839d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-27.1.53.tgz","fileCount":413,"integrity":"sha512-Q4RJdg60pqSJ966OeiV/ZrXnf3dCONIIYuNxbsD6GDPzKIffqo20aT2Ah67jq9SQ3Pv6KTWpZfE+iBtwn6eiSA==","signatures":[{"sig":"MEUCIQCODgNiE9YdsKzxEH3AaUsvMGQRMGKRDm6tbfKS/YK+sAIgAweIIZEH0Uq2qidrKP1hMj/q1fL/4/4lRsJbIhILX18=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47151868},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"644d8c41df38cd482add8b003290f9b307ed9c19","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-27.1.52.tgz","_integrity":"sha512-Zw4uDfQllW8ysc2KUxgCR1V8tUZcoyq3zz9wJUZeNn12LDPCTeH88rOKC7FoAxXE4/VpzOntUyDakpHcd148ZA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~27.1.50","@syncfusion/ej2-charts":"~27.1.53","@syncfusion/ej2-inputs":"~27.1.50","@syncfusion/ej2-popups":"~27.1.53","@syncfusion/ej2-buttons":"~27.1.53","@syncfusion/ej2-svg-base":"~27.1.50","@syncfusion/ej2-calendars":"~27.1.52","@syncfusion/ej2-dropdowns":"~27.1.53","@syncfusion/ej2-file-utils":"~27.1.50","@syncfusion/ej2-pdf-export":"~27.1.51","@syncfusion/ej2-compression":"~27.1.50","@syncfusion/ej2-navigations":"~27.1.53","@syncfusion/ej2-excel-export":"~27.1.50","@syncfusion/ej2-splitbuttons":"~27.1.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_27.1.53_1728981983780_0.6453572612876783","host":"s3://npm-registry-packages"}},"27.1.55":{"name":"@syncfusion/ej2-pivotview","version":"27.1.55","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@27.1.55","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"785b97ebc291f76cb30cdde6ef034972075be28e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-27.1.55.tgz","fileCount":413,"integrity":"sha512-24cpb4WoJ8vENLYQeKtSxCArCt/YRs07KfjX3WjWYgWYY8k478NuyJjQxiJFOo8nUiTZfBEIwoXnpyDdWlBIiA==","signatures":[{"sig":"MEYCIQDkqih8fWWpKA+xdGcB9ZIBJ4/O3LzUij0ExmwuCIbytAIhALQGY9HDzmqW1WOjC/NaUb1LDlS+uHJYJ9giPd4sn97t","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47172669},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"7dd3676310722b17eb33b8f58b23ccf5209c12ff","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-27.1.53.tgz","_integrity":"sha512-CMNNDaawODzcOxqVnbCcNDnOJ+OJco5sXHYqF67dSA0Arxy9iliZtMB5KO2nRfUQRc/7Y2dS+zuenQ35xTvNzA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~27.1.50","@syncfusion/ej2-charts":"~27.1.55","@syncfusion/ej2-inputs":"~27.1.55","@syncfusion/ej2-popups":"~27.1.55","@syncfusion/ej2-buttons":"~27.1.53","@syncfusion/ej2-svg-base":"~27.1.50","@syncfusion/ej2-calendars":"~27.1.55","@syncfusion/ej2-dropdowns":"~27.1.55","@syncfusion/ej2-file-utils":"~27.1.53","@syncfusion/ej2-pdf-export":"~27.1.51","@syncfusion/ej2-compression":"~27.1.53","@syncfusion/ej2-navigations":"~27.1.55","@syncfusion/ej2-excel-export":"~27.1.50","@syncfusion/ej2-splitbuttons":"~27.1.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_27.1.55_1729566005931_0.156361792737715","host":"s3://npm-registry-packages"}},"27.1.57":{"name":"@syncfusion/ej2-pivotview","version":"27.1.57","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@27.1.57","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"862fec4de8096e95096188533b0d9af6cfd3b08e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-27.1.57.tgz","fileCount":413,"integrity":"sha512-X1WAEV3ou8j4oMx/E3Bo3I69AFkwS1GjKteORBQX/CKfJpOcLnq/1ofWworFEDTmtRiZ3E5ZK2mLPuqCXJIiNA==","signatures":[{"sig":"MEUCIQDJazRP1Z3BfwBJzKIQEoAm4Jy1OBpTjxC3AMOo+UQmJAIgEaAquZl/gQAs0iItKVEUXmW2WHQ79loneD2tEmDhqzE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47171958},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"e145915de925a1c5f821e9513df61bdaa5950b55","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-27.1.55.tgz","_integrity":"sha512-lORijU31WlTKQJLKuvFxJXcgdtHU97KJ9nn3TUB7yAkBjrSyUjC+2V2Ncs7uEQmYJn5yXPWU3IyfUQpqkl/YAA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~27.1.50","@syncfusion/ej2-charts":"~27.1.57","@syncfusion/ej2-inputs":"~27.1.55","@syncfusion/ej2-popups":"~27.1.57","@syncfusion/ej2-buttons":"~27.1.53","@syncfusion/ej2-svg-base":"~27.1.50","@syncfusion/ej2-calendars":"~27.1.57","@syncfusion/ej2-dropdowns":"~27.1.57","@syncfusion/ej2-file-utils":"~27.1.53","@syncfusion/ej2-pdf-export":"~27.1.51","@syncfusion/ej2-compression":"~27.1.53","@syncfusion/ej2-navigations":"~27.1.57","@syncfusion/ej2-excel-export":"~27.1.50","@syncfusion/ej2-splitbuttons":"~27.1.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_27.1.57_1730160151260_0.9397605710704342","host":"s3://npm-registry-packages"}},"27.1.58":{"name":"@syncfusion/ej2-pivotview","version":"27.1.58","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@27.1.58","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e049acf83af3f1242027f1b6fb8e80792d64d30e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-27.1.58.tgz","fileCount":413,"integrity":"sha512-WlsNurxmsYy1uh9rvbWXSnl4TcctWtEmjeCMZDHxhSZGSaWkr3iZooSQv8aY8yfb5FXjNOLEPCADibgdVLLFcg==","signatures":[{"sig":"MEUCIQCXMlvIgctN2sU9m2J1aWwYhaThGbaws/8kosoxoI34CgIgWt51TyEBkCJE64mNo2ldU+U7ENMi+/zq7N4EWycqeLU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47173436},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"fc7452a79e0bea1206b6d7d8686353f369b0080f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-27.1.57.tgz","_integrity":"sha512-LPRj0fVrIvkhQOQG4EFcQbrRQULxbsPTZ672MvDjxzLV3UbxUhoP3gMBSThCHYZHbhPIZcJ4SR4yaiYzeFkH8A==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.58","@syncfusion/ej2-lists":"~27.1.50","@syncfusion/ej2-charts":"~27.1.58","@syncfusion/ej2-inputs":"~27.1.58","@syncfusion/ej2-popups":"~27.1.58","@syncfusion/ej2-buttons":"~27.1.58","@syncfusion/ej2-svg-base":"~27.1.50","@syncfusion/ej2-calendars":"~27.1.57","@syncfusion/ej2-dropdowns":"~27.1.58","@syncfusion/ej2-file-utils":"~27.1.53","@syncfusion/ej2-pdf-export":"~27.1.51","@syncfusion/ej2-compression":"~27.1.53","@syncfusion/ej2-navigations":"~27.1.58","@syncfusion/ej2-excel-export":"~27.1.50","@syncfusion/ej2-splitbuttons":"~27.1.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_27.1.58_1730767780711_0.3754909305861589","host":"s3://npm-registry-packages"}},"27.2.2":{"name":"@syncfusion/ej2-pivotview","version":"27.2.2","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@27.2.2","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7053a8556be91d1fbceab5f162e22f8594da1698","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-27.2.2.tgz","fileCount":413,"integrity":"sha512-0VjIUBdnLdnAqwIs+DhcrUuQ+OENE97Z1nVnXUaBl5HfSTRBTa5JDK8pGSqu9sRWPxr5iIVqmynKd/7nlz37bg==","signatures":[{"sig":"MEQCIAQMTif89l1NM2/jGciH4DdwKRKjGex5ZG24kqU91h89AiBZZVUx4FIy5j9xwWs9bphip1/gmdUjnnoti2EKUOZt/w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47150416},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"ea781815e79d02c5afaec37f81a40d7d799b8f0e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-27.1.58.tgz","_integrity":"sha512-vfUy4uQ8ErHL2DtCS03FtRnQOCbTI30f4HvQfVZEasZFu4LoFkOGnZSpHEelWt2vqkOIS2eAcgooCLI3EWK5mg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~27.2.2","@syncfusion/ej2-charts":"~27.2.2","@syncfusion/ej2-inputs":"~27.2.2","@syncfusion/ej2-popups":"~27.2.2","@syncfusion/ej2-buttons":"~27.2.2","@syncfusion/ej2-svg-base":"~27.2.2","@syncfusion/ej2-calendars":"~27.2.2","@syncfusion/ej2-dropdowns":"~27.2.2","@syncfusion/ej2-file-utils":"~27.2.2","@syncfusion/ej2-pdf-export":"~27.2.2","@syncfusion/ej2-compression":"~27.2.2","@syncfusion/ej2-navigations":"~27.2.2","@syncfusion/ej2-excel-export":"~27.2.2","@syncfusion/ej2-splitbuttons":"~27.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_27.2.2_1731644593417_0.5261513516282017","host":"s3://npm-registry-packages"}},"27.2.3":{"name":"@syncfusion/ej2-pivotview","version":"27.2.3","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@27.2.3","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9c40cf5938da1b96237228024fa6deb5b720fb4f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-27.2.3.tgz","fileCount":413,"integrity":"sha512-G5VxTfO6oDa/yWAecEt3o7jHpk0NGxP44okZuYBpHxM7P0Svcmva3j3cqZ1QKA/8lRIR74IsLORYo2PKk/8Hgg==","signatures":[{"sig":"MEUCIAcc0dTmqt1JfQKOpN/1ka5FEbKzDoIdqQoz3F24ftMiAiEAgJ3ouh+MwprQ60iwMRG8BRjD/tk5iiufRifvGUa6NYk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47150982},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"a608a164c330507f2450b1569e8817ef0eeb1189","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-27.2.2.tgz","_integrity":"sha512-p4CXwT4hQuPzCKah5qmjCOp+jsX0yRDCcA7pSWqOo5QR8/pxxua0jb1pOxXNWNTcW2W/mINF1qK/4BHO1fK8/g==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~27.2.3","@syncfusion/ej2-charts":"~27.2.3","@syncfusion/ej2-inputs":"~27.2.2","@syncfusion/ej2-popups":"~27.2.2","@syncfusion/ej2-buttons":"~27.2.2","@syncfusion/ej2-svg-base":"~27.2.2","@syncfusion/ej2-calendars":"~27.2.3","@syncfusion/ej2-dropdowns":"~27.2.3","@syncfusion/ej2-file-utils":"~27.2.2","@syncfusion/ej2-pdf-export":"~27.2.2","@syncfusion/ej2-compression":"~27.2.2","@syncfusion/ej2-navigations":"~27.2.3","@syncfusion/ej2-excel-export":"~27.2.2","@syncfusion/ej2-splitbuttons":"~27.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_27.2.3_1732212169298_0.9611513085395422","host":"s3://npm-registry-packages"}},"27.2.4":{"name":"@syncfusion/ej2-pivotview","version":"27.2.4","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@27.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"15dee7ef8b1e131628c023416d2a4ddd08a48d4a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-27.2.4.tgz","fileCount":413,"integrity":"sha512-qlJHebWBcXV6vhlI1PdjBJB2Cj7t/WaxEea5H3oBfoSjRrP/LHnblEeGN/Ok7XNCqWfx4MNs53UeUKpeGvPJAw==","signatures":[{"sig":"MEUCIBsv96eS47F/WdHoW3ZVLOdW3K0p4QCV6fe9JNAPHFS/AiEAsSqWHZN4ujHASFgXNBOxX97DBiUB4ZNfU5d2y3yvrgo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47154651},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"332f6ae27318baee6e6a50b8c2d9592c7134c646","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-27.2.3.tgz","_integrity":"sha512-/kza9YO/FRsib23yeV90VYjl4I4L34fsuGPMDd7ziy7aWqFfvGM+kDH+hsY6tNj8qS8gcFLE5D/oJJQz1YW7/w==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.4","@syncfusion/ej2-lists":"~27.2.3","@syncfusion/ej2-charts":"~27.2.4","@syncfusion/ej2-inputs":"~27.2.4","@syncfusion/ej2-popups":"~27.2.2","@syncfusion/ej2-buttons":"~27.2.4","@syncfusion/ej2-svg-base":"~27.2.2","@syncfusion/ej2-calendars":"~27.2.3","@syncfusion/ej2-dropdowns":"~27.2.4","@syncfusion/ej2-file-utils":"~27.2.2","@syncfusion/ej2-pdf-export":"~27.2.2","@syncfusion/ej2-compression":"~27.2.2","@syncfusion/ej2-navigations":"~27.2.4","@syncfusion/ej2-excel-export":"~27.2.2","@syncfusion/ej2-splitbuttons":"~27.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_27.2.4_1732579800055_0.19873084095364923","host":"s3://npm-registry-packages"}},"28.1.33":{"name":"@syncfusion/ej2-pivotview","version":"28.1.33","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@28.1.33","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"104616b0d1ece3e30ebcc20be07d4ef8947755f4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-28.1.33.tgz","fileCount":433,"integrity":"sha512-554N9yGX9aW4qniJvtMmWR7uqsKGSJv4Q7HPpbpP7JTZXUeiyt8qJ1OpMi+sFBAdNpOaK3+YoLPAT4PuQbbhqg==","signatures":[{"sig":"MEQCIGBYgWX52ZkIsp2CeupZTBcVGhLCSWM2GVL4ijtXnIOAAiA1smDlOXYgWFdRKjAfy6aD3EUsHxrocOnuNzjMf4iVVQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49622676},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"d08a927e2b80b5c54e40b7ac3ed723ae82be582d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-26.1.35.tgz","_integrity":"sha512-z8DWRjIZFOgwhAjVI+L1+a9NZBcspIvqSP3SBOJsaEYTScFPYcvFk9nHv5MF3IrIDcD8coUltfwxHnnhUXkiPg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~28.1.33","@syncfusion/ej2-charts":"~28.1.33","@syncfusion/ej2-inputs":"~28.1.33","@syncfusion/ej2-popups":"~28.1.33","@syncfusion/ej2-buttons":"~28.1.33","@syncfusion/ej2-svg-base":"~28.1.33","@syncfusion/ej2-calendars":"~28.1.33","@syncfusion/ej2-dropdowns":"~28.1.33","@syncfusion/ej2-file-utils":"~28.1.33","@syncfusion/ej2-pdf-export":"~28.1.33","@syncfusion/ej2-compression":"~28.1.33","@syncfusion/ej2-navigations":"~28.1.33","@syncfusion/ej2-excel-export":"~28.1.33","@syncfusion/ej2-splitbuttons":"~28.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_28.1.33_1733990986603_0.3377460667640988","host":"s3://npm-registry-packages-npm-production"}},"28.1.36":{"name":"@syncfusion/ej2-pivotview","version":"28.1.36","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@28.1.36","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1de4862e2890e0c11f0053257c22c79eddce7779","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-28.1.36.tgz","fileCount":433,"integrity":"sha512-eLD7z0xPe0QUyMhtpjcy/nnapvzeIqfxXucwgtIgZZRtHLZqNks9vrbZwLnEBbTcXTXT6aci2xUtFbXzJ4I2Hg==","signatures":[{"sig":"MEUCID/Vi1pB4SX0vaPbMxgptBO4lFDMR9OZ5TkkzVJZr7zQAiEApGh0tZEuudTDxOQCCkyrOxqWCiPOHJ5rx3k3V5s5IwA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49638868},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"cb2131d7c659db67cb25073de8c4df9431be2482","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-28.1.33.tgz","_integrity":"sha512-3gRPSL1tgtnTl9VvDWtCOKmA8gQFSRGGNxCVtv5e5tGoiQezrhB5LpWODl6d6P+4cX5tsC+4yrzD/tGq2u7fVg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~28.1.33","@syncfusion/ej2-charts":"~28.1.36","@syncfusion/ej2-inputs":"~28.1.33","@syncfusion/ej2-popups":"~28.1.33","@syncfusion/ej2-buttons":"~28.1.36","@syncfusion/ej2-svg-base":"~28.1.36","@syncfusion/ej2-calendars":"~28.1.36","@syncfusion/ej2-dropdowns":"~28.1.36","@syncfusion/ej2-file-utils":"~28.1.33","@syncfusion/ej2-pdf-export":"~28.1.33","@syncfusion/ej2-compression":"~28.1.33","@syncfusion/ej2-navigations":"~28.1.36","@syncfusion/ej2-excel-export":"~28.1.33","@syncfusion/ej2-splitbuttons":"~28.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_28.1.36_1735037443563_0.7918371097277581","host":"s3://npm-registry-packages-npm-production"}},"28.1.37":{"name":"@syncfusion/ej2-pivotview","version":"28.1.37","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@28.1.37","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"07f041e38dc022367354620cca9cff5e87157314","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-28.1.37.tgz","fileCount":433,"integrity":"sha512-KVmjCmFW7UwKxSxwOa+fWXHlVky31+kCtgi2uEAUb3MH1POT0KTGTXSp98XfSlcjZx6dWO2MBYs+6fx0aPgRXA==","signatures":[{"sig":"MEYCIQDNymzrtizk1E65Qv1t/LGxL/OW+QGM8tKxnAkGYSAapAIhAKaSYy/sxpm+sCHExHM7gQBUAxT366htUoQnkYvo0VMa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49640266},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"cb2131d7c659db67cb25073de8c4df9431be2482","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-28.1.33.tgz","_integrity":"sha512-3gRPSL1tgtnTl9VvDWtCOKmA8gQFSRGGNxCVtv5e5tGoiQezrhB5LpWODl6d6P+4cX5tsC+4yrzD/tGq2u7fVg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~28.1.37","@syncfusion/ej2-charts":"~28.1.37","@syncfusion/ej2-inputs":"~28.1.37","@syncfusion/ej2-popups":"~28.1.33","@syncfusion/ej2-buttons":"~28.1.37","@syncfusion/ej2-svg-base":"~28.1.37","@syncfusion/ej2-calendars":"~28.1.37","@syncfusion/ej2-dropdowns":"~28.1.37","@syncfusion/ej2-file-utils":"~28.1.33","@syncfusion/ej2-pdf-export":"~28.1.33","@syncfusion/ej2-compression":"~28.1.33","@syncfusion/ej2-navigations":"~28.1.37","@syncfusion/ej2-excel-export":"~28.1.33","@syncfusion/ej2-splitbuttons":"~28.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_28.1.37_1735602800264_0.7145025752388929","host":"s3://npm-registry-packages-npm-production"}},"28.1.38":{"name":"@syncfusion/ej2-pivotview","version":"28.1.38","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@28.1.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2b9e4becf5afdd214832bfde73b063a8257eb371","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-28.1.38.tgz","fileCount":433,"integrity":"sha512-gfSvcMK82dz65XCkrX2wPlElBmb+/Dm7abpLCPkmd339ej82LMSWiTGeRcFa0kdnIBOU7fCHGojZK68s50DYLQ==","signatures":[{"sig":"MEUCIQDP3TX2B2CzCPDjmMObxIRVf/Zn73qGNgwiY8U2kBPZOwIgXyO4QcQ/YWXcwoi2dDaSdOGhXGvae6sFc3QyQHpvjoo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49646739},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"80e72b27d39fdc345d5708077aa8b6525eb28959","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-28.1.37.tgz","_integrity":"sha512-l0iNBgOP0WXFWBUkNcSJgmTuGJO4/hGxY9/RgQWP22/dpX2P7HIIDBe14shbyck13lkZs/mYJ0eV6AffbAzKuw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~28.1.37","@syncfusion/ej2-charts":"~28.1.38","@syncfusion/ej2-inputs":"~28.1.37","@syncfusion/ej2-popups":"~28.1.38","@syncfusion/ej2-buttons":"~28.1.37","@syncfusion/ej2-svg-base":"~28.1.37","@syncfusion/ej2-calendars":"~28.1.37","@syncfusion/ej2-dropdowns":"~28.1.38","@syncfusion/ej2-file-utils":"~28.1.33","@syncfusion/ej2-pdf-export":"~28.1.38","@syncfusion/ej2-compression":"~28.1.33","@syncfusion/ej2-navigations":"~28.1.37","@syncfusion/ej2-excel-export":"~28.1.33","@syncfusion/ej2-splitbuttons":"~28.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_28.1.38_1736213097196_0.2808428663954248","host":"s3://npm-registry-packages-npm-production"}},"28.1.41":{"name":"@syncfusion/ej2-pivotview","version":"28.1.41","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@28.1.41","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f2691739aa674849e5b466e88937fcda00cba4b3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-28.1.41.tgz","fileCount":433,"integrity":"sha512-LGmsmUh9cKcC7xBw3MpL8c64YWw2GLU0YCcjT9OEpvdTr9NbI4kvP5Ne0rwcROtRmElNoL2jNyNS3Xxtl1JJ2Q==","signatures":[{"sig":"MEYCIQCzJSeFrOEa0AMlltsP/U5E8NViyyliToEbrk/EQ4vezAIhAIsFjF+E4wo3aYsZjKnNExJW9MCgsEDCvTdMGi+C9EcL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49671176},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"2f9fa2313056454b6e8a508cc748b3c9ef308eb3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-28.1.38.tgz","_integrity":"sha512-qHjLPCwcYJdJuwAzPALBl4IbHfl0zw1l2WzbJzvprgNTZP0Tgs9DC3zgNt+UDinqLChHUBA/uolTmXvpscumdg==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.41","@syncfusion/ej2-lists":"~28.1.37","@syncfusion/ej2-charts":"~28.1.41","@syncfusion/ej2-inputs":"~28.1.41","@syncfusion/ej2-popups":"~28.1.39","@syncfusion/ej2-buttons":"~28.1.39","@syncfusion/ej2-svg-base":"~28.1.37","@syncfusion/ej2-calendars":"~28.1.41","@syncfusion/ej2-dropdowns":"~28.1.41","@syncfusion/ej2-file-utils":"~28.1.33","@syncfusion/ej2-pdf-export":"~28.1.38","@syncfusion/ej2-compression":"~28.1.33","@syncfusion/ej2-navigations":"~28.1.41","@syncfusion/ej2-excel-export":"~28.1.33","@syncfusion/ej2-splitbuttons":"~28.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_28.1.41_1737424535862_0.1849234532805546","host":"s3://npm-registry-packages-npm-production"}},"28.2.3":{"name":"@syncfusion/ej2-pivotview","version":"28.2.3","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@28.2.3","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c858f4964a14a52fc48aa80bbade289b84b6d7f7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-28.2.3.tgz","fileCount":433,"integrity":"sha512-GQT1pOAnE8GKvDEjcU5Wh6+B/zMPuXpf30FQ3jS3bJgS9AtLVJxSWLXMG+qTlnWLcUqMkgl87DjwKPY8nxDZqA==","signatures":[{"sig":"MEUCIQC//v1Tb/zwrXqJm/Boh/qroPDBBPysQYA+LCbdYsVmzQIgfQMnjcyf8nJNveDBMLE88GPJdKFGMV+Yo/eSIh+zHzk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":49847685},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"b1f871752985303527477d926684b132f99d71b1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-28.1.41.tgz","_integrity":"sha512-6jOVi4WE9BZQ5LlZUZ/FH57B1pWHDV+/02Irqkd71zVqpPEZC7bsil1DL3gsZDOfQXeq5ux/FACzPvmMlJhd+g==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~28.2.3","@syncfusion/ej2-charts":"~28.2.3","@syncfusion/ej2-inputs":"~28.2.3","@syncfusion/ej2-popups":"~28.2.3","@syncfusion/ej2-buttons":"~28.2.3","@syncfusion/ej2-svg-base":"~28.2.3","@syncfusion/ej2-calendars":"~28.2.3","@syncfusion/ej2-dropdowns":"~28.2.3","@syncfusion/ej2-file-utils":"~28.2.3","@syncfusion/ej2-pdf-export":"~28.2.3","@syncfusion/ej2-compression":"~28.2.3","@syncfusion/ej2-navigations":"~28.2.3","@syncfusion/ej2-excel-export":"~28.2.3","@syncfusion/ej2-splitbuttons":"~28.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_28.2.3_1738146559988_0.6707020938662662","host":"s3://npm-registry-packages-npm-production"}},"28.2.4":{"name":"@syncfusion/ej2-pivotview","version":"28.2.4","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@28.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2ff4bba9b348057ad48a7d1e2bb3a860aa25970d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-28.2.4.tgz","fileCount":433,"integrity":"sha512-2zZKI8Y6LpodxHnEmGYruqrXYHjvP7jYrFAPSk07a1ykYrCvTbPF5hN8gjE1tbgKEWk6f5IsZ9C7UkfQFCPhcQ==","signatures":[{"sig":"MEUCIQC9GJTmGnFXVMBj8/83d9Cn1n+VKbDd/eMmdcu2AFi3mwIgLs8yn9ffFNfZH2cImnlSYhWKZrnhN1xDa2XxUDDCuY4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":49851547},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"5de87c21f12f472fc9c63ef15b7c1c96429a9a21","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-28.2.3.tgz","_integrity":"sha512-7EbHr0TY6epCOchjKqfa2HR3pPyhUIdfyzHLV1MsOoXkgiv7hqgTpMUCi7MFttrr8Jp9Fb9Mg0qOU9nnSIlALw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~28.2.3","@syncfusion/ej2-charts":"~28.2.4","@syncfusion/ej2-inputs":"~28.2.3","@syncfusion/ej2-popups":"~28.2.3","@syncfusion/ej2-buttons":"~28.2.3","@syncfusion/ej2-svg-base":"~28.2.3","@syncfusion/ej2-calendars":"~28.2.3","@syncfusion/ej2-dropdowns":"~28.2.4","@syncfusion/ej2-file-utils":"~28.2.3","@syncfusion/ej2-pdf-export":"~28.2.3","@syncfusion/ej2-compression":"~28.2.3","@syncfusion/ej2-navigations":"~28.2.4","@syncfusion/ej2-excel-export":"~28.2.3","@syncfusion/ej2-splitbuttons":"~28.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_28.2.4_1738631042208_0.07540958374154738","host":"s3://npm-registry-packages-npm-production"}},"22.2.5-100737":{"name":"@syncfusion/ej2-pivotview","version":"22.2.5-100737","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@22.2.5-100737","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d1b73417fd0b729d0c8fa580b0f2ae5f87ac4805","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.2.5-100737.tgz","fileCount":347,"integrity":"sha512-7Rn7AiMcZx2zpgpz46RduiRxGUo8itrd7E0uQ3oNfyMwiYpPGqUnY1iluAJF+84mcCO6GuP2ODMSgpvHBWUHAg==","signatures":[{"sig":"MEQCIEWFHxyO2vIOgRlPtlGut17poX/+tpvaVUFw4f4Bk1dGAiBUDPN2HAkbe8xf2KjkMf2pmHmmBCKeAOT8Hsi/ZTVGzA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37624016},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"571b38bc05fd321eaf8c5a6bcf11faec840d5963","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.1.39.tgz","_integrity":"sha512-36T+MRktA9q3DQnZYHekLZ/Q+xuSB0PJ49uWBxuozmeN2o/VfKmFPE4Ar0oHQtpqOx+iRAi8ICzdVxrhSqFjBA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.9.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"10.16.2","dependencies":{"@syncfusion/ej2-base":"~22.2.5","@syncfusion/ej2-data":"~22.2.5","@syncfusion/ej2-grids":"~22.2.5","@syncfusion/ej2-lists":"~22.2.5","@syncfusion/ej2-charts":"~22.2.5","@syncfusion/ej2-inputs":"~22.2.5","@syncfusion/ej2-popups":"~22.2.5","@syncfusion/ej2-buttons":"~22.2.5","@syncfusion/ej2-svg-base":"~22.2.5","@syncfusion/ej2-calendars":"~22.2.5","@syncfusion/ej2-dropdowns":"~22.2.5","@syncfusion/ej2-file-utils":"~22.2.5","@syncfusion/ej2-pdf-export":"~22.2.5","@syncfusion/ej2-compression":"~22.2.5","@syncfusion/ej2-navigations":"~22.2.5","@syncfusion/ej2-excel-export":"~22.2.5","@syncfusion/ej2-splitbuttons":"~22.2.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_22.2.5-100737_1738670917159_0.8169095103262087","host":"s3://npm-registry-packages-npm-production"}},"28.2.6":{"name":"@syncfusion/ej2-pivotview","version":"28.2.6","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@28.2.6","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7cea62cb3666bf84c900a330f9161713749f4049","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-28.2.6.tgz","fileCount":433,"integrity":"sha512-MDLz6Q5SFYeECo7ssRtkyAHIfCeyfsxrnKSzN153ChqduOqwMg/hMbKbBy2Wi0vaoLaUJnNgLOK1aO08UECmkA==","signatures":[{"sig":"MEUCIQCP2C52umUQoXnFt9OSMNtGxTzOMQ6bsZV/BMw+hrgdugIgVoROTk/FvGCjW71Xa8+UT4ug0tAe0n+x+tka6N6HRbo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":49855228},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"61d5d1cadd2f6ff1f55ff6df82fab302737368e2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-28.2.4.tgz","_integrity":"sha512-IzrNe+9Uu/BQRq3oh4LwIUYsRLjhuXk4mczCDP+fpyT/LTFOZ5/NDtP5dRHj8XSNvx9G+EjmMCY90kk92kEMzw==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~28.2.3","@syncfusion/ej2-charts":"~28.2.6","@syncfusion/ej2-inputs":"~28.2.3","@syncfusion/ej2-popups":"~28.2.6","@syncfusion/ej2-buttons":"~28.2.6","@syncfusion/ej2-svg-base":"~28.2.3","@syncfusion/ej2-calendars":"~28.2.3","@syncfusion/ej2-dropdowns":"~28.2.6","@syncfusion/ej2-file-utils":"~28.2.3","@syncfusion/ej2-pdf-export":"~28.2.3","@syncfusion/ej2-compression":"~28.2.3","@syncfusion/ej2-navigations":"~28.2.6","@syncfusion/ej2-excel-export":"~28.2.3","@syncfusion/ej2-splitbuttons":"~28.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_28.2.6_1739845469865_0.1277402856782235","host":"s3://npm-registry-packages-npm-production"}},"28.2.7":{"name":"@syncfusion/ej2-pivotview","version":"28.2.7","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@28.2.7","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"66ced3616c0a6696554ff3f5d1f308424c7066f8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-28.2.7.tgz","fileCount":433,"integrity":"sha512-M+j6TTsIrYzeu1YdYVpQNzacHxeiVG2dEtGvuL8L93Gk+FP3N4Jmz6zP42dLCQye9XuzxAZQYAodwwfeFQpZiA==","signatures":[{"sig":"MEYCIQDRbnFedt5mO1d73XIPpnO4hUSpWncgjZ21kvmo0mUDXQIhAN7APS2dU5XF3llPaY1pwA/1WSOIrmmfSwBsEPeO6bFn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":49911839},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"87874da202f74c0612c592415a9df33b411930c9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-28.2.6.tgz","_integrity":"sha512-xJFImp/VbvTwZ9cNmpLPyfYCsRbXboRlrVcswrT7mp4ESCqWRUiVmqTSLp6aGrRq1Nvgh9b4bdhldAgDF+OmgQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.7","@syncfusion/ej2-lists":"~28.2.3","@syncfusion/ej2-charts":"~28.2.7","@syncfusion/ej2-inputs":"~28.2.3","@syncfusion/ej2-popups":"~28.2.6","@syncfusion/ej2-buttons":"~28.2.7","@syncfusion/ej2-svg-base":"~28.2.3","@syncfusion/ej2-calendars":"~28.2.7","@syncfusion/ej2-dropdowns":"~28.2.7","@syncfusion/ej2-file-utils":"~28.2.3","@syncfusion/ej2-pdf-export":"~28.2.3","@syncfusion/ej2-compression":"~28.2.3","@syncfusion/ej2-navigations":"~28.2.6","@syncfusion/ej2-excel-export":"~28.2.3","@syncfusion/ej2-splitbuttons":"~28.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_28.2.7_1740452114352_0.164429404446647","host":"s3://npm-registry-packages-npm-production"}},"28.2.11":{"name":"@syncfusion/ej2-pivotview","version":"28.2.11","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@28.2.11","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ba0b64777df66e1ad9aeea333677674dfc51e362","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-28.2.11.tgz","fileCount":433,"integrity":"sha512-mZFxaQFuCRFpqf1UBpkDhc3DOJBaQ37v5Vi6fpxDQ2gl7tvdNNthvxHGTLhuxtdBwbGWmqAnUnEoCXhTITEPvQ==","signatures":[{"sig":"MEUCIQCTwm3w744NTXjS0XNMTCDBkWcE68f1ZAotFXxUS5x5EAIgb5sbFeuiQGfHkf2wtwkNsXG2LCDpnoKc8ikJr7lTJgI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":49912093},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"0af576bd99c0bb4ce3f4c6db216b46ceaa154ac3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-28.2.7.tgz","_integrity":"sha512-nm+Gw1DyyUvaLLVA1CwnnY6T6PhMixNWb7+LR98cpyU1lW88mu/MC/T5yR3RuNG/WyHa2wK8PA5hDz92A8LEkA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.2.9","@syncfusion/ej2-data":"~28.2.11","@syncfusion/ej2-grids":"~28.2.11","@syncfusion/ej2-lists":"~28.2.3","@syncfusion/ej2-charts":"~28.2.11","@syncfusion/ej2-inputs":"~28.2.11","@syncfusion/ej2-popups":"~28.2.9","@syncfusion/ej2-buttons":"~28.2.7","@syncfusion/ej2-svg-base":"~28.2.3","@syncfusion/ej2-calendars":"~28.2.11","@syncfusion/ej2-dropdowns":"~28.2.11","@syncfusion/ej2-file-utils":"~28.2.3","@syncfusion/ej2-pdf-export":"~28.2.3","@syncfusion/ej2-compression":"~28.2.3","@syncfusion/ej2-navigations":"~28.2.11","@syncfusion/ej2-excel-export":"~28.2.3","@syncfusion/ej2-splitbuttons":"~28.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_28.2.11_1741659939189_0.928988083530734","host":"s3://npm-registry-packages-npm-production"}},"29.1.33":{"name":"@syncfusion/ej2-pivotview","version":"29.1.33","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@29.1.33","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8c337ca8ceb46a556ae20369e929c00861d7d276","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-29.1.33.tgz","fileCount":776,"integrity":"sha512-wY2eVSIr3X5FtXbh9Y4cvyFjCb0F4GFJBbK4RcbH0WESekRXYvIUW1cHVa8D3Z2DKCwcQETbixlw/xwqIYUGaw==","signatures":[{"sig":"MEUCIDsgk0YKaAnIxGPpNk6YNky9Mk4KSulrymwy4NsHfjLnAiEAo4PBqQSAlJgXPnyCWxP35Gqtqs8R/5TGhEsGPwWDXdQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":129440650},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"3f9cd121b8b97bdb8e7ff3c2266b73aefb105765","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-pivotview/-/ej2-pivotview-28.1.33.tgz","_integrity":"sha512-Q6ZVQR06B30eWizkXYHQI/5FuTXIgzX3Lvy1AwwjsfQnmFwszjZuzlJBQk0r/IdjMQUCUgIY8nz5OQnhtNUNiQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~29.1.33","@syncfusion/ej2-charts":"~29.1.33","@syncfusion/ej2-inputs":"~29.1.33","@syncfusion/ej2-popups":"~29.1.33","@syncfusion/ej2-buttons":"~29.1.33","@syncfusion/ej2-svg-base":"~29.1.33","@syncfusion/ej2-calendars":"~29.1.33","@syncfusion/ej2-dropdowns":"~29.1.33","@syncfusion/ej2-file-utils":"~29.1.33","@syncfusion/ej2-pdf-export":"~29.1.33","@syncfusion/ej2-compression":"~29.1.33","@syncfusion/ej2-navigations":"~29.1.33","@syncfusion/ej2-excel-export":"~29.1.33","@syncfusion/ej2-splitbuttons":"~29.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_29.1.33_1742897875947_0.5480077528206522","host":"s3://npm-registry-packages-npm-production"}},"29.1.34":{"name":"@syncfusion/ej2-pivotview","version":"29.1.34","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@29.1.34","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c0627b0c22f1b39a51db47bdcb6588bd7951f757","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-29.1.34.tgz","fileCount":434,"integrity":"sha512-vDoxfjIkihmqbZLXlttpEflayYE1KHVV9TQMIrLyp3+QypZWAN4dkTgRN7b9/40z1gSJ1+0WW9GbABE9FTHP+A==","signatures":[{"sig":"MEYCIQCHDnMERoWDNE/is2UW9bTlz1VwRb8UNorjxCAI1MeRsgIhAOFA27gCoztTHLUaXpJmkxtJioFP+xpcx2D/xwCUnIaB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":50288628},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@29.1.33","_spec":"@syncfusion/ej2-pivotview@29.1.33","_where":"E:\\march2025\\memory-leaks\\node_modules\\@syncfusion\\ej2-angular-pivotview","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"8c337ca8ceb46a556ae20369e929c00861d7d276","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-pivotview/-/ej2-pivotview-29.1.33.tgz","_integrity":"sha512-wY2eVSIr3X5FtXbh9Y4cvyFjCb0F4GFJBbK4RcbH0WESekRXYvIUW1cHVa8D3Z2DKCwcQETbixlw/xwqIYUGaw==","_requested":{"raw":"@syncfusion/ej2-pivotview@29.1.33","name":"@syncfusion/ej2-pivotview","type":"version","scope":"@syncfusion","rawSpec":"29.1.34","registry":true,"saveSpec":null,"fetchSpec":"29.1.34","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.9.0","_requiredBy":["/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"10.16.2","dependencies":{"@syncfusion/ej2-base":"~29.1.33","@syncfusion/ej2-data":"~29.1.33","@syncfusion/ej2-grids":"~29.1.33","@syncfusion/ej2-lists":"~29.1.33","@syncfusion/ej2-charts":"~29.1.33","@syncfusion/ej2-inputs":"~29.1.33","@syncfusion/ej2-popups":"~29.1.33","@syncfusion/ej2-buttons":"~29.1.33","@syncfusion/ej2-svg-base":"~29.1.33","@syncfusion/ej2-calendars":"~29.1.33","@syncfusion/ej2-dropdowns":"~29.1.33","@syncfusion/ej2-file-utils":"~29.1.33","@syncfusion/ej2-pdf-export":"~29.1.33","@syncfusion/ej2-compression":"~29.1.33","@syncfusion/ej2-navigations":"~29.1.33","@syncfusion/ej2-excel-export":"~29.1.33","@syncfusion/ej2-splitbuttons":"~29.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_29.1.34_1742989594567_0.4405534974977039","host":"s3://npm-registry-packages-npm-production"}},"29.1.37":{"name":"@syncfusion/ej2-pivotview","version":"29.1.37","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@29.1.37","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"eaa910d2b74d0330f24528ffec1b9c4e36ac7315","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-29.1.37.tgz","fileCount":434,"integrity":"sha512-8wvMk6wDwLw2mxZt7OhFcT7oK5zs5DYsqc7c48L8wlOB+2vrStkYhCtt62Mp1NlaziuH+W+0G/SqsbfGB0FRvw==","signatures":[{"sig":"MEUCID97cQNzVUQOyW6+gT3sGnsJS4fDmSWn/K9iBgG4VsJkAiEA9U6PsyhZ9zvawcGu1WBmpk1v4vAP9cfiTzTJTJio3Gg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":50300584},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"5772403c195263472d46c01bd55898e5927657bf","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-29.1.33.tgz","_integrity":"sha512-6WK69Ov8Zue/tfW97sTW+3pUruQ7ocVRTUzE4cURKvXk9FsgPMlmWE+aSqKMBZFNy4FiSWjj/Qr/uq3ZQNiFQA==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~29.1.34","@syncfusion/ej2-charts":"~29.1.35","@syncfusion/ej2-inputs":"~29.1.34","@syncfusion/ej2-popups":"~29.1.37","@syncfusion/ej2-buttons":"~29.1.34","@syncfusion/ej2-svg-base":"~29.1.33","@syncfusion/ej2-calendars":"~29.1.35","@syncfusion/ej2-dropdowns":"~29.1.37","@syncfusion/ej2-file-utils":"~29.1.33","@syncfusion/ej2-pdf-export":"~29.1.33","@syncfusion/ej2-compression":"~29.1.33","@syncfusion/ej2-navigations":"~29.1.37","@syncfusion/ej2-excel-export":"~29.1.33","@syncfusion/ej2-splitbuttons":"~29.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_29.1.37_1744081741411_0.7153885055825129","host":"s3://npm-registry-packages-npm-production"}},"22.2.5-496032":{"name":"@syncfusion/ej2-pivotview","version":"22.2.5-496032","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@22.2.5-496032","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a5f126128cc462e6a8d42a63516775d38851198d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.2.5-496032.tgz","fileCount":346,"integrity":"sha512-iEajNl+KRFt8GSwPCIqFEVzXdYr431nYuXrrvJpz6D8rLwbwXv4iH2sAV8N+q8xFOogFkJJqUZxPjkd4lHd0fQ==","signatures":[{"sig":"MEYCIQCTwWx80SjjdOiUfx3LGrmTb9oZEvly1nwXKHD2p8KLhwIhAJN2xG07AWAvZYNvB2fpHCCkAmJnsDrzSayu4350JtWM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36618296},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.3.1","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"@syncfusion/ej2-base":"~22.2.5","@syncfusion/ej2-data":"~22.2.5","@syncfusion/ej2-grids":"~22.2.5","@syncfusion/ej2-lists":"~22.2.5","@syncfusion/ej2-charts":"~22.2.5","@syncfusion/ej2-inputs":"~22.2.5","@syncfusion/ej2-popups":"~22.2.5","@syncfusion/ej2-buttons":"~22.2.5","@syncfusion/ej2-svg-base":"~22.2.5","@syncfusion/ej2-calendars":"~22.2.5","@syncfusion/ej2-dropdowns":"~22.2.5","@syncfusion/ej2-file-utils":"~22.2.5","@syncfusion/ej2-pdf-export":"~22.2.5","@syncfusion/ej2-compression":"~22.2.5","@syncfusion/ej2-navigations":"~22.2.5","@syncfusion/ej2-excel-export":"~22.2.5","@syncfusion/ej2-splitbuttons":"~22.2.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_22.2.5-496032_1744266494560_0.9368894284036144","host":"s3://npm-registry-packages-npm-production"}},"29.1.38":{"name":"@syncfusion/ej2-pivotview","version":"29.1.38","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@29.1.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"58f54a09005934c051475442de066dbce43d2187","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-29.1.38.tgz","fileCount":434,"integrity":"sha512-EwVoO57V5nOBQoAxPRs1Ib66nPVzASi9z8P2vqo9JX3fsQKZvqnAjl02q/IETA+/0XW97h47/KxJbkgq0AaZBw==","signatures":[{"sig":"MEYCIQDi7BLVXP4IDvfj+VfkEFneDOOE88d9qR6Wcqha/AVH9wIhAIgxdBHB0V6RRKCLEstNIBBT7IvWzd6XTe5kOP1Nb1yd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":50315328},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"9a226f5fdcb31167f8d9e95af068edde3ea546d0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-29.1.37.tgz","_integrity":"sha512-n/J+RJkwFHBwJUVbDJ9QIsBrnXye4EjbtVxnVu4QMpp+G2yfCk/CLCraeKLZqhvV005X6BDEeur5nMzFHQMESQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.38","@syncfusion/ej2-lists":"~29.1.34","@syncfusion/ej2-charts":"~29.1.35","@syncfusion/ej2-inputs":"~29.1.38","@syncfusion/ej2-popups":"~29.1.37","@syncfusion/ej2-buttons":"~29.1.34","@syncfusion/ej2-svg-base":"~29.1.33","@syncfusion/ej2-calendars":"~29.1.35","@syncfusion/ej2-dropdowns":"~29.1.38","@syncfusion/ej2-file-utils":"~29.1.33","@syncfusion/ej2-pdf-export":"~29.1.33","@syncfusion/ej2-compression":"~29.1.33","@syncfusion/ej2-navigations":"~29.1.38","@syncfusion/ej2-excel-export":"~29.1.33","@syncfusion/ej2-splitbuttons":"~29.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_29.1.38_1744669901664_0.45142855784034897","host":"s3://npm-registry-packages-npm-production"}},"22.2.12-715169":{"name":"@syncfusion/ej2-pivotview","version":"22.2.12-715169","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@22.2.12-715169","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4a335cc54ef4124c8591642f23937be007e3947d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.2.12-715169.tgz","fileCount":347,"integrity":"sha512-pzNLye8wOzoedicfvkiJewYZLfVfzE1soXqPJSyVYUjcN3I/rfr44ElRk48zaqh67o1+pfXaG0Md12JRjGe/BQ==","signatures":[{"sig":"MEUCIBNBd6FrkJtEW8pW2leHdStLGHBSrHfBhsfiCTsfZ5NEAiEA6uYn3Tb2U3mCszAfhy2YbdK48onj3ZKuweR6c7ORSRM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37718347},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"bd2dccd62cd2e635ca20c2fe39f3df42ef0923a0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-22.2.11.tgz","_integrity":"sha512-J8wj8TQe+e1tnA3vMArg+zl51bmyqMuiUoWJvvyQDqEoOpNgFLAL1jRoeM32eCZ3CYCpVMr9/6iq/w9dtlZ5/A==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.9.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"10.16.2","dependencies":{"@syncfusion/ej2-base":"~22.2.12","@syncfusion/ej2-data":"~22.2.5","@syncfusion/ej2-grids":"~22.2.12","@syncfusion/ej2-lists":"~22.2.11","@syncfusion/ej2-charts":"~22.2.12","@syncfusion/ej2-inputs":"~22.2.12","@syncfusion/ej2-popups":"~22.2.11","@syncfusion/ej2-buttons":"~22.2.9","@syncfusion/ej2-svg-base":"~22.2.8","@syncfusion/ej2-calendars":"~22.2.12","@syncfusion/ej2-dropdowns":"~22.2.12","@syncfusion/ej2-file-utils":"~22.2.5","@syncfusion/ej2-pdf-export":"~22.2.5","@syncfusion/ej2-compression":"~22.2.5","@syncfusion/ej2-navigations":"~22.2.11","@syncfusion/ej2-excel-export":"~22.2.5","@syncfusion/ej2-splitbuttons":"~22.2.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_22.2.12-715169_1745237796032_0.6773157696013892","host":"s3://npm-registry-packages-npm-production"}},"29.1.38-715169":{"name":"@syncfusion/ej2-pivotview","version":"29.1.38-715169","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@29.1.38-715169","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8639a98f373bf68501b664e260f252f96132733d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-29.1.38-715169.tgz","fileCount":434,"integrity":"sha512-hq5JCwYnP8j1y/HNd1NaBo+mnnoWKA73FRBPpIRNsF5OXERETUlZzCzhjmBmKM18NYIXgyo5FDQv8mXwN0B0pA==","signatures":[{"sig":"MEQCIHNTef4lmg7+XJ1i/i3Ma5FvcCWCIuhHO7LrK5a3MVIMAiAXNmpXm9SWa0Zrc4d6+2h6yoUwqHDhLKq/6YU2pERJng==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":50358378},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"9a226f5fdcb31167f8d9e95af068edde3ea546d0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-29.1.37.tgz","_integrity":"sha512-n/J+RJkwFHBwJUVbDJ9QIsBrnXye4EjbtVxnVu4QMpp+G2yfCk/CLCraeKLZqhvV005X6BDEeur5nMzFHQMESQ==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.9.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"10.16.2","dependencies":{"@syncfusion/ej2-base":"~29.1.36","@syncfusion/ej2-data":"~29.1.33","@syncfusion/ej2-grids":"~29.1.38","@syncfusion/ej2-lists":"~29.1.34","@syncfusion/ej2-charts":"~29.1.35","@syncfusion/ej2-inputs":"~29.1.38","@syncfusion/ej2-popups":"~29.1.37","@syncfusion/ej2-buttons":"~29.1.34","@syncfusion/ej2-svg-base":"~29.1.33","@syncfusion/ej2-calendars":"~29.1.35","@syncfusion/ej2-dropdowns":"~29.1.38","@syncfusion/ej2-file-utils":"~29.1.33","@syncfusion/ej2-pdf-export":"~29.1.33","@syncfusion/ej2-compression":"~29.1.33","@syncfusion/ej2-navigations":"~29.1.38","@syncfusion/ej2-excel-export":"~29.1.33","@syncfusion/ej2-splitbuttons":"~29.1.33"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_29.1.38-715169_1745295885000_0.492917601345656","host":"s3://npm-registry-packages-npm-production"}},"29.1.40":{"name":"@syncfusion/ej2-pivotview","version":"29.1.40","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@29.1.40","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"22351f09d47209612bb12eef4550a225eafed462","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-29.1.40.tgz","fileCount":434,"integrity":"sha512-xbCpGKGoRVlSUckxaOQrjoJyFZw4DWnboJCF4NQWpLNnaGCYqzJs+06dSfcCeKEOZFPJs3S66+aNKwHClD9YfQ==","signatures":[{"sig":"MEUCIQC1WazVWk8JzIRSe2qI37aYH1arB3YpZJpG/CWmPSB1ugIgHlVtmPG33CrO5LU7OzZffg6IKgWWR6RW8pzXQFUHeSY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":50325166},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"a50fe9f8286b32d69325c5cca10d4e335881db40","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-29.1.38.tgz","_integrity":"sha512-PbcNtXjBYjz+7FMaARA+gc9pO8sEwgBrzVa38HogU5b4YdPLiQrCWIQC99EW0evG2K1hNfc9FfMg5zp/Vea79w==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.40","@syncfusion/ej2-lists":"~29.1.40","@syncfusion/ej2-charts":"~29.1.40","@syncfusion/ej2-inputs":"~29.1.39","@syncfusion/ej2-popups":"~29.1.37","@syncfusion/ej2-buttons":"~29.1.34","@syncfusion/ej2-svg-base":"~29.1.33","@syncfusion/ej2-calendars":"~29.1.40","@syncfusion/ej2-dropdowns":"~29.1.40","@syncfusion/ej2-file-utils":"~29.1.33","@syncfusion/ej2-pdf-export":"~29.1.40","@syncfusion/ej2-compression":"~29.1.33","@syncfusion/ej2-navigations":"~29.1.40","@syncfusion/ej2-excel-export":"~29.1.33","@syncfusion/ej2-splitbuttons":"~29.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_29.1.40_1745891403468_0.8639290709137852","host":"s3://npm-registry-packages-npm-production"}},"29.2.4":{"name":"@syncfusion/ej2-pivotview","version":"29.2.4","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@29.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"48190354db173072dbe4c13f9aa54a36aa741686","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-29.2.4.tgz","fileCount":434,"integrity":"sha512-C0u+4M+geatx8iTC75G9e7R7YIsVgt+HNmm6tuqWmPC2cjy5KCrdR/D/e6G+FkFrVa8WWUk+MfVmivfDAnsFIA==","signatures":[{"sig":"MEYCIQCCklGLQ029Y0/qIsQBnpO1GuXNTvZx5ppZgqUC0lSfmgIhAIomJHQW9RfVwLqorRSruSz4AP3uTcD+XidEoTtMOy2r","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":50244554},"main":"./dist/ej2-pivotview.umd.min.js","_from":"@syncfusion/ej2-pivotview@*","_spec":"@syncfusion/ej2-pivotview@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","_shasum":"e7b97b6a5c122d545e51f1efafb1843079a8c38a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-pivotview","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-29.1.40.tgz","_integrity":"sha512-R1rhPJIQoTu+46AMfBiRlRQUw9q2xlUNU5xT7PWcR+l9XXVBVOorEHY77xnHF69MZOrZlMCATfvkpYBNj9J6Ug==","_requested":{"raw":"@syncfusion/ej2-pivotview@*","name":"@syncfusion/ej2-pivotview","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-pivotview"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-pivotview","/@syncfusion/ej2-react-pivotview","/@syncfusion/ej2-vue-pivotview"],"description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~29.2.4","@syncfusion/ej2-charts":"~29.2.4","@syncfusion/ej2-inputs":"~29.2.4","@syncfusion/ej2-popups":"~29.2.4","@syncfusion/ej2-buttons":"~29.2.4","@syncfusion/ej2-svg-base":"~29.2.4","@syncfusion/ej2-calendars":"~29.2.4","@syncfusion/ej2-dropdowns":"~29.2.4","@syncfusion/ej2-file-utils":"~29.2.4","@syncfusion/ej2-pdf-export":"~29.2.4","@syncfusion/ej2-compression":"~29.2.4","@syncfusion/ej2-navigations":"~29.2.4","@syncfusion/ej2-excel-export":"~29.2.4","@syncfusion/ej2-splitbuttons":"~29.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_29.2.4_1747219856468_0.4864812141437129","host":"s3://npm-registry-packages-npm-production"}},"29.1.33-732412":{"name":"@syncfusion/ej2-pivotview","version":"29.1.33-732412","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@29.1.33-732412","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8baa635e713cfe4bff3c0ac7deac0ca01b79b2ff","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-29.1.33-732412.tgz","fileCount":428,"integrity":"sha512-0XNW4m29qsP7Oi8c5+IutvEQBuzGYUMebaEQ0d2l3CMiRGPCH0o8HQHcOp4pDV8nSc167LCXbVpg8CbpaF8hkg==","signatures":[{"sig":"MEQCIHkzDN3vBV0whIYXG/JQGTjIh1npnGwvwsc/zdyCkOBSAiBViXBPmZqA1uU2o+JemN+BQSamONtLLJg5t6W7lGuBHA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":50453570},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.3.1","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"@syncfusion/ej2-base":"~29.1.33","@syncfusion/ej2-data":"~29.1.33","@syncfusion/ej2-grids":"~29.1.33","@syncfusion/ej2-lists":"~29.1.33","@syncfusion/ej2-charts":"~29.1.33","@syncfusion/ej2-inputs":"~29.1.33","@syncfusion/ej2-popups":"~29.1.33","@syncfusion/ej2-buttons":"~29.1.33","@syncfusion/ej2-svg-base":"~29.1.33","@syncfusion/ej2-calendars":"~29.1.33","@syncfusion/ej2-dropdowns":"~29.1.33","@syncfusion/ej2-file-utils":"~29.1.33","@syncfusion/ej2-pdf-export":"~29.1.33","@syncfusion/ej2-compression":"~29.1.33","@syncfusion/ej2-navigations":"~29.1.33","@syncfusion/ej2-excel-export":"~29.1.33","@syncfusion/ej2-splitbuttons":"~29.1.33"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_29.1.33-732412_1748847752154_0.2502053971697693","host":"s3://npm-registry-packages-npm-production"}},"29.2.8":{"name":"@syncfusion/ej2-pivotview","version":"29.2.8","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@29.2.8","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6d0aaa04b6ffd525a520c6f27e5d50ef31f32318","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-29.2.8.tgz","fileCount":434,"integrity":"sha512-HjrG+xwK9TP9Zjp+Vk0DWrExiGuPkTNSisT57ijMTZx3/X2McVhyPTPpqY9+PCmQ/C+E0RvhvjSybXtqR3UMXw==","signatures":[{"sig":"MEQCIBFvpXfAeU8gAry/+Sl2VoEpGtDtS/3NExWyoGf8bL9EAiBEP6SLjKVGPEnTufkrFdlu4OxdMIe1XAScz4UMpSds+Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":50299729},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"7bb07cf467d38634c9a75eec190bf9b36587e271","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~29.2.4","@syncfusion/ej2-charts":"~29.2.8","@syncfusion/ej2-inputs":"~29.2.5","@syncfusion/ej2-popups":"~29.2.8","@syncfusion/ej2-buttons":"~29.2.5","@syncfusion/ej2-svg-base":"~29.2.4","@syncfusion/ej2-calendars":"~29.2.5","@syncfusion/ej2-dropdowns":"~29.2.8","@syncfusion/ej2-file-utils":"~29.2.4","@syncfusion/ej2-pdf-export":"~29.2.4","@syncfusion/ej2-compression":"~29.2.4","@syncfusion/ej2-navigations":"~29.2.8","@syncfusion/ej2-excel-export":"~29.2.4","@syncfusion/ej2-splitbuttons":"~29.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_29.2.8_1748914303463_0.9370919497295482","host":"s3://npm-registry-packages-npm-production"}},"29.2.10":{"name":"@syncfusion/ej2-pivotview","version":"29.2.10","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@29.2.10","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d7d4c473279ef5a1897a33cd1d3848ec6b6200b9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-29.2.10.tgz","fileCount":434,"integrity":"sha512-O/DQIQ8JPghxqPyTSo39VHuw1WsCgpHEycAeOFRP4Jn4LjfcKJFjZ76WVTrwNftnAUuuVrzyAVUwv7rY567k9w==","signatures":[{"sig":"MEUCIAzIUHOfWvTiZX2w/MQUOcpAkoTSw/56Gtj966KbAJEOAiEAnUzIHnC4yimFGZKf4Nln8Qp4pGIdbeN3uFwZ6tcnVT0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":50343158},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"7bb07cf467d38634c9a75eec190bf9b36587e271","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.10","@syncfusion/ej2-lists":"~29.2.4","@syncfusion/ej2-charts":"~29.2.10","@syncfusion/ej2-inputs":"~29.2.5","@syncfusion/ej2-popups":"~29.2.8","@syncfusion/ej2-buttons":"~29.2.5","@syncfusion/ej2-svg-base":"~29.2.4","@syncfusion/ej2-calendars":"~29.2.10","@syncfusion/ej2-dropdowns":"~29.2.10","@syncfusion/ej2-file-utils":"~29.2.4","@syncfusion/ej2-pdf-export":"~29.2.4","@syncfusion/ej2-compression":"~29.2.4","@syncfusion/ej2-navigations":"~29.2.8","@syncfusion/ej2-excel-export":"~29.2.4","@syncfusion/ej2-splitbuttons":"~29.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_29.2.10_1749524372563_0.04848437122727378","host":"s3://npm-registry-packages-npm-production"}},"30.1.37":{"name":"@syncfusion/ej2-pivotview","version":"30.1.37","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@30.1.37","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8bab4cd9a7ae0e99c59295eb5c8e592ab92bd3c5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-30.1.37.tgz","fileCount":434,"integrity":"sha512-/GMoDm1gLeC7FNtbimndAkAbj02MNGq0zwKsjTygkAf9LTQhFweChQERWceVQ4dF+0IQc9mflTzn+d7rCfJAAg==","signatures":[{"sig":"MEQCIDa4Eir+0RCFGM3nyx8M9vZkuILgv/LduTHoKAiTMqp5AiBQxUmhLWyZgPDD5MI8cp0NgP1zIwA5k4mLg7514RHd9w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":50937658},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"5d9951c03cfb7251b1330b2712d762b61aee148b","typings":"index.d.ts","_npmUser":{"name":"anonymous","actor":{"name":"essentialjs2","type":"user","email":"essentialjs2@syncfusion.com"},"email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~30.1.37","@syncfusion/ej2-charts":"~30.1.37","@syncfusion/ej2-inputs":"~30.1.37","@syncfusion/ej2-popups":"~30.1.37","@syncfusion/ej2-buttons":"~30.1.37","@syncfusion/ej2-svg-base":"~30.1.37","@syncfusion/ej2-calendars":"~30.1.37","@syncfusion/ej2-dropdowns":"~30.1.37","@syncfusion/ej2-file-utils":"~30.1.37","@syncfusion/ej2-pdf-export":"~30.1.37","@syncfusion/ej2-compression":"~30.1.37","@syncfusion/ej2-navigations":"~30.1.37","@syncfusion/ej2-excel-export":"~30.1.37","@syncfusion/ej2-splitbuttons":"~30.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_30.1.37_1750854963104_0.5423943186716376","host":"s3://npm-registry-packages-npm-production"}},"30.1.39":{"name":"@syncfusion/ej2-pivotview","version":"30.1.39","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@30.1.39","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"402d553f4491e25a159172d1c567ef80b680e528","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-30.1.39.tgz","fileCount":434,"integrity":"sha512-5CtUUJ0ztsitwdBRPJRgvMmTJ4v/Z6vzFLpQt7sfglrazgvSXgf0vpQsyxwQUtpLgX04UB8Vkl0+xWWskZ8XHA==","signatures":[{"sig":"MEUCIQCV33Fk3SCaRvk+xi2D6qPp1xgWjdE758XzN07j/76qngIgK5iBjxzDDUYUn2ok0nSXIC3XTjPJ6rZ8gOxJQqkCH4g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":50957124},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"bd532a52d7fea4b25b498be8336b1de75f5ede5d","typings":"index.d.ts","_npmUser":{"name":"anonymous","actor":{"name":"essentialjs2","type":"user","email":"essentialjs2@syncfusion.com"},"email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.39","@syncfusion/ej2-lists":"~30.1.37","@syncfusion/ej2-charts":"~30.1.39","@syncfusion/ej2-inputs":"~30.1.38","@syncfusion/ej2-popups":"~30.1.37","@syncfusion/ej2-buttons":"~30.1.37","@syncfusion/ej2-svg-base":"~30.1.37","@syncfusion/ej2-calendars":"~30.1.37","@syncfusion/ej2-dropdowns":"~30.1.39","@syncfusion/ej2-file-utils":"~30.1.37","@syncfusion/ej2-pdf-export":"~30.1.38","@syncfusion/ej2-compression":"~30.1.37","@syncfusion/ej2-navigations":"~30.1.39","@syncfusion/ej2-excel-export":"~30.1.37","@syncfusion/ej2-splitbuttons":"~30.1.39"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_30.1.39_1751944644146_0.6714140965165278","host":"s3://npm-registry-packages-npm-production"}},"29.1.33-162432":{"name":"@syncfusion/ej2-pivotview","version":"29.1.33-162432","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@29.1.33-162432","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4e9f77d7ed5c6df886ff6788a45b02b1bac77521","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-29.1.33-162432.tgz","fileCount":434,"integrity":"sha512-t51oufUDwkqH0y+vnaoCQvRaxLkfoHUfEZJFE8+ZhSmc2bAzD8lQLaVC+d80L7muDRjWCo1Id8yVvmX06bxyng==","signatures":[{"sig":"MEUCIQDkghp/i+YofN80NFJDJ6cuN+/EsQAt1ijvYP9DN+Z5lQIgVZ5xaWXij79xIejzxxE1BDbL/aw1GZKescwnuPxGLtg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":50411638},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","actor":{"name":"essentialjs2","type":"user","email":"essentialjs2@syncfusion.com"},"email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"10.2.3","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"@syncfusion/ej2-base":"~29.1.33","@syncfusion/ej2-data":"~29.1.33","@syncfusion/ej2-grids":"~29.1.33","@syncfusion/ej2-lists":"~29.1.33","@syncfusion/ej2-charts":"~29.1.33","@syncfusion/ej2-inputs":"~29.1.33","@syncfusion/ej2-popups":"~29.1.33","@syncfusion/ej2-buttons":"~29.1.33","@syncfusion/ej2-svg-base":"~29.1.33","@syncfusion/ej2-calendars":"~29.1.33","@syncfusion/ej2-dropdowns":"~29.1.33","@syncfusion/ej2-file-utils":"~29.1.33","@syncfusion/ej2-pdf-export":"~29.1.33","@syncfusion/ej2-compression":"~29.1.33","@syncfusion/ej2-navigations":"~29.1.33","@syncfusion/ej2-excel-export":"~29.1.33","@syncfusion/ej2-splitbuttons":"~29.1.33"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"bundleDependencies":[],"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_29.1.33-162432_1751981170376_0.8047351081890541","host":"s3://npm-registry-packages-npm-production"}},"30.1.40":{"name":"@syncfusion/ej2-pivotview","version":"30.1.40","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@30.1.40","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4968c8e4c27fc061617ccd2ef731e76ac41b3d16","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-30.1.40.tgz","fileCount":434,"integrity":"sha512-WgQ+/I2pIIN8oM0nVDSUCwcT905WfHm675RYSpXLpdaX6sXUM3u+d0N5hopPwOP63Xem7Wj8ZkDLAiRnAmJGBg==","signatures":[{"sig":"MEYCIQCU1zZIgFSCBY0vojVsCAVWZgQ4Lw8epTrefAD5qYOgtwIhALJ4EvO+Kn+mPYIQF1allho3F/r1GvZ+lgkNrOEkmyr+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":50967308},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"bd532a52d7fea4b25b498be8336b1de75f5ede5d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.1.38","@syncfusion/ej2-data":"~30.1.40","@syncfusion/ej2-grids":"~30.1.40","@syncfusion/ej2-lists":"~30.1.37","@syncfusion/ej2-charts":"~30.1.40","@syncfusion/ej2-inputs":"~30.1.40","@syncfusion/ej2-popups":"~30.1.40","@syncfusion/ej2-buttons":"~30.1.37","@syncfusion/ej2-svg-base":"~30.1.37","@syncfusion/ej2-calendars":"~30.1.37","@syncfusion/ej2-dropdowns":"~30.1.40","@syncfusion/ej2-file-utils":"~30.1.37","@syncfusion/ej2-pdf-export":"~30.1.38","@syncfusion/ej2-compression":"~30.1.37","@syncfusion/ej2-navigations":"~30.1.39","@syncfusion/ej2-excel-export":"~30.1.37","@syncfusion/ej2-splitbuttons":"~30.1.39"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_30.1.40_1752552102887_0.6610266948951442","host":"s3://npm-registry-packages-npm-production"}},"30.1.41":{"name":"@syncfusion/ej2-pivotview","version":"30.1.41","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@30.1.41","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f9ed7ec596daad8099cfca447061d6efd1d5f282","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-30.1.41.tgz","fileCount":434,"integrity":"sha512-dZkDluYnuiq4krKhxAUC1kY9roeTpccpjvjXhqAGsp1KtKg5LSGwSdKkZBQkjcKv+PDKdJVaSVh8BSxFEZ01bQ==","signatures":[{"sig":"MEUCIQDCPsJxw3pBaMjWoG+luhyB0VLNYR6hXrBsKUWfT4ErqwIgFRfNfPWIGBRu3ecWPq1ClzFUrpe8LjkynYiQ8A7ahfg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":50969521},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"6a70ffd1a2237cd87424328c4dd3d1eeddc9b1ab","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.1.38","@syncfusion/ej2-data":"~30.1.40","@syncfusion/ej2-grids":"~30.1.41","@syncfusion/ej2-lists":"~30.1.41","@syncfusion/ej2-charts":"~30.1.41","@syncfusion/ej2-inputs":"~30.1.40","@syncfusion/ej2-popups":"~30.1.40","@syncfusion/ej2-buttons":"~30.1.37","@syncfusion/ej2-svg-base":"~30.1.37","@syncfusion/ej2-calendars":"~30.1.37","@syncfusion/ej2-dropdowns":"~30.1.41","@syncfusion/ej2-file-utils":"~30.1.37","@syncfusion/ej2-pdf-export":"~30.1.41","@syncfusion/ej2-compression":"~30.1.37","@syncfusion/ej2-navigations":"~30.1.41","@syncfusion/ej2-excel-export":"~30.1.37","@syncfusion/ej2-splitbuttons":"~30.1.39"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_30.1.41_1753151714941_0.8184857670795873","host":"s3://npm-registry-packages-npm-production"}},"30.1.42":{"name":"@syncfusion/ej2-pivotview","version":"30.1.42","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@30.1.42","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"747058c04c86ad0a71c12f74d3fddb94fed6ad81","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-30.1.42.tgz","fileCount":434,"integrity":"sha512-H3b2AOo9T5lIXtJlZwU3CeBcY/8Em6Tl/W2AQwFOgnWxqdUNshuqgW/dhzXcVimdTgSeaP4pDehnaPfDxExecw==","signatures":[{"sig":"MEQCIHJct5b+zE0dP6nNlOF8UOYFS38NC/DhZriP4JD1YmfmAiBNpwfPCDvYQ+ca2tDxRd341HPbQAasj2YwmrpPLeh0UA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":50971907},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"adcbe9f85b2c26f3092c1f00d968676546a06064","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.1.42","@syncfusion/ej2-data":"~30.1.40","@syncfusion/ej2-grids":"~30.1.42","@syncfusion/ej2-lists":"~30.1.42","@syncfusion/ej2-charts":"~30.1.42","@syncfusion/ej2-inputs":"~30.1.40","@syncfusion/ej2-popups":"~30.1.42","@syncfusion/ej2-buttons":"~30.1.37","@syncfusion/ej2-svg-base":"~30.1.37","@syncfusion/ej2-calendars":"~30.1.37","@syncfusion/ej2-dropdowns":"~30.1.42","@syncfusion/ej2-file-utils":"~30.1.37","@syncfusion/ej2-pdf-export":"~30.1.42","@syncfusion/ej2-compression":"~30.1.37","@syncfusion/ej2-navigations":"~30.1.42","@syncfusion/ej2-excel-export":"~30.1.37","@syncfusion/ej2-splitbuttons":"~30.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_30.1.42_1753755823999_0.26991721308495675","host":"s3://npm-registry-packages-npm-production"}},"30.2.4":{"name":"@syncfusion/ej2-pivotview","version":"30.2.4","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@30.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d157f1dba2f10751d4e03eaca301ae2a9b1d08da","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-30.2.4.tgz","fileCount":435,"integrity":"sha512-kP29r+QygehwhspLSeCDzqS8vvB2lEePCMTvEGBG3R083yszIahLBGkjxc3R3sEmhgDpORLpe5tFDVsjce2VCw==","signatures":[{"sig":"MEQCIGX71eVflp+gGOJu24ZEntFc2sw/yTDhKWfckCvx3VfMAiBWp3W6j+ZiB4c1tKYJ9FuCkXEHo54bt6jfvhTAUORHNQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":50972641},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"adcbe9f85b2c26f3092c1f00d968676546a06064","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~30.2.4","@syncfusion/ej2-charts":"~30.2.4","@syncfusion/ej2-inputs":"~30.2.4","@syncfusion/ej2-popups":"~30.2.4","@syncfusion/ej2-buttons":"~30.2.4","@syncfusion/ej2-svg-base":"~30.2.4","@syncfusion/ej2-calendars":"~30.2.4","@syncfusion/ej2-dropdowns":"~30.2.4","@syncfusion/ej2-file-utils":"~30.2.4","@syncfusion/ej2-pdf-export":"~30.2.4","@syncfusion/ej2-compression":"~30.2.4","@syncfusion/ej2-navigations":"~30.2.4","@syncfusion/ej2-excel-export":"~30.2.4","@syncfusion/ej2-splitbuttons":"~30.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_30.2.4_1754554026894_0.8332934454099408","host":"s3://npm-registry-packages-npm-production"}},"30.2.6":{"name":"@syncfusion/ej2-pivotview","version":"30.2.6","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@30.2.6","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"290502030eaad51f96398e31aa4fbc6adc20dc75","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-30.2.6.tgz","fileCount":435,"integrity":"sha512-3fRuGGmDACBQ9N47/JxTrFcpYGDCF0yyByiIqSlXGGEk7jvXgqwDdV78vGBiE3RnFNsvQhO0e+TDujH/IFr0Ww==","signatures":[{"sig":"MEUCIQDoiz/5KWXauYc3wKEKCN+e9Jv2SmWmiomBw7amifFkdAIgTuBGduH88DEa0cehw4IzvzxWB9a3/s25wwjzO24wLgA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":50979409},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"adcbe9f85b2c26f3092c1f00d968676546a06064","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.6","@syncfusion/ej2-lists":"~30.2.4","@syncfusion/ej2-charts":"~30.2.6","@syncfusion/ej2-inputs":"~30.2.6","@syncfusion/ej2-popups":"~30.2.4","@syncfusion/ej2-buttons":"~30.2.4","@syncfusion/ej2-svg-base":"~30.2.4","@syncfusion/ej2-calendars":"~30.2.4","@syncfusion/ej2-dropdowns":"~30.2.6","@syncfusion/ej2-file-utils":"~30.2.4","@syncfusion/ej2-pdf-export":"~30.2.4","@syncfusion/ej2-compression":"~30.2.4","@syncfusion/ej2-navigations":"~30.2.5","@syncfusion/ej2-excel-export":"~30.2.4","@syncfusion/ej2-splitbuttons":"~30.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_30.2.6_1755571925349_0.9458022452945714","host":"s3://npm-registry-packages-npm-production"}},"31.1.17":{"name":"@syncfusion/ej2-pivotview","version":"31.1.17","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@31.1.17","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c9f135e258eb3c59ce3219fe4570672d1ed5a1ed","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-31.1.17.tgz","fileCount":568,"integrity":"sha512-It9qSCsLZOdKAmy5M/4mYyX+KwCbBt920G5aEpzQlNELboBB0hpusgXfZA0pIfGK3YpI615gWB6qf+SN6Imcnw==","signatures":[{"sig":"MEUCIQDjpVmSiUVrJySThEScFKBISW7dueigB7wAxUcSvdHfOwIgL03hKrmvcSDtsXY2oJBN9+uSGJQKHlZGfhVh6o8lqUU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":55157321},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"7ed70e59ab4494c9635c797f1f6e32f6b10abe42","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~31.1.17","@syncfusion/ej2-charts":"~31.1.17","@syncfusion/ej2-inputs":"~31.1.17","@syncfusion/ej2-popups":"~31.1.17","@syncfusion/ej2-buttons":"~31.1.17","@syncfusion/ej2-svg-base":"~31.1.17","@syncfusion/ej2-calendars":"~31.1.17","@syncfusion/ej2-dropdowns":"~31.1.17","@syncfusion/ej2-file-utils":"~31.1.17","@syncfusion/ej2-pdf-export":"~31.1.17","@syncfusion/ej2-compression":"~31.1.17","@syncfusion/ej2-navigations":"~31.1.17","@syncfusion/ej2-excel-export":"~31.1.17","@syncfusion/ej2-splitbuttons":"~31.1.17"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_31.1.17_1757056692015_0.05162903128009244","host":"s3://npm-registry-packages-npm-production"}},"31.1.20":{"name":"@syncfusion/ej2-pivotview","version":"31.1.20","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@31.1.20","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"31456704a7bc5597d9690d9c24125370d9567ff0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-31.1.20.tgz","fileCount":435,"integrity":"sha512-5+MbriW9a79z/NhAbdrMDHUxUKIWxH7rdYHx9pDEvk8ZC2cj4fBzXhv/NC9IBtbIJd4XCOyMH5ixsl14apJ4lg==","signatures":[{"sig":"MEYCIQC2noEYfyJNL6zuBxUZ4JgWXhM3V+8oq4wW6t/LNpXO3wIhAL0qd8OmT0F/rdGfV4uKVtnwPTmh5odVVRw9yUdJgNYu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":51188725},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.3.1","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"@syncfusion/ej2-base":"~31.1.20","@syncfusion/ej2-data":"~31.1.17","@syncfusion/ej2-grids":"~31.1.20","@syncfusion/ej2-lists":"~31.1.17","@syncfusion/ej2-charts":"~31.1.20","@syncfusion/ej2-inputs":"~31.1.20","@syncfusion/ej2-popups":"~31.1.20","@syncfusion/ej2-buttons":"~31.1.17","@syncfusion/ej2-svg-base":"~31.1.17","@syncfusion/ej2-calendars":"~31.1.20","@syncfusion/ej2-dropdowns":"~31.1.20","@syncfusion/ej2-file-utils":"~31.1.17","@syncfusion/ej2-pdf-export":"~31.1.17","@syncfusion/ej2-compression":"~31.1.17","@syncfusion/ej2-navigations":"~31.1.20","@syncfusion/ej2-excel-export":"~31.1.17","@syncfusion/ej2-splitbuttons":"~31.1.17"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_31.1.20_1758120437594_0.19192361710270855","host":"s3://npm-registry-packages-npm-production"}},"31.1.21":{"name":"@syncfusion/ej2-pivotview","version":"31.1.21","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@31.1.21","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"88333ebec19ede0e119434162a5c056935e9bdc2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-31.1.21.tgz","fileCount":435,"integrity":"sha512-B8OMVjopFiC7JRuzzLSwNuzqmhllvTJdMwRd+VJbpvMcFCfMztR6MlaMaMt3Qcma1AUkyJh2KFtl+gpQIm7cag==","signatures":[{"sig":"MEQCICmlADWalQ4x3+mEsINyR4ZvV88Py+ReFZ6oISC8AAN0AiAXdnLd1Y5u767TjTIj+xLYKFUd5wPqdwwINT9Mh9oUuA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":51155540},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"f4e125440e7e8b1b400c6d6c008974bfa93586c6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~31.1.17","@syncfusion/ej2-charts":"~31.1.21","@syncfusion/ej2-inputs":"~31.1.21","@syncfusion/ej2-popups":"~31.1.20","@syncfusion/ej2-buttons":"~31.1.21","@syncfusion/ej2-svg-base":"~31.1.17","@syncfusion/ej2-calendars":"~31.1.21","@syncfusion/ej2-dropdowns":"~31.1.20","@syncfusion/ej2-file-utils":"~31.1.17","@syncfusion/ej2-pdf-export":"~31.1.17","@syncfusion/ej2-compression":"~31.1.17","@syncfusion/ej2-navigations":"~31.1.20","@syncfusion/ej2-excel-export":"~31.1.17","@syncfusion/ej2-splitbuttons":"~31.1.17"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_31.1.21_1758596637628_0.9888444607284732","host":"s3://npm-registry-packages-npm-production"}},"31.1.22":{"name":"@syncfusion/ej2-pivotview","version":"31.1.22","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@31.1.22","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"86ad60c8384403e317fab7b311e490719d905021","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-31.1.22.tgz","fileCount":435,"integrity":"sha512-0tVGoCDAi1lY/HJx+ZqizGxnF5/Zyim+pqcOoixFyT0MCM3ISXYQkzc+oHeYgkLzIqb6lQTQKNwDg1xw8E0BHQ==","signatures":[{"sig":"MEUCIHIQoHr0VSDVMsUXw7s3Aw8Wo+GZUYyeUkbL5YPs/2h0AiEA0RRJkLH90mDNuEN6ynpRVE6r1eeYXgq2wRFl7ZEm6zg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":51180911},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"eacbe1cd9d18025057b7d14fac941c13f1b051c3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~31.1.17","@syncfusion/ej2-charts":"~31.1.22","@syncfusion/ej2-inputs":"~31.1.22","@syncfusion/ej2-popups":"~31.1.20","@syncfusion/ej2-buttons":"~31.1.21","@syncfusion/ej2-svg-base":"~31.1.17","@syncfusion/ej2-calendars":"~31.1.22","@syncfusion/ej2-dropdowns":"~31.1.22","@syncfusion/ej2-file-utils":"~31.1.17","@syncfusion/ej2-pdf-export":"~31.1.17","@syncfusion/ej2-compression":"~31.1.17","@syncfusion/ej2-navigations":"~31.1.20","@syncfusion/ej2-excel-export":"~31.1.17","@syncfusion/ej2-splitbuttons":"~31.1.17"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_31.1.22_1759290003222_0.878649058951747","host":"s3://npm-registry-packages-npm-production"}},"31.1.23":{"name":"@syncfusion/ej2-pivotview","version":"31.1.23","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@31.1.23","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2cb2f738f35bda05ebe13b80dc452cf90b161f39","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-31.1.23.tgz","fileCount":435,"integrity":"sha512-BUoFWPm3Y8phJRlk1j6ttnICQAPul1/Th7Byz7SG3nmOoci8fqmQDd4GIWPA2kbXpj1Oynlb5uSaCpOncG//dA==","signatures":[{"sig":"MEYCIQDv1CyWmdyq//aib2BKSsvaT9cniM+fpqkuAPVS41mmuAIhAI8xBD+z5OrRIwFU5LYZSHu57jxxDRdb2xkXS6GOLacS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":51184655},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"eacbe1cd9d18025057b7d14fac941c13f1b051c3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.1.22","@syncfusion/ej2-data":"~31.1.23","@syncfusion/ej2-grids":"~31.1.23","@syncfusion/ej2-lists":"~31.1.17","@syncfusion/ej2-charts":"~31.1.23","@syncfusion/ej2-inputs":"~31.1.23","@syncfusion/ej2-popups":"~31.1.20","@syncfusion/ej2-buttons":"~31.1.21","@syncfusion/ej2-svg-base":"~31.1.17","@syncfusion/ej2-calendars":"~31.1.23","@syncfusion/ej2-dropdowns":"~31.1.23","@syncfusion/ej2-file-utils":"~31.1.17","@syncfusion/ej2-pdf-export":"~31.1.17","@syncfusion/ej2-compression":"~31.1.17","@syncfusion/ej2-navigations":"~31.1.20","@syncfusion/ej2-excel-export":"~31.1.17","@syncfusion/ej2-splitbuttons":"~31.1.17"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_31.1.23_1759806476994_0.8204256864644559","host":"s3://npm-registry-packages-npm-production"}},"31.2.2":{"name":"@syncfusion/ej2-pivotview","version":"31.2.2","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@31.2.2","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f993cb81d2327539a0a313a2b79d11a7294e036c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-31.2.2.tgz","fileCount":435,"integrity":"sha512-p3yPeTDcNs0YfMmmV7bfP2tN3UT2EP0T5DBiFVSsLMVsQ8pgdirYt4fwOGgLVCaLWxAzTjOFosH2eW/M9tr93A==","signatures":[{"sig":"MEYCIQDF8JW+Gp+q6QZ8AFJW5ZJKF9gvHXkkjU48DrSfiDpD1gIhALw/KNnqfLKUTY24wCzDz60SI0dQy6lIGwguPc5lJ5Up","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":51199187},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"eacbe1cd9d18025057b7d14fac941c13f1b051c3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~31.2.2","@syncfusion/ej2-charts":"~31.2.2","@syncfusion/ej2-inputs":"~31.2.2","@syncfusion/ej2-popups":"~31.2.2","@syncfusion/ej2-buttons":"~31.2.2","@syncfusion/ej2-svg-base":"~31.2.2","@syncfusion/ej2-calendars":"~31.2.2","@syncfusion/ej2-dropdowns":"~31.2.2","@syncfusion/ej2-file-utils":"~31.2.2","@syncfusion/ej2-pdf-export":"~31.2.2","@syncfusion/ej2-compression":"~31.2.2","@syncfusion/ej2-navigations":"~31.2.2","@syncfusion/ej2-excel-export":"~31.2.2","@syncfusion/ej2-splitbuttons":"~31.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_31.2.2_1760521826174_0.7005702861859533","host":"s3://npm-registry-packages-npm-production"}},"31.2.3":{"name":"@syncfusion/ej2-pivotview","version":"31.2.3","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@31.2.3","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"aa28b891daa1573af47a2bb8e580a4856a11e9c6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-31.2.3.tgz","fileCount":435,"integrity":"sha512-YW2EA1mNkeAzB81NiKQ+9WI9OtII5c0FHDnBp9PZaDhYwHkF7LKCcQDaSV2mFlUPhq35qg7tDFvDaYhYm9ZNSw==","signatures":[{"sig":"MEYCIQCQydf7vVZmU47YCIYIdV0sIJu0HAucX5XK4OjnkYXlDgIhAO/vvm1SmEyxoTLmkZMZdtTomCiIswkXziSX65K1TUD7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":51219474},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"eacbe1cd9d18025057b7d14fac941c13f1b051c3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.2","@syncfusion/ej2-data":"~31.2.3","@syncfusion/ej2-grids":"~31.2.3","@syncfusion/ej2-lists":"~31.2.2","@syncfusion/ej2-charts":"~31.2.3","@syncfusion/ej2-inputs":"~31.2.2","@syncfusion/ej2-popups":"~31.2.2","@syncfusion/ej2-buttons":"~31.2.3","@syncfusion/ej2-svg-base":"~31.2.2","@syncfusion/ej2-calendars":"~31.2.3","@syncfusion/ej2-dropdowns":"~31.2.3","@syncfusion/ej2-file-utils":"~31.2.2","@syncfusion/ej2-pdf-export":"~31.2.2","@syncfusion/ej2-compression":"~31.2.2","@syncfusion/ej2-navigations":"~31.2.3","@syncfusion/ej2-excel-export":"~31.2.2","@syncfusion/ej2-splitbuttons":"~31.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_31.2.3_1761106179547_0.383212031525225","host":"s3://npm-registry-packages-npm-production"}},"31.2.4":{"name":"@syncfusion/ej2-pivotview","version":"31.2.4","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@31.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6892f6e45337b855e558109061282252cb986222","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-31.2.4.tgz","fileCount":435,"integrity":"sha512-DKb3ngoRQCdt4VEa55RYs4ujLHqLtIw1HDKWCgcz54eWu/CzsEQExLpja5+zt1ITg1VvUmqqJtlpsCZFPfmt1Q==","signatures":[{"sig":"MEUCIF5RKQY5oNkQSjTb09GVCPwReVUktyVycGOa6JGFJ2dUAiEA0l6qX79HwauNSXzMknTuLg0Lo5Nkq5ayhlI4LS9cP/U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":51221329},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"eacbe1cd9d18025057b7d14fac941c13f1b051c3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.4","@syncfusion/ej2-data":"~31.2.3","@syncfusion/ej2-grids":"~31.2.4","@syncfusion/ej2-lists":"~31.2.2","@syncfusion/ej2-charts":"~31.2.4","@syncfusion/ej2-inputs":"~31.2.4","@syncfusion/ej2-popups":"~31.2.2","@syncfusion/ej2-buttons":"~31.2.3","@syncfusion/ej2-svg-base":"~31.2.2","@syncfusion/ej2-calendars":"~31.2.4","@syncfusion/ej2-dropdowns":"~31.2.4","@syncfusion/ej2-file-utils":"~31.2.2","@syncfusion/ej2-pdf-export":"~31.2.2","@syncfusion/ej2-compression":"~31.2.2","@syncfusion/ej2-navigations":"~31.2.3","@syncfusion/ej2-excel-export":"~31.2.2","@syncfusion/ej2-splitbuttons":"~31.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_31.2.4_1761623141036_0.45574107754505255","host":"s3://npm-registry-packages-npm-production"}},"31.2.5":{"name":"@syncfusion/ej2-pivotview","version":"31.2.5","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@31.2.5","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"be3f078f9777d105a62395662cece55b8e0fa8f8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-31.2.5.tgz","fileCount":435,"integrity":"sha512-RIkc7wqleSXvohJLsdtGTg1e19ZbeILBr+BvPzq0yBvlFzX/rHkeQsb1RdUM/h0uHdg1jNDmkJPbphwwcJEiFw==","signatures":[{"sig":"MEUCIQC9oDqQGQSL8nizT0OVawde4xN4uFdxN18bcTLRh71JsgIgezGdJtj8jN23cvTqUVf1w5W/LmhvUGyNF10D/UEF/XM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":51220733},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"eacbe1cd9d18025057b7d14fac941c13f1b051c3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~31.2.2","@syncfusion/ej2-charts":"~31.2.5","@syncfusion/ej2-inputs":"~31.2.5","@syncfusion/ej2-popups":"~31.2.5","@syncfusion/ej2-buttons":"~31.2.3","@syncfusion/ej2-svg-base":"~31.2.2","@syncfusion/ej2-calendars":"~31.2.5","@syncfusion/ej2-dropdowns":"~31.2.5","@syncfusion/ej2-file-utils":"~31.2.2","@syncfusion/ej2-pdf-export":"~31.2.2","@syncfusion/ej2-compression":"~31.2.2","@syncfusion/ej2-navigations":"~31.2.5","@syncfusion/ej2-excel-export":"~31.2.2","@syncfusion/ej2-splitbuttons":"~31.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_31.2.5_1762225605338_0.33905181154340136","host":"s3://npm-registry-packages-npm-production"}},"31.2.2-783882":{"name":"@syncfusion/ej2-pivotview","version":"31.2.2-783882","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@31.2.2-783882","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"56f0222453e82ddea51463625e8ec98cff9b67b2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-31.2.2-783882.tgz","fileCount":353,"integrity":"sha512-UohZ1xMLmZrvBdD6dmGgb2s8YpQZjoW5RJDUUVvPsmwTjP3CDybT9SNldOp331T1SiGcZDfY8vRt3PLiMAjvFw==","signatures":[{"sig":"MEQCIEWnAjh3xV4fJRlh/slEn4bD4MTutYF6K7g4ZkOoa/eiAiASQKFtlEiu7cImaX2GPNenterzVaTuGgsOo3BZ1//uzg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":50879694},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"10.9.3","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"@syncfusion/ej2-base":"~31.2.2","@syncfusion/ej2-data":"~31.2.2","@syncfusion/ej2-grids":"~31.2.2","@syncfusion/ej2-lists":"~31.2.2","@syncfusion/ej2-charts":"~31.2.2","@syncfusion/ej2-inputs":"~31.2.2","@syncfusion/ej2-popups":"~31.2.2","@syncfusion/ej2-buttons":"~31.2.2","@syncfusion/ej2-svg-base":"~31.2.2","@syncfusion/ej2-calendars":"~31.2.2","@syncfusion/ej2-dropdowns":"~31.2.2","@syncfusion/ej2-file-utils":"~31.2.2","@syncfusion/ej2-pdf-export":"~31.2.2","@syncfusion/ej2-compression":"~31.2.2","@syncfusion/ej2-navigations":"~31.2.2","@syncfusion/ej2-excel-export":"~31.2.2","@syncfusion/ej2-splitbuttons":"~31.2.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_31.2.2-783882_1762413160951_0.5340289315909144","host":"s3://npm-registry-packages-npm-production"}},"31.2.12":{"name":"@syncfusion/ej2-pivotview","version":"31.2.12","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@31.2.12","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"22d40be5ee8549b60317bba67e0b5acab1b9adcd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-31.2.12.tgz","fileCount":435,"integrity":"sha512-5ZHEyyB8sbHNfkZHT10DifS95CHza6N5fAI5Yl5RxOvvTz0i3gyiZIydWFuOva2ZSU7bt/lrK4Mu4hBQB5P/bw==","signatures":[{"sig":"MEUCIQCVVFsc5K90uyHWxxgV1Nc5+Ehl8CP2N+MnvkXXhC3trwIgGwLjdbZfVWyQ7d/dkYqwUv0cgjLIUKYW4+qt4B43pIs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":51234667},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"572c92fc4f3a743ac70083be749f91833db88d32","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~31.2.12","@syncfusion/ej2-charts":"~31.2.12","@syncfusion/ej2-inputs":"~31.2.12","@syncfusion/ej2-popups":"~31.2.12","@syncfusion/ej2-buttons":"~31.2.12","@syncfusion/ej2-svg-base":"~31.2.12","@syncfusion/ej2-calendars":"~31.2.12","@syncfusion/ej2-dropdowns":"~31.2.12","@syncfusion/ej2-file-utils":"~31.2.12","@syncfusion/ej2-pdf-export":"~31.2.12","@syncfusion/ej2-compression":"~31.2.12","@syncfusion/ej2-navigations":"~31.2.12","@syncfusion/ej2-excel-export":"~31.2.12","@syncfusion/ej2-splitbuttons":"~31.2.12"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_31.2.12_1763452334997_0.6271174999881972","host":"s3://npm-registry-packages-npm-production"}},"31.2.16":{"name":"@syncfusion/ej2-pivotview","version":"31.2.16","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@31.2.16","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"991f4249dba45c954995d9f6c86a789c8f8168ec","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-31.2.16.tgz","fileCount":435,"integrity":"sha512-56RPpAJgBPC6t+x7xFHcLAuLxBYGxKEfGP1z/POht6jKE3ugubqVvq1v4NyJaUPfzrJf4x4OS2nYC9w2Wl6whQ==","signatures":[{"sig":"MEUCIBbn7M1FtqZVijBDRE6I5JS3dbN3TmV1o+WS8TdJbKdLAiEAmGHwJCHukkcqOOoFB73j1N0cc5zFASne/ZQ1MGxaQSQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":51320142},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"572c92fc4f3a743ac70083be749f91833db88d32","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.12","@syncfusion/ej2-data":"~31.2.16","@syncfusion/ej2-grids":"~31.2.16","@syncfusion/ej2-lists":"~31.2.12","@syncfusion/ej2-charts":"~31.2.16","@syncfusion/ej2-inputs":"~31.2.15","@syncfusion/ej2-popups":"~31.2.12","@syncfusion/ej2-buttons":"~31.2.16","@syncfusion/ej2-svg-base":"~31.2.12","@syncfusion/ej2-calendars":"~31.2.16","@syncfusion/ej2-dropdowns":"~31.2.16","@syncfusion/ej2-file-utils":"~31.2.12","@syncfusion/ej2-pdf-export":"~31.2.12","@syncfusion/ej2-compression":"~31.2.12","@syncfusion/ej2-navigations":"~31.2.16","@syncfusion/ej2-excel-export":"~31.2.12","@syncfusion/ej2-splitbuttons":"~31.2.12"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_31.2.16_1764649051064_0.24289701202307357","host":"s3://npm-registry-packages-npm-production"}},"31.2.18":{"name":"@syncfusion/ej2-pivotview","version":"31.2.18","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@31.2.18","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"634bdd122fbf54e2236093d50b921fe4cfc07350","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-31.2.18.tgz","fileCount":434,"integrity":"sha512-ej+S1iXM/3R6M18oWBsUXlgvNqal3+oLi7iSFR/SZ+F+MQ6mYQOSmMN8G0E0050E30C6ImD0jp0U2bFLVavc8g==","signatures":[{"sig":"MEQCIFK5kGsWmvlxNmczmGRlPBidDoXWqAbGplMBHzX8gOByAiBUiuuVc8WQyT9pUMWSggImeI7W+GzB7T7xtrkXAve8ZQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":51327457},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"572c92fc4f3a743ac70083be749f91833db88d32","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.18","@syncfusion/ej2-data":"~31.2.18","@syncfusion/ej2-grids":"~31.2.18","@syncfusion/ej2-lists":"~31.2.12","@syncfusion/ej2-charts":"~31.2.18","@syncfusion/ej2-inputs":"~31.2.15","@syncfusion/ej2-popups":"~31.2.12","@syncfusion/ej2-buttons":"~31.2.18","@syncfusion/ej2-svg-base":"~31.2.12","@syncfusion/ej2-calendars":"~31.2.18","@syncfusion/ej2-dropdowns":"~31.2.18","@syncfusion/ej2-file-utils":"~31.2.12","@syncfusion/ej2-pdf-export":"~31.2.12","@syncfusion/ej2-compression":"~31.2.12","@syncfusion/ej2-navigations":"~31.2.16","@syncfusion/ej2-excel-export":"~31.2.12","@syncfusion/ej2-splitbuttons":"~31.2.12"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_31.2.18_1765252453135_0.13042077957353904","host":"s3://npm-registry-packages-npm-production"}},"32.1.19":{"name":"@syncfusion/ej2-pivotview","version":"32.1.19","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@32.1.19","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b62838d362adb217fcc1ea4af4a3409096f523be","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-32.1.19.tgz","fileCount":437,"integrity":"sha512-NIberCtZUrbnBa9jPTr9pgTJzvnkQiTlpH+nJUQdz5anXQH+jaceo0n/xm0AHe4aoWnXQmq5Mq6REKyCuKQIeg==","signatures":[{"sig":"MEYCIQC9eS7Vn2mbXEW0LpFxM0iUQSUuLpx3vF9GUmtsvvHspwIhAJcaCp0vJ+YyKdYlGYgzLGodmjsrcHK61iUOd55rIq/u","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":52162331},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"3f8b1dbb26b53877f7f5853cd0a1462692922c21","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~32.1.19","@syncfusion/ej2-charts":"~32.1.19","@syncfusion/ej2-inputs":"~32.1.19","@syncfusion/ej2-popups":"~32.1.19","@syncfusion/ej2-buttons":"~32.1.19","@syncfusion/ej2-svg-base":"~32.1.19","@syncfusion/ej2-calendars":"~32.1.19","@syncfusion/ej2-dropdowns":"~32.1.19","@syncfusion/ej2-file-utils":"~32.1.19","@syncfusion/ej2-pdf-export":"~32.1.19","@syncfusion/ej2-compression":"~32.1.19","@syncfusion/ej2-navigations":"~32.1.19","@syncfusion/ej2-excel-export":"~32.1.19","@syncfusion/ej2-splitbuttons":"~32.1.19"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_32.1.19_1765867569157_0.3131614417591342","host":"s3://npm-registry-packages-npm-production"}},"32.1.20":{"name":"@syncfusion/ej2-pivotview","version":"32.1.20","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@32.1.20","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"423a3348b7505cf9694b835c958f245dbdc94ba9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-32.1.20.tgz","fileCount":439,"integrity":"sha512-sZ1Dm+mea9VDSEzmutnFoqUwTGXaSqi7XKr9n3wO0WagLhy3XIFONKwEO6r06qEFiqGnI4VzR5cR0sU8T8t/NQ==","signatures":[{"sig":"MEYCIQCn+UgqdRmE1YTQBVWkRcVZGAgO/fJuEpNHx7Lhgmex5AIhAM/2B3nZ7G621yeYF5mOKlqcZ6hspebbLJ/HDIF8idoW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":52183582},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"6c4e6094f106ac10ea1f299c9582d3df90b18ece","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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.20","@syncfusion/ej2-lists":"~32.1.19","@syncfusion/ej2-charts":"~32.1.19","@syncfusion/ej2-inputs":"~32.1.20","@syncfusion/ej2-popups":"~32.1.19","@syncfusion/ej2-buttons":"~32.1.19","@syncfusion/ej2-svg-base":"~32.1.19","@syncfusion/ej2-calendars":"~32.1.20","@syncfusion/ej2-dropdowns":"~32.1.20","@syncfusion/ej2-file-utils":"~32.1.19","@syncfusion/ej2-pdf-export":"~32.1.19","@syncfusion/ej2-compression":"~32.1.19","@syncfusion/ej2-navigations":"~32.1.19","@syncfusion/ej2-excel-export":"~32.1.19","@syncfusion/ej2-splitbuttons":"~32.1.19"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_32.1.20_1766466562067_0.42427660941749146","host":"s3://npm-registry-packages-npm-production"}},"31.2.2-791186":{"name":"@syncfusion/ej2-pivotview","version":"31.2.2-791186","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@31.2.2-791186","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"fc3adfba5852a8809e967ded57c7ea260f7d9cd1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-31.2.2-791186.tgz","fileCount":353,"integrity":"sha512-e44KrVcHZgP1LycuHfUzyyeJv3lFtlN6O8dN4e2af5xbGRZK1MMZYrpqYrADn1x3DgfHsMh6PN5dMafTm5o7Og==","signatures":[{"sig":"MEYCIQDRzB9Ndx6zep2tc9BrVL1ELp4v6Opk9yxqTzavDZlsHgIhAOw6m0PJ2JRxYTRhGrAO33mCG57jwRrGySVqHMm2j/5u","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":50879789},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"10.9.3","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"@syncfusion/ej2-base":"~31.2.2","@syncfusion/ej2-data":"~31.2.2","@syncfusion/ej2-grids":"~31.2.2","@syncfusion/ej2-lists":"~31.2.2","@syncfusion/ej2-charts":"~31.2.2","@syncfusion/ej2-inputs":"~31.2.2","@syncfusion/ej2-popups":"~31.2.2","@syncfusion/ej2-buttons":"~31.2.2","@syncfusion/ej2-svg-base":"~31.2.2","@syncfusion/ej2-calendars":"~31.2.2","@syncfusion/ej2-dropdowns":"~31.2.2","@syncfusion/ej2-file-utils":"~31.2.2","@syncfusion/ej2-pdf-export":"~31.2.2","@syncfusion/ej2-compression":"~31.2.2","@syncfusion/ej2-navigations":"~31.2.2","@syncfusion/ej2-excel-export":"~31.2.2","@syncfusion/ej2-splitbuttons":"~31.2.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_31.2.2-791186_1766569327729_0.022076143749486743","host":"s3://npm-registry-packages-npm-production"}},"32.1.21":{"name":"@syncfusion/ej2-pivotview","version":"32.1.21","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@32.1.21","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5c9b39edda79ac73f7830a108c28747ef65bb23d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-32.1.21.tgz","fileCount":439,"integrity":"sha512-A02J0Kq0hiAArZe0hnenCWEVW8hezU9zJfNYcxJP2u06kJnhlUxvnI4ch4D8dncmKzskN8s7MdXExbFKIEgvkw==","signatures":[{"sig":"MEUCIQCHoiAjZLSsMlq4HzysdpFHPiZfye7nxCpa6ce+iOifxgIgTIPsg3Zo02ugWrfXNh9/XPi8dPpBiF5+L6+Dj7kPtaM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":52192770},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"b732669d5d044250597d679edd465482269a2471","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~32.1.19","@syncfusion/ej2-charts":"~32.1.19","@syncfusion/ej2-inputs":"~32.1.20","@syncfusion/ej2-popups":"~32.1.19","@syncfusion/ej2-buttons":"~32.1.21","@syncfusion/ej2-svg-base":"~32.1.19","@syncfusion/ej2-calendars":"~32.1.21","@syncfusion/ej2-dropdowns":"~32.1.21","@syncfusion/ej2-file-utils":"~32.1.19","@syncfusion/ej2-pdf-export":"~32.1.19","@syncfusion/ej2-compression":"~32.1.19","@syncfusion/ej2-navigations":"~32.1.19","@syncfusion/ej2-excel-export":"~32.1.19","@syncfusion/ej2-splitbuttons":"~32.1.19"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_32.1.21_1767061825218_0.5225445320252926","host":"s3://npm-registry-packages-npm-production"}},"31.2.2-800111":{"name":"@syncfusion/ej2-pivotview","version":"31.2.2-800111","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@31.2.2-800111","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a9ac83bc738ad1dfc6c1aad66766a8f9ffa3056c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-31.2.2-800111.tgz","fileCount":436,"integrity":"sha512-K4QEFhmm03KlR179iymzUvpBY/YPqAIQxlLIf9tbzNWpZ6vIs5rkZ6UicHMWtQ6dQqRbq15F+tBEMVF/Bq8U1Q==","signatures":[{"sig":"MEQCIHai2x/eR8yOXRf8vut9Y+QpmSH5sjzO9TsOSUb52qyRAiBHGLkXqyADIPYoiCohHb+BoCyP6KKVcm9WOwUcwDhbOw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":52010151},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"10.9.3","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"@syncfusion/ej2-base":"~31.2.2","@syncfusion/ej2-data":"~31.2.2","@syncfusion/ej2-grids":"~31.2.2","@syncfusion/ej2-lists":"~31.2.2","@syncfusion/ej2-charts":"~31.2.2","@syncfusion/ej2-inputs":"~31.2.2","@syncfusion/ej2-popups":"~31.2.2","@syncfusion/ej2-buttons":"~31.2.2","@syncfusion/ej2-svg-base":"~31.2.2","@syncfusion/ej2-calendars":"~31.2.2","@syncfusion/ej2-dropdowns":"~31.2.2","@syncfusion/ej2-file-utils":"~31.2.2","@syncfusion/ej2-pdf-export":"~31.2.2","@syncfusion/ej2-compression":"~31.2.2","@syncfusion/ej2-navigations":"~31.2.2","@syncfusion/ej2-excel-export":"~31.2.2","@syncfusion/ej2-splitbuttons":"~31.2.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_31.2.2-800111_1767606423366_0.19964120007389852","host":"s3://npm-registry-packages-npm-production"}},"32.1.22":{"name":"@syncfusion/ej2-pivotview","version":"32.1.22","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@32.1.22","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8d74b2bc98c7cd1312337ad94197f8c235fdb703","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-32.1.22.tgz","fileCount":439,"integrity":"sha512-k5iTfXthqxxy2wrOKLXlnB9mkMh5Wf/0QLBQAEvs09mlOu3XuEp5DaitjQdv6sBe9s7BqEV1/+1xdUz6G14yCA==","signatures":[{"sig":"MEUCIG53Qjf9d24jevvFAQjHA3GN4oNTvs6dtFNANae2AxiiAiEA06T7D36Lp4o8O1tXIjR/RX07j5VMHxdJcDLCVoNs+Mk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":52195090},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"b732669d5d044250597d679edd465482269a2471","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~32.1.19","@syncfusion/ej2-charts":"~32.1.22","@syncfusion/ej2-inputs":"~32.1.22","@syncfusion/ej2-popups":"~32.1.19","@syncfusion/ej2-buttons":"~32.1.21","@syncfusion/ej2-svg-base":"~32.1.19","@syncfusion/ej2-calendars":"~32.1.22","@syncfusion/ej2-dropdowns":"~32.1.22","@syncfusion/ej2-file-utils":"~32.1.19","@syncfusion/ej2-pdf-export":"~32.1.19","@syncfusion/ej2-compression":"~32.1.19","@syncfusion/ej2-navigations":"~32.1.19","@syncfusion/ej2-excel-export":"~32.1.19","@syncfusion/ej2-splitbuttons":"~32.1.22"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_32.1.22_1767667914232_0.6804377560448776","host":"s3://npm-registry-packages-npm-production"}},"32.1.24":{"name":"@syncfusion/ej2-pivotview","version":"32.1.24","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@32.1.24","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"65d2080feefd6d6ca8799800de825bdb9cd9520d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-32.1.24.tgz","fileCount":645,"integrity":"sha512-8P6eR1FL8dYw3IswfQlf0l5dl/D7Hf42eDA97cBeDFri029GyyFIyJ0IOzyelBo6HXq0WQ50eFiojKWP9R6BmA==","signatures":[{"sig":"MEUCIGMq88tNw5EUdNGEaP0dI4RpzTL2Oc5F5a6PRxoMnLfrAiEAvWEPiTL0MKiv7mZyNCy0oJawcjzGn+CwJZXH4zP0LeY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":52288272},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"b732669d5d044250597d679edd465482269a2471","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~32.1.24","@syncfusion/ej2-charts":"~32.1.24","@syncfusion/ej2-inputs":"~32.1.24","@syncfusion/ej2-popups":"~32.1.24","@syncfusion/ej2-buttons":"~32.1.24","@syncfusion/ej2-svg-base":"~32.1.24","@syncfusion/ej2-calendars":"~32.1.24","@syncfusion/ej2-dropdowns":"~32.1.24","@syncfusion/ej2-file-utils":"~32.1.24","@syncfusion/ej2-pdf-export":"~32.1.24","@syncfusion/ej2-compression":"~32.1.24","@syncfusion/ej2-navigations":"~32.1.24","@syncfusion/ej2-excel-export":"~32.1.24","@syncfusion/ej2-splitbuttons":"~32.1.24"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_32.1.24_1768876187415_0.6842203161369012","host":"s3://npm-registry-packages-npm-production"}},"32.1.25":{"name":"@syncfusion/ej2-pivotview","version":"32.1.25","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@32.1.25","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"bba8be207bc768a3491e9bd3b418e5160a1f3462","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-32.1.25.tgz","fileCount":647,"integrity":"sha512-okehw38tiUA/wuBOP2+Ro44v43ooBQxLOBWRBXN7uLgEiUhGJQwy10HXKSSlyonEWvfHwOlxCUhCfmj1+vTi7Q==","signatures":[{"sig":"MEQCIHBZO7RCAHwbNrPhiBN5FH7hzdbuifJRSZorr5BLGYHQAiAuKhq+hS7g34VieRwc7dwkssPPiQzCIWz2KL0O2PJTyQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":52304962},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"b732669d5d044250597d679edd465482269a2471","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~32.1.24","@syncfusion/ej2-charts":"~32.1.25","@syncfusion/ej2-inputs":"~32.1.24","@syncfusion/ej2-popups":"~32.1.25","@syncfusion/ej2-buttons":"~32.1.24","@syncfusion/ej2-svg-base":"~32.1.24","@syncfusion/ej2-calendars":"~32.1.25","@syncfusion/ej2-dropdowns":"~32.1.25","@syncfusion/ej2-file-utils":"~32.1.24","@syncfusion/ej2-pdf-export":"~32.1.24","@syncfusion/ej2-compression":"~32.1.24","@syncfusion/ej2-navigations":"~32.1.24","@syncfusion/ej2-excel-export":"~32.1.24","@syncfusion/ej2-splitbuttons":"~32.1.24"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_32.1.25_1769482558071_0.4445927169786279","host":"s3://npm-registry-packages-npm-production"}},"32.2.3":{"name":"@syncfusion/ej2-pivotview","version":"32.2.3","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@32.2.3","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f6c78f456890c35fa6b747c520fbf14068e5c097","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-32.2.3.tgz","fileCount":647,"integrity":"sha512-X/c855VN1FCCwvawHEb08rT5dAAKOsI7KS8HB8vENQtd9Li5MqYEAiOocA7ln2L3zbeC+6bgx6p87hN1aWU5XA==","signatures":[{"sig":"MEYCIQCB9wJu0cASrx92mWv82Xm9y8n4/DwldXMDnrEJYndzPgIhALk5BjE9gg5t6tKDDgEQbsRrHhxS54Xq2jSvaqvUHkpJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":52305786},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"b732669d5d044250597d679edd465482269a2471","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~32.2.3","@syncfusion/ej2-charts":"~32.2.3","@syncfusion/ej2-inputs":"~32.2.3","@syncfusion/ej2-popups":"~32.2.3","@syncfusion/ej2-buttons":"~32.2.3","@syncfusion/ej2-svg-base":"~32.2.3","@syncfusion/ej2-calendars":"~32.2.3","@syncfusion/ej2-dropdowns":"~32.2.3","@syncfusion/ej2-file-utils":"~32.2.3","@syncfusion/ej2-pdf-export":"~32.2.3","@syncfusion/ej2-compression":"~32.2.3","@syncfusion/ej2-navigations":"~32.2.3","@syncfusion/ej2-excel-export":"~32.2.3","@syncfusion/ej2-splitbuttons":"~32.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_32.2.3_1770257032207_0.8631431633466622","host":"s3://npm-registry-packages-npm-production"}},"32.2.4":{"name":"@syncfusion/ej2-pivotview","version":"32.2.4","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@32.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8930cdc2f83c5ae2c4e1f0079fca7fa6b09aaf90","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-32.2.4.tgz","fileCount":647,"integrity":"sha512-FSYMiVpJf1iwOYaGAdTxszckWWJkHVzkTST6xqPv0k7RQxe3uoPsOKKHUsysAutp+DJZFFOn8j8Sl6DgzA6rhg==","signatures":[{"sig":"MEUCIHIXOk0hBVmdWkvBJb3pjZRQl5pQO12YHatHKDSMd0DQAiEA0PaDKtyV0vmjARXbq1gT5yZ9KWa7CbV8HdQsMCyEdBY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":52323439},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"b732669d5d044250597d679edd465482269a2471","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~32.2.3","@syncfusion/ej2-charts":"~32.2.4","@syncfusion/ej2-inputs":"~32.2.3","@syncfusion/ej2-popups":"~32.2.4","@syncfusion/ej2-buttons":"~32.2.3","@syncfusion/ej2-svg-base":"~32.2.3","@syncfusion/ej2-calendars":"~32.2.4","@syncfusion/ej2-dropdowns":"~32.2.4","@syncfusion/ej2-file-utils":"~32.2.3","@syncfusion/ej2-pdf-export":"~32.2.3","@syncfusion/ej2-compression":"~32.2.3","@syncfusion/ej2-navigations":"~32.2.3","@syncfusion/ej2-excel-export":"~32.2.3","@syncfusion/ej2-splitbuttons":"~32.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_32.2.4_1770781185102_0.08889322253022591","host":"s3://npm-registry-packages-npm-production"}},"31.2.2-806485":{"name":"@syncfusion/ej2-pivotview","version":"31.2.2-806485","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@31.2.2-806485","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8b7bcdca1474ba269d1d89a991a006ef4bfb6e13","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-31.2.2-806485.tgz","fileCount":782,"integrity":"sha512-HPx+4vju5DxUImgdR9U3c3ggNFHd9ErdRyiGPD4Ot8t9JGYBl4GZU0Al9Rdyf4dOEcFDaKek45MVxaj50H3H/g==","signatures":[{"sig":"MEUCIQCSWCx3Y8dMBf0u5SOUjKhWtkAtxKVph5n8F005xk+o8wIgQ6Njy+boE23Lx0Xr4U9E0DUqp0HuKGo0sj89lQPDpVo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":55899046},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"10.8.2","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.6","dependencies":{"@syncfusion/ej2-base":"~31.2.2","@syncfusion/ej2-data":"~31.2.2","@syncfusion/ej2-grids":"~31.2.2","@syncfusion/ej2-lists":"~31.2.2","@syncfusion/ej2-charts":"~31.2.2","@syncfusion/ej2-inputs":"~31.2.2","@syncfusion/ej2-popups":"~31.2.2","@syncfusion/ej2-buttons":"~31.2.2","@syncfusion/ej2-svg-base":"~31.2.2","@syncfusion/ej2-calendars":"~31.2.2","@syncfusion/ej2-dropdowns":"~31.2.2","@syncfusion/ej2-file-utils":"~31.2.2","@syncfusion/ej2-pdf-export":"~31.2.2","@syncfusion/ej2-compression":"~31.2.2","@syncfusion/ej2-navigations":"~31.2.2","@syncfusion/ej2-excel-export":"~31.2.2","@syncfusion/ej2-splitbuttons":"~31.2.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_31.2.2-806485_1771334579906_0.8881307473993352","host":"s3://npm-registry-packages-npm-production"}},"32.2.6":{"name":"@syncfusion/ej2-pivotview","version":"32.2.6","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@32.2.6","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"57c5ba5d27b8ac7682377140890da729595df773","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-32.2.6.tgz","fileCount":647,"integrity":"sha512-+nQf7tW5yIJ914gzaqXkrnMbzoBeBMvni2piRM/bJhFrnuUirFja2X+f5jzNuXi0VxuZFLDSQqIuW8A3AfSiaw==","signatures":[{"sig":"MEYCIQDV77XHDPRyafqBdCZSvACngHRV9tzfEiaNkb/VcTfZlQIhALJailY+r03qyd7ktKIrNcgtsZgG7Ml/p/AKeHGZyB6H","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":52324062},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.3.1","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"@syncfusion/ej2-base":"~32.2.6","@syncfusion/ej2-data":"~32.2.3","@syncfusion/ej2-grids":"~32.2.6","@syncfusion/ej2-lists":"~32.2.6","@syncfusion/ej2-charts":"~32.2.4","@syncfusion/ej2-inputs":"~32.2.3","@syncfusion/ej2-popups":"~32.2.6","@syncfusion/ej2-buttons":"~32.2.3","@syncfusion/ej2-svg-base":"~32.2.3","@syncfusion/ej2-calendars":"~32.2.6","@syncfusion/ej2-dropdowns":"~32.2.6","@syncfusion/ej2-file-utils":"~32.2.3","@syncfusion/ej2-pdf-export":"~32.2.3","@syncfusion/ej2-compression":"~32.2.3","@syncfusion/ej2-navigations":"~32.2.6","@syncfusion/ej2-excel-export":"~32.2.3","@syncfusion/ej2-splitbuttons":"~32.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_32.2.6_1771337085098_0.7491099509638321","host":"s3://npm-registry-packages-npm-production"}},"32.2.9":{"name":"@syncfusion/ej2-pivotview","version":"32.2.9","keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-pivotview@32.2.9","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3654370c2db0d8d7654cb574e0f603deaa4c26e5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-32.2.9.tgz","fileCount":647,"integrity":"sha512-py40lO66JXYk9X3xpXpq4MM8UpWG/O0w6nqEdo5TuGQoigIT6f8gMt6JR5dpH6A4DvSDAIGRycvgtpugBsqf9g==","signatures":[{"sig":"MEUCIQDYR8+XNWOJAsuajid06DJ1wLItg88nqoDSUyVNyMPpuwIgMbSFnBDKagTMrH+y8v6TrLoWnx7lyhgX45lwsqSJS/4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":52324062},"main":"./dist/ej2-pivotview.umd.min.js","es2015":"./dist/es6/ej2-pivotview.es5.js","module":"./index.js","gitHead":"b732669d5d044250597d679edd465482269a2471","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","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-lists":"~32.2.7","@syncfusion/ej2-charts":"~32.2.9","@syncfusion/ej2-inputs":"~32.2.8","@syncfusion/ej2-popups":"~32.2.8","@syncfusion/ej2-buttons":"~32.2.9","@syncfusion/ej2-svg-base":"~32.2.3","@syncfusion/ej2-calendars":"~32.2.9","@syncfusion/ej2-dropdowns":"~32.2.9","@syncfusion/ej2-file-utils":"~32.2.3","@syncfusion/ej2-pdf-export":"~32.2.3","@syncfusion/ej2-compression":"~32.2.3","@syncfusion/ej2-navigations":"~32.2.9","@syncfusion/ej2-excel-export":"~32.2.3","@syncfusion/ej2-splitbuttons":"~32.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-pivotview_32.2.9_1773108857650_0.7867909049935105","host":"s3://npm-registry-packages-npm-production"}},"33.1.44":{"name":"@syncfusion/ej2-pivotview","version":"33.1.44","description":"The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.","author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","main":"./dist/ej2-pivotview.umd.min.js","module":"./index.js","es2015":"./dist/es6/ej2-pivotview.es5.js","dependencies":{"@syncfusion/ej2-base":"~33.1.44","@syncfusion/ej2-buttons":"~33.1.44","@syncfusion/ej2-calendars":"~33.1.44","@syncfusion/ej2-charts":"~33.1.44","@syncfusion/ej2-compression":"~33.1.44","@syncfusion/ej2-data":"~33.1.44","@syncfusion/ej2-dropdowns":"~33.1.44","@syncfusion/ej2-excel-export":"~33.1.44","@syncfusion/ej2-file-utils":"~33.1.44","@syncfusion/ej2-grids":"~33.1.44","@syncfusion/ej2-inputs":"~33.1.44","@syncfusion/ej2-lists":"~33.1.44","@syncfusion/ej2-navigations":"~33.1.44","@syncfusion/ej2-pdf-export":"~33.1.44","@syncfusion/ej2-popups":"~33.1.44","@syncfusion/ej2-splitbuttons":"~33.1.44","@syncfusion/ej2-svg-base":"~33.1.44"},"devDependencies":{},"keywords":["ej2","syncfusion","JavaScript","TypeScript","BI","business-intelligence","data","db","database","json","web-service","relational","excel","csv","olap","cube","sql","analysis-services","multi-dimension","measure","dimension","pivot","aggregation","grid","table","chart","pivotview","pivotgrid","pivottable","pivot-grid","pivot-table","pivotchart","pivot-chart","field-list","pivot-field-list","pivottable-field-list","pivot-table-field-list","filtering","sorting","expand","collapse","summary","totals","formatting","grouping","calculated-field","drill-through","editing","virtual-scrolling","paging"],"repository":{"type":"git","url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"},"typings":"index.d.ts","sideEffects":false,"homepage":"https://www.syncfusion.com/javascript-ui-controls","gitHead":"eea55cfe21b7c70d785b85a941bc340546ac11dd","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"_id":"@syncfusion/ej2-pivotview@33.1.44","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-77s8qphTds9uqJmvbeaa4wdpKAqXKIbCmnCA/MXScVoXI6msKdOtH60WpJ0+A+Trf6A9IGKwhtWV7CV7XOEt+Q==","shasum":"cafeafa59bad444f9e394b15004eec67612ad1e2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-pivotview/-/ej2-pivotview-33.1.44.tgz","fileCount":645,"unpackedSize":52790983,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQD6y60GaJCqVzN4Q8WKs8f/7FIB5Neij0Cjn5AMZFnJFQIhAPj1BcIlhf3FCWjefoVclDI03l4Kj6cJl8BwUGmv+kIn"}]},"_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-pivotview_33.1.44_1773658562711_0.36513671488499133"},"_hasShrinkwrap":false}},"name":"@syncfusion/ej2-pivotview","time":{"created":"2018-06-25T09:04:25.849Z","modified":"2026-03-16T10:56:03.229Z","16.2.41":"2018-06-25T09:04:26.222Z","16.2.45":"2018-07-17T07:49:21.072Z","16.2.46":"2018-07-30T13:02:51.559Z","16.2.49":"2018-08-21T12:43:52.862Z","16.2.50":"2018-08-28T18:02:07.196Z","16.3.17":"2018-09-11T13:29:39.938Z","16.3.21":"2018-09-21T19:44:23.315Z","16.3.24":"2018-10-09T07:16:25.049Z","16.3.29":"2018-10-31T04:40:09.760Z","16.3.30":"2018-11-01T11:26:33.859Z","16.3.33":"2018-11-20T13:17:54.531Z","16.3.34":"2018-11-22T03:54:31.930Z","16.4.40-beta":"2018-12-10T12:27:28.435Z","16.4.42":"2018-12-17T13:13:27.194Z","16.4.47":"2019-01-16T11:19:53.008Z","17.1.1-beta":"2019-01-29T13:51:10.276Z","16.4.52":"2019-02-05T16:40:25.030Z","16.4.53":"2019-02-13T10:14:30.044Z","17.1.32-beta":"2019-03-13T15:15:42.166Z","17.1.38":"2019-03-29T07:38:01.051Z","17.1.42":"2019-04-23T09:14:48.748Z","17.1.47":"2019-05-14T10:48:36.540Z","17.1.49":"2019-05-29T07:50:15.181Z","17.2.28-beta":"2019-06-27T14:59:31.979Z","17.2.34":"2019-07-11T12:47:58.715Z","17.2.35":"2019-07-17T04:43:12.247Z","17.2.46":"2019-08-22T10:59:04.787Z","17.2.47":"2019-08-27T14:30:42.210Z","17.2.29-beta":"2019-08-27T20:03:58.054Z","17.2.48-beta":"2019-08-28T14:32:44.952Z","17.3.9-beta":"2019-09-20T12:48:56.506Z","17.3.14":"2019-10-03T16:23:49.372Z","17.3.19":"2019-10-22T12:44:01.678Z","17.3.26":"2019-11-05T18:44:43.858Z","17.3.27":"2019-11-12T12:13:23.122Z","17.3.29":"2019-11-26T07:00:00.172Z","17.4.39":"2019-12-17T10:32:40.393Z","17.4.43":"2020-01-14T06:57:56.800Z","17.4.46":"2020-01-30T09:30:32.745Z","17.4.47":"2020-02-05T07:08:42.763Z","17.4.50":"2020-02-18T12:04:04.052Z","17.4.51":"2020-02-25T14:28:59.922Z","18.1.36-beta":"2020-03-19T09:19:53.902Z","18.1.42":"2020-04-01T10:53:24.450Z","18.1.44":"2020-04-14T11:43:13.332Z","18.1.52":"2020-05-13T08:32:19.507Z","18.1.54":"2020-05-26T10:28:18.903Z","18.2.44":"2020-07-07T00:50:34.197Z","18.2.46":"2020-07-21T08:04:46.829Z","18.2.54":"2020-08-18T12:32:04.430Z","18.2.55":"2020-08-25T14:36:12.618Z","18.2.56":"2020-09-01T11:48:41.216Z","18.2.57":"2020-09-08T11:53:06.849Z","18.2.58":"2020-09-15T14:51:41.389Z","18.3.35":"2020-10-01T09:49:59.102Z","18.3.40":"2020-10-13T14:02:34.237Z","18.3.44":"2020-10-27T10:52:32.483Z","18.3.47":"2020-11-05T08:23:55.143Z","18.3.48":"2020-11-11T07:17:45.573Z","17.2.52-1205479":"2020-11-23T12:31:19.635Z","18.4.30":"2020-12-17T07:32:37.600Z","18.4.31":"2020-12-22T11:47:02.610Z","18.4.34":"2021-01-12T14:41:40.271Z","17.2.55-1205479":"2021-01-15T09:18:05.189Z","18.4.35":"2021-01-19T10:42:49.844Z","18.4.39":"2021-01-28T05:15:24.195Z","18.4.41":"2021-02-02T12:08:19.517Z","18.4.43":"2021-02-16T09:38:47.249Z","18.4.46":"2021-03-02T09:40:00.546Z","18.4.47":"2021-03-09T12:58:57.951Z","19.1.54":"2021-03-30T14:57:13.491Z","19.1.56":"2021-04-13T09:22:34.352Z","19.1.57":"2021-04-20T09:39:03.577Z","19.1.58":"2021-04-27T10:36:52.341Z","19.1.59":"2021-05-04T09:30:04.950Z","19.1.63":"2021-05-13T06:03:17.592Z","19.1.65":"2021-05-25T06:57:01.811Z","19.1.67":"2021-06-08T09:15:24.642Z","19.1.69":"2021-06-15T07:17:33.117Z","19.2.44":"2021-06-30T05:16:18.978Z","19.2.46":"2021-07-06T08:20:25.539Z","19.2.48":"2021-07-20T07:09:38.866Z","19.2.49":"2021-07-27T07:21:28.585Z","19.2.51":"2021-08-03T09:04:07.272Z","19.2.55":"2021-08-11T05:37:28.301Z","19.2.56":"2021-08-17T09:36:09.461Z","19.2.60":"2021-09-07T11:10:29.906Z","19.3.43":"2021-09-30T05:03:21.094Z","19.3.44":"2021-10-05T10:21:32.319Z","19.3.46":"2021-10-19T10:20:01.651Z","19.3.47":"2021-10-26T10:20:43.749Z","19.3.48":"2021-11-02T10:36:21.416Z","19.3.53":"2021-11-12T05:48:14.308Z","19.3.55":"2021-11-23T12:45:31.654Z","19.3.57":"2021-12-07T10:48:08.274Z","19.4.38":"2021-12-17T05:54:45.737Z","19.4.40":"2021-12-28T14:38:17.463Z","19.4.41":"2022-01-04T11:29:06.318Z","19.4.42":"2022-01-11T14:08:17.925Z","19.4.43":"2022-01-18T11:22:07.842Z","19.4.47":"2022-01-25T12:22:59.072Z","19.4.48":"2022-01-31T10:20:55.364Z","19.4.50":"2022-02-08T10:17:27.726Z","19.4.52":"2022-02-15T14:03:37.699Z","19.4.53":"2022-02-22T10:52:38.139Z","19.4.54":"2022-03-01T12:13:02.886Z","19.4.55":"2022-03-08T09:35:31.453Z","20.1.47":"2022-04-04T08:13:12.082Z","20.1.48":"2022-04-12T11:12:21.581Z","20.1.55":"2022-05-12T12:53:42.369Z","20.1.56":"2022-05-17T10:56:43.301Z","20.1.57":"2022-05-24T11:23:11.659Z","20.1.58":"2022-05-31T14:09:33.637Z","20.1.61":"2022-06-21T15:02:00.328Z","20.2.36":"2022-06-30T08:45:08.280Z","20.2.38":"2022-07-12T17:24:47.140Z","20.2.39":"2022-07-19T14:52:44.874Z","20.2.43":"2022-08-08T05:45:08.231Z","20.2.45":"2022-08-23T12:38:36.361Z","20.3.47":"2022-09-29T08:51:19.554Z","20.3.49":"2022-10-11T12:53:12.273Z","20.3.50":"2022-10-18T10:50:34.543Z","20.3.56":"2022-11-08T09:55:04.922Z","20.3.57":"2022-11-15T13:55:22.917Z","20.3.59":"2022-11-29T12:49:55.802Z","20.4.38":"2022-12-21T09:33:11.550Z","20.4.40":"2022-12-28T17:08:21.660Z","20.4.42":"2023-01-04T12:38:09.232Z","20.4.43":"2023-01-10T13:17:29.640Z","20.4.44":"2023-01-18T15:17:10.191Z","20.4.48":"2023-02-01T07:23:57.922Z","20.4.50":"2023-02-14T11:21:54.143Z","20.4.54":"2023-03-14T13:46:10.208Z","21.1.35":"2023-03-23T08:05:23.010Z","21.1.37":"2023-03-29T15:05:17.930Z","21.1.39":"2023-04-11T12:19:41.313Z","21.1.41":"2023-04-18T11:13:29.335Z","21.2.3":"2023-05-03T08:51:11.221Z","21.2.4":"2023-05-09T12:33:47.357Z","21.2.5":"2023-05-16T11:35:27.353Z","21.2.6":"2023-05-23T11:52:59.246Z","21.2.8":"2023-05-30T11:56:55.381Z","21.2.9":"2023-06-06T13:27:38.064Z","21.2.10":"2023-06-13T11:27:40.076Z","22.1.34":"2023-06-21T11:57:26.716Z","21.1.36":"2023-06-28T11:52:36.168Z","21.1.42":"2023-06-28T14:54:38.965Z","22.1.36":"2023-06-28T15:48:24.183Z","22.1.38":"2023-07-11T13:18:46.514Z","22.1.39":"2023-07-18T12:29:22.546Z","22.2.5":"2023-07-27T14:44:38.871Z","22.2.7":"2023-08-02T12:32:00.085Z","22.2.8":"2023-08-08T12:12:45.913Z","22.2.9":"2023-08-15T12:27:15.607Z","22.2.10":"2023-08-22T18:02:05.263Z","22.2.11":"2023-08-29T01:20:44.222Z","22.2.12":"2023-09-05T10:40:21.011Z","23.1.36":"2023-09-15T08:06:04.100Z","23.1.38":"2023-09-26T11:50:40.257Z","23.1.41":"2023-10-17T01:07:51.736Z","23.1.44":"2023-11-07T06:11:23.552Z","23.2.4":"2023-11-20T06:22:09.183Z","23.2.5":"2023-11-23T04:53:17.375Z","23.2.6":"2023-11-28T05:36:32.215Z","24.1.41":"2023-12-18T06:31:08.145Z","24.1.43":"2023-12-27T06:20:49.022Z","24.1.44":"2024-01-03T03:33:10.265Z","24.1.45":"2024-01-09T02:18:39.702Z","24.1.46":"2024-01-17T02:04:46.320Z","24.1.47":"2024-01-23T02:29:01.985Z","24.2.3":"2024-01-31T14:10:02.366Z","24.2.4":"2024-02-06T04:54:43.403Z","24.2.5":"2024-02-13T02:01:40.273Z","24.2.8":"2024-02-27T06:40:22.750Z","24.2.9":"2024-03-05T09:02:16.927Z","25.1.35":"2024-03-15T12:17:11.364Z","25.1.37":"2024-03-26T05:00:38.036Z","25.1.38":"2024-04-02T02:36:34.369Z","25.1.39":"2024-04-09T12:35:47.842Z","25.1.41":"2024-04-23T06:43:15.874Z","25.1.42":"2024-04-30T03:02:30.154Z","25.2.3":"2024-05-08T13:47:53.397Z","25.2.4":"2024-05-14T02:22:05.607Z","25.2.5":"2024-05-21T03:29:23.668Z","25.2.6":"2024-05-28T02:33:54.477Z","26.1.35":"2024-06-11T13:14:11.263Z","26.1.39":"2024-06-25T09:02:31.525Z","26.1.40":"2024-07-02T05:07:17.851Z","26.1.35-199049":"2024-07-03T05:19:59.384Z","26.1.41":"2024-07-09T07:03:45.796Z","26.1.42":"2024-07-15T23:32:13.918Z","26.2.4":"2024-07-24T09:29:16.641Z","26.2.5":"2024-07-25T23:32:08.793Z","26.2.8":"2024-08-05T23:01:01.384Z","26.2.9":"2024-08-12T22:58:19.892Z","26.2.10":"2024-08-19T23:02:04.693Z","26.2.11":"2024-08-26T23:02:05.064Z","26.2.12":"2024-09-02T22:57:46.399Z","26.2.14":"2024-09-10T05:03:49.450Z","27.1.48":"2024-09-18T10:13:07.897Z","27.1.50":"2024-09-23T23:05:56.141Z","27.1.51":"2024-09-30T13:28:32.494Z","27.1.51-22768":"2024-10-04T11:04:51.533Z","27.1.52":"2024-10-08T03:11:26.971Z","27.1.53":"2024-10-15T08:46:24.085Z","27.1.55":"2024-10-22T03:00:06.268Z","27.1.57":"2024-10-29T00:02:31.687Z","27.1.58":"2024-11-05T00:49:41.059Z","27.2.2":"2024-11-15T04:23:13.776Z","27.2.3":"2024-11-21T18:02:49.612Z","27.2.4":"2024-11-26T00:10:00.361Z","28.1.33":"2024-12-12T08:09:46.890Z","28.1.36":"2024-12-24T10:50:43.825Z","28.1.37":"2024-12-30T23:53:20.533Z","28.1.38":"2025-01-07T01:24:57.503Z","28.1.41":"2025-01-21T01:55:36.103Z","28.2.3":"2025-01-29T10:29:20.243Z","28.2.4":"2025-02-04T01:04:02.605Z","22.2.5-100737":"2025-02-04T12:08:37.492Z","28.2.6":"2025-02-18T02:24:30.087Z","28.2.7":"2025-02-25T02:55:14.683Z","28.2.11":"2025-03-11T02:25:39.492Z","29.1.33":"2025-03-25T10:17:56.421Z","29.1.34":"2025-03-26T11:46:34.902Z","29.1.37":"2025-04-08T03:09:01.797Z","22.2.5-496032":"2025-04-10T06:28:14.878Z","29.1.38":"2025-04-14T22:31:41.982Z","22.2.12-715169":"2025-04-21T12:16:36.390Z","29.1.38-715169":"2025-04-22T04:24:45.359Z","29.1.40":"2025-04-29T01:50:03.756Z","29.2.4":"2025-05-14T10:50:56.730Z","29.1.33-732412":"2025-06-02T07:02:32.460Z","29.2.8":"2025-06-03T01:31:43.744Z","29.2.10":"2025-06-10T02:59:32.824Z","30.1.37":"2025-06-25T12:36:03.409Z","30.1.39":"2025-07-08T03:17:24.454Z","29.1.33-162432":"2025-07-08T13:26:10.628Z","30.1.40":"2025-07-15T04:01:43.166Z","30.1.41":"2025-07-22T02:35:15.237Z","30.1.42":"2025-07-29T02:23:44.246Z","30.2.4":"2025-08-07T08:07:07.255Z","30.2.6":"2025-08-19T02:52:05.629Z","31.1.17":"2025-09-05T07:18:12.324Z","31.1.20":"2025-09-17T14:47:17.888Z","31.1.21":"2025-09-23T03:03:57.905Z","31.1.22":"2025-10-01T03:40:03.522Z","31.1.23":"2025-10-07T03:07:57.317Z","31.2.2":"2025-10-15T09:50:26.470Z","31.2.3":"2025-10-22T04:09:39.931Z","31.2.4":"2025-10-28T03:45:41.373Z","31.2.5":"2025-11-04T03:06:45.712Z","31.2.2-783882":"2025-11-06T07:12:41.294Z","31.2.12":"2025-11-18T07:52:15.299Z","31.2.16":"2025-12-02T04:17:31.351Z","31.2.18":"2025-12-09T03:54:13.510Z","32.1.19":"2025-12-16T06:46:09.530Z","32.1.20":"2025-12-23T05:09:22.444Z","31.2.2-791186":"2025-12-24T09:42:08.091Z","32.1.21":"2025-12-30T02:30:25.573Z","31.2.2-800111":"2026-01-05T09:47:03.746Z","32.1.22":"2026-01-06T02:51:54.587Z","32.1.24":"2026-01-20T02:29:47.821Z","32.1.25":"2026-01-27T02:55:58.480Z","32.2.3":"2026-02-05T02:03:52.602Z","32.2.4":"2026-02-11T03:39:45.433Z","31.2.2-806485":"2026-02-17T13:23:00.305Z","32.2.6":"2026-02-17T14:04:45.456Z","32.2.9":"2026-03-10T02:14:18.207Z","33.1.44":"2026-03-16T10:56:03.072Z"},"readmeFilename":"README.md","homepage":"https://www.syncfusion.com/javascript-ui-controls"}