{"maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"dist-tags":{"beta":"26.1.35-7502","latest":"33.1.44"},"author":{"name":"Syncfusion Inc."},"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","readme":"# JavaScript Calendars Controls\n\nThe [JavaScript Calendars](https://www.syncfusion.com/javascript-ui-controls/js-calendar?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendar-npm) package contains date and time components such as calendar, date picker, date range picker, date time picker, and time picker. These components come with options to disable dates, restrict selection, and show custom events.\n\n## What's Included in the JavaScript Calendars Package\n\nThe [JavaScript Calendars](https://www.syncfusion.com/javascript-ui-controls/js-calendar?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendar-npm) package includes the following list of components.\n\n### JavaScript Calendar\n\nThe [JavaScript Calendar](https://www.syncfusion.com/javascript-ui-controls/js-calendar?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendar-npm) control is a graphical user interface component that displays a Gregorian or Islamic Calendar and allows selection of a date.\n\n<p align=\"center\">\n  <a href=\"https://ej2.syncfusion.com/documentation/calendar/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendar-npm\">Getting Started</a> .\n  <a href=\"https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendar-npm#/fluent2/calendar/default.html\">Online demos</a> .\n  <a href=\"https://www.syncfusion.com/javascript-ui-controls/js-calendar?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendar-npm\">Learn more</a>\n</p>\n\n<p align=\"center\">\n<img alt=\"JavaScript Calendar Control\" src=\"https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/javascript/javascript-calendar.png\">\n</p>\n\n#### Key features\n\n* [Date range](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=calendar#/fluent2/calendar/date-range.html) - Restricts the range of dates that can be selected by using the `min` and `max` properties.\n* [Customization](https://ej2.syncfusion.com/javascript/documentation/calendar/customization) - Allows complete control over the appearance of the calendar component.\n* [Month or year selection](https://ej2.syncfusion.com/documentation/calendar/calendar-views?lang=typescript#calendar-views) - Provides a flexible option to select only a month or year as the date value.\n* [First day of week](https://ej2.syncfusion.com/documentation/calendar/how-to.html?lang=typescript#change-the-first-day-of-the-week) - Changes the first day of all weeks in every month.\n* [Week number](https://ej2.syncfusion.com/documentation/calendar/how-to/render-the-calendar-with-week-numbers?lang=typescript#render-the-calendar-with-week-numbers) - Displays the week number of the selected date in the calendar by enabling the week number option.\n* [Disabled dates](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=calendar#/fluent2/calendar/disabled.html) - Disables any date to prevent the user from selecting that date.\n* [Start and depth view](https://ej2.syncfusion.com/documentation/calendar/calendar-views?lang=typescript#view-restriction) - Calendar has `month`, `year`, and `decade` views that provide flexibility to select dates.\n* [Highlight weekends](https://ej2.syncfusion.com/documentation/calendar/customization?lang=typescript#highlight-weekends) - The calendar supports to highlighting every weekend in a month.\n* [Globalization](https://ej2.syncfusion.com/documentation/calendar/globalization?lang=typescript#calendar) - Supports globalization (internationalization and localization) to translate the names of months, days, and the today button text to any supported language.\n\n### JavaScript DatePicker\n\nThe [JavaScript DatePicker](https://www.syncfusion.com/javascript-ui-controls/js-datepicker?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendar-npm) component is a graphical user interface component that allows selection or entry of a date value.\n\n<p align=\"center\">\n  <a href=\"https://ej2.syncfusion.com/documentation/datepicker/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendar-npm?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendar-npm\">Getting Started</a> .\n  <a href=\"https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendar-npm#/fluent2/datepicker/default.html\">Online demos</a> .\n  <a href=\"https://www.syncfusion.com/javascript-ui-controls/js-datepicker?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendar-npm\">Learn more</a>\n</p>\n\n<p align=\"center\">\n<img alt=\"JavaScript DatePicker Control\" src=\"https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/javascript/javascript-datepicker.png\">\n</p>\n\n#### Key features\n\n* [Placeholders](https://ej2.syncfusion.com/documentation/datepicker/how-to/set-the-placeholder/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendars-npm) - Placeholder is a hint text that is displayed in the DatePicker; it is used to indicate the format of the date that the user should enter, such as mm/dd/yyyy or dd/mm/yyyy.\n* [Mask date input](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendars-npm/#/fluent2/datepicker/input-mask.html) - The mask date input restricts the user from typing unwanted characters in the text input, allowing only eligible date format to be typed.\n* [Disabled date](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendars-npm/#/fluent2/datepicker/disabled.html) - To disable a specific date in the picker calendar and restrict it from being set or selected in the DatePicker.\n* [Date format](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=datepicker#/fluent2/datepicker/date-format.html) - The DatePicker control’s input value can be custom formatted apart from the default culture’s specific date format.\n* [Incomplete date validation](https://ej2.syncfusion.com/documentation/datepicker/strict-mode?utm_source=npm&utm_campaign=datepicker) - The strictMode is an act that allows entry only of valid dates within the specified min or max range in a text box.\n* [Globalization](https://ej2.syncfusion.com/documentation/calendar/globalization?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendars-npm/#calendar) - Support globalization (also known as internationalization and localization) to allow you to translate the names of months, days, and other text elements in the calendar to any supported language. This can be useful in cases where you want to display the calendar in a language other than the default language.\n\n### JavaScript TimePicker\n\nThe [JavaScript TimePicker](https://www.syncfusion.com/javascript-ui-controls/js-timepicker?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendar-npm) component is a simple and intuitive interface component that allows selection of a time value from the popup list or setting a desired time value.\n\n<p align=\"center\">\n  <a href=\"https://ej2.syncfusion.com/documentation/timepicker/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendar-npm\">Getting Started</a> .\n  <a href=\"https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendar-npm#/fluent2/timepicker/default.html\">Online demos</a> .\n  <a href=\"https://www.syncfusion.com/javascript-ui-controls/js-timepicker?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendar-npm\">Learn more</a>\n</p>\n\n<p align=\"center\">\n<img alt=\"JavaScript TimePicker Control\" src=\"https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/javascript/javascript-timepicker.png\">\n</p>\n\n#### Key features\n\n* [Time range](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=timepicker#/fluent2/timepicker/time-range.html) - Restricts the entry or selection of time values within a specific range of time by using `min` and `max` properties.\n* [Time format](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=timepicker#/fluent2/timepicker/time-format.html) - Apart from the default culture specific time format, the time picker control’s input value can also be custom formatted.\n* [Strict mode](https://ej2.syncfusion.com/documentation/timepicker/strict-mode?lang=typescript#timepicker) - The strictMode is an act that allows entry of only valid time values within the specified min and max range in a text box.\n* [Disabled time](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=timepicker#/fluent2/timepicker/list-formatting.html) - Any number of time values can be disabled in the popup list items to prevent selection of those times.\n* [Time intervals](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=timepicker#/fluent2/timepicker/list-formatting.html) - Allows populating the time list with intervals between the times in the popup list to enable selection of proper time value.\n* [Customization](https://ej2.syncfusion.com/documentation/timepicker/how-to/css-customization?lang=typescript#css-customization) - The appearance of the time picker can be customized completely.\n* [Time list with duration](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=timepicker#/fluent2/timepicker/list-formatting.html) - Supports customization of the control’s popup list items with time duration.\n* [Mask time input](https://ej2.syncfusion.com/demos/#/fluent2/timepicker/input-mask.html) - The mask time input restricts the user from typing unwanted characters in the text input, allowing only eligible time format to be typed.\n* [Globalization](https://ej2.syncfusion.com/documentation/timepicker/globalization?lang=typescript#timepicker) - Supports globalization (internationalization and localization) to update time popup list values to match any specified culture.\n\n### JavaScript DateTimePicker\n\nThe [JavaScript DateTimePicker](https://www.syncfusion.com/javascript-ui-controls/js-datetime-picker?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendar-npm) component is a graphical user interface component that allows an end user to enter or select a date and time values from a pop-up calendar and time list pop-up.\n\n<p align=\"center\">\n  <a href=\"https://ej2.syncfusion.com/documentation/datetimepicker/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendar-npm\">Getting Started</a> .\n  <a href=\"https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendar-npm#/fluent2/datetimepicker/default.html\">Online demos</a> .\n  <a href=\"https://www.syncfusion.com/javascript-ui-controls/js-datetime-picker?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendar-npm\">Learn more</a>\n</p>\n\n<p align=\"center\">\n<img alt=\"JavaScript DateTimePicker Control\" src=\"https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/javascript/javascript-datetimepicker.png\">\n</p>\n\n#### Key features\n\n* [Date time range](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=datetimepicker#/fluent2/datetimepicker/date-time-range.html) - Restricts the entry or selection of values within a specific range of dates and times by using `min` and `max` properties.\n* [Date time format](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=datetimepicker#/fluent2/datetimepicker/date-time-format.html) - The control’s input value can be custom formatted apart from the default culture’s specific date time format.\n* [Mask date time input](https://ej2.syncfusion.com/demos/#/fluent2/datetimepicker/input-mask.html) - The mask date time input restricts the user from typing unwanted characters in the text input, allowing only eligible date and time format to be typed.\n\n### JavaScript DateRangePicker\n\nThe [JavaScript DateRangePicker](https://www.syncfusion.com/javascript-ui-controls/js-daterangepicker?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendar-npm) component is a graphical user interface control that allows an end user to select start and end date values as a range from a calendar pop-up or by entering the value directly in the input element.\n\n<p align=\"center\">\n  <a href=\"https://ej2.syncfusion.com/documentation/daterangepicker/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendar-npm\">Getting Started</a> .\n  <a href=\"https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendar-npm#/fluent2/daterangepicker/default.html\">Online demos</a> .\n  <a href=\"https://www.syncfusion.com/javascript-ui-controls/js-daterangepicker?utm_source=npm&utm_medium=listing&utm_campaign=javascript-calendar-npm\">Learn more</a>\n</p>\n\n<p align=\"center\">\n<img alt=\"JavaScript DateRangePicker Control\" src=\"https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/javascript/javascript-daterangepicker.png\">\n</p>\n\n#### Key features\n\n* [Preset ranges](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=daterangepicker#/fluent2/daterangepicker/presets.html) - Defines the preset ranges to select the frequently used date range by the end users.\n* [Range restriction](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=daterangepicker#/fluent2/daterangepicker/date-range.html) - This control restricts the entry or selection of values within a specific range of date by defining the min and max properties.\n* [Limit the selection range](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=daterangepicker#/fluent2/daterangepicker/day-span.html) - Directs the end user to select only the date range with specific minimum and maximum number of days’ count by setting the minDays and maxDays options.\n* [First day of week](https://ej2.syncfusion.com/documentation/daterangepicker/customization?lang=typescript#first-day-of-week) - Changes the first day of weeks in every month.\n* [Strict mode](https://ej2.syncfusion.com/documentation/daterangepicker/range-restriction?lang=typescript#strict-mode) - The strictMode is an act that allows entry only of a valid date within the specified min and max range in a textbox.\n* [Customization](https://ej2.syncfusion.com/documentation/daterangepicker/customization?lang=typescript#customization) - The appearance of the component can be customized completely.\n* [Format](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=daterangepicker#/fluent2/daterangepicker/date-format.html) - The control’s input value can be custom formatted apart from the default culture’s specific date range format.\n* [Globalization](https://ej2.syncfusion.com/documentation/daterangepicker/globalization?lang=typescript#globalization) - Supports globalization (internationalization and localization) to translate the names of months, days, and button text to any supported language.\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=\"Syncfusion logo\">\n  </a>\n</p>\n\n## Setup\n\nTo install `calendars` and its dependent packages, use the following command.\n\n```sh\nnpm install @syncfusion/ej2-calendars\n```\n\n## Supported frameworks\n\nCalendar controls are also offered to 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* Expanse Tracker - [Source](https://github.com/syncfusion/ej2-sample-ts-expensetracker), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/expensetracker/#/dashboard?utm_source=npm&utm_campaign=daterangepicker)\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_campaign=datepicker)\n\n## Resources\n\n* [Theme Studio](https://ej2.syncfusion.com/themestudio/)\n* [Custom Resource Generator](https://crg.syncfusion.com/)\n* [What's New](https://www.syncfusion.com/products/whatsnew/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-calendar-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-calendar-npm)\n* Live chat\n\n## Changelog\n\nCheck the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/calendars/CHANGELOG.md). Get minor improvements and bug fixes every week to stay up to date with frequent updates.\n\n## License and copyright\n\n> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).\n\n> A [free community license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.\n\nSee [LICENSE FILE](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license) for more info.\n\n© Copyright 2026 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.\n","repository":{"type":"git","url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"},"users":{"sumankumarg":true},"bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"license":"SEE LICENSE IN license","versions":{"1.0.4":{"name":"@syncfusion/ej2-calendars","version":"1.0.4","keywords":["ej2","syncfusion","ej2-calendars","calendar","month","date","year"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@1.0.4","maintainers":[{"name":"anonymous","email":"ajithr@syncfusion.com"},{"name":"anonymous","email":"npmjs@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"d980b1e9d5aa965d09ef8df1f85c49431ea33c15","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-1.0.4.tgz","integrity":"sha512-S5coHKb6NGXknCVgY/7lVUlB/Aul5K5Yczl6Jh1COu5wZLhth2yXit9XsV9q3K75EhwTcRVlb2+MbTX/BbSUiA==","signatures":[{"sig":"MEUCIQC1F9+1DxjA8oP9pz1iF9A0cSoTBiBEXSfHxlRw4ktcsgIgS3suvqy4UFHhnDU39Zwrht/837cfw1m6Ji00Bij6pn0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_args":[[{"raw":"@syncfusion/ej2-calendars@^1.0.0","name":"@syncfusion/ej2-calendars","spec":">=1.0.0 <2.0.0","type":"range","scope":"@syncfusion","rawSpec":"^1.0.0","escapedName":"@syncfusion%2fej2-calendars"},"D:\\release\\packages\\node_modules\\@syncfusion\\ej2"]],"_from":".","_spec":"@syncfusion/ej2-calendars@^1.0.0","_where":"D:\\release\\packages\\node_modules\\@syncfusion\\ej2","config":{"ghooks":{"pre-push":"gulp pre-push","commit-msg":"gulp commit-msg","pre-commit":"gulp pre-commit"}},"module":"dist/es6/index.js","_shasum":"d980b1e9d5aa965d09ef8df1f85c49431ea33c15","gitHead":"870a08670f030a76cf0004d34fc07906911368a5","scripts":{"test":"gulp ci-test","compile":"gulp ci-compile","ci-publish":"gulp ci-publish"},"_inCache":true,"_npmUser":{"name":"anonymous","email":"ajithr@syncfusion.com"},"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-production/@syncfusion/ej2-calendars/-/ej2-calendars-1.0.0.tgz","_requested":{"raw":"@syncfusion/ej2-calendars@^1.0.0","name":"@syncfusion/ej2-calendars","spec":">=1.0.0 <2.0.0","type":"range","scope":"@syncfusion","rawSpec":"^1.0.0","escapedName":"@syncfusion%2fej2-calendars"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"3.10.10","_requiredBy":["/@syncfusion/ej2"],"_shrinkwrap":null,"description":"Syncfusion TypeScript Calendar","directories":{},"_nodeVersion":"6.10.2","dependencies":{"intl":"^1.2.5","@syncfusion/ej2-base":"^1.0.0","@syncfusion/ej2-inputs":"^1.0.0","@syncfusion/ej2-popups":"^1.0.0"},"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"},"_phantomChildren":{},"optionalDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars-1.0.4.tgz_1494443166237_0.3765699244104326","host":"packages-18-east.internal.npmjs.com"}},"1.0.5":{"name":"@syncfusion/ej2-calendars","version":"1.0.5","keywords":["ej2","syncfusion","ej2-calendars","calendar","month","date","year"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@1.0.5","maintainers":[{"name":"anonymous","email":"ajithr@syncfusion.com"},{"name":"anonymous","email":"npmjs@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"f49360ff7cf829ed43e0eba715975ffa8add488e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-1.0.5.tgz","integrity":"sha512-wLKnYa3RC8DWNVBck7j1vaxivIJb2f7eG3LprR3C2eUOW5E19lbcNswIFpNrPhw33f4npwNr9zGZ0xt9K9GUbA==","signatures":[{"sig":"MEYCIQCUohzHQs52ldNHgR20yF+0KXmgI4A4NFsA/Vfh4ghKPgIhAP4/kGDQye8OYLZxubNy+wcr0khhx46fizrjbqbXeqTV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_args":[[{"raw":"@syncfusion/ej2-calendars@^1.0.0","name":"@syncfusion/ej2-calendars","spec":">=1.0.0 <2.0.0","type":"range","scope":"@syncfusion","rawSpec":"^1.0.0","escapedName":"@syncfusion%2fej2-calendars"},"D:\\release\\packages\\node_modules\\@syncfusion\\ej2"],[{"raw":"@syncfusion/ej2-calendars@^1.0.0","name":"@syncfusion/ej2-calendars","spec":">=1.0.0 <2.0.0","type":"range","scope":"@syncfusion","rawSpec":"^1.0.0","escapedName":"@syncfusion%2fej2-calendars"},"C:\\Users\\ajithr\\Desktop\\pack\\node_modules\\@syncfusion\\ej2"]],"_from":".","_spec":"@syncfusion/ej2-calendars@^1.0.0","_where":"C:\\Users\\ajithr\\Desktop\\pack\\node_modules\\@syncfusion\\ej2","config":{"ghooks":{"pre-push":"gulp pre-push","commit-msg":"gulp commit-msg","pre-commit":"gulp pre-commit"}},"module":"dist/es6/index.js","_shasum":"f49360ff7cf829ed43e0eba715975ffa8add488e","gitHead":"870a08670f030a76cf0004d34fc07906911368a5","scripts":{"test":"gulp ci-test","compile":"gulp ci-compile","ci-publish":"gulp ci-publish"},"_inCache":true,"_npmUser":{"name":"anonymous","email":"ajithr@syncfusion.com"},"_location":"/@syncfusion/ej2-calendars","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-calendars/-/ej2-calendars-1.0.4.tgz","_requested":{"raw":"@syncfusion/ej2-calendars@^1.0.0","name":"@syncfusion/ej2-calendars","spec":">=1.0.0 <2.0.0","type":"range","scope":"@syncfusion","rawSpec":"^1.0.0","escapedName":"@syncfusion%2fej2-calendars"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"3.10.10","_requiredBy":["/@syncfusion/ej2","/@syncfusion/ej2-ng-calendars"],"_shrinkwrap":null,"description":"Syncfusion TypeScript Calendar","directories":{},"_nodeVersion":"6.10.2","dependencies":{"intl":"^1.2.5","@syncfusion/ej2-base":"^1.0.0","@syncfusion/ej2-inputs":"^1.0.0","@syncfusion/ej2-popups":"^1.0.0"},"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"},"_phantomChildren":{},"optionalDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars-1.0.5.tgz_1494508031879_0.34788369620218873","host":"packages-18-east.internal.npmjs.com"}},"1.0.6":{"name":"@syncfusion/ej2-calendars","version":"1.0.6","keywords":["ej2","syncfusion","ej2-calendars","calendar","month","date","year"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@1.0.6","maintainers":[{"name":"anonymous","email":"ajithr@syncfusion.com"},{"name":"anonymous","email":"npmjs@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"2b5f4c13cc422b88aa192e8e4039b2bb35b61391","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-1.0.6.tgz","integrity":"sha512-T6oGcmNyS/JO25O8/e55YfRRts2D5zFCymzM70wBrIMm/QKCaqxnpx5EAbqjle++lxn6rx5M0kn7AcScJb9fXA==","signatures":[{"sig":"MEUCIF4Jmhq6LzY/U8eLnRdLvYwg2t27qu5a83mEFuOPpdv4AiEA3WDyyuGj8YKoNoTFIT2fU9SatBcy27L3w0G75B9lfU8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_args":[[{"raw":"@syncfusion/ej2-calendars@^1.0.0","name":"@syncfusion/ej2-calendars","spec":">=1.0.0 <2.0.0","type":"range","scope":"@syncfusion","rawSpec":"^1.0.0","escapedName":"@syncfusion%2fej2-calendars"},"D:\\release\\packages\\node_modules\\@syncfusion\\ej2"],[{"raw":"@syncfusion/ej2-calendars@^1.0.0","name":"@syncfusion/ej2-calendars","spec":">=1.0.0 <2.0.0","type":"range","scope":"@syncfusion","rawSpec":"^1.0.0","escapedName":"@syncfusion%2fej2-calendars"},"C:\\Users\\ajithr\\Desktop\\pack\\node_modules\\@syncfusion\\ej2"],[{"raw":"@syncfusion/ej2-calendars@^1.0.0","name":"@syncfusion/ej2-calendars","spec":">=1.0.0 <2.0.0","type":"range","scope":"@syncfusion","rawSpec":"^1.0.0","escapedName":"@syncfusion%2fej2-calendars"},"C:\\Users\\ajithr\\Desktop\\npm\\node_modules\\@syncfusion\\ej2"]],"_from":".","_spec":"@syncfusion/ej2-calendars@^1.0.0","_where":"C:\\Users\\ajithr\\Desktop\\npm\\node_modules\\@syncfusion\\ej2","config":{"ghooks":{"pre-push":"gulp pre-push","commit-msg":"gulp commit-msg","pre-commit":"gulp pre-commit"}},"module":"dist/es6/index.js","_shasum":"2b5f4c13cc422b88aa192e8e4039b2bb35b61391","gitHead":"870a08670f030a76cf0004d34fc07906911368a5","scripts":{"test":"gulp ci-test","compile":"gulp ci-compile","ci-publish":"gulp ci-publish"},"_inCache":true,"_npmUser":{"name":"anonymous","email":"ajithr@syncfusion.com"},"_location":"/@syncfusion/ej2-calendars","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-calendars/-/ej2-calendars-1.0.5.tgz","_requested":{"raw":"@syncfusion/ej2-calendars@^1.0.0","name":"@syncfusion/ej2-calendars","spec":">=1.0.0 <2.0.0","type":"range","scope":"@syncfusion","rawSpec":"^1.0.0","escapedName":"@syncfusion%2fej2-calendars"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"3.10.10","_requiredBy":["/@syncfusion/ej2","/@syncfusion/ej2-ng-calendars"],"_shrinkwrap":null,"description":"Syncfusion TypeScript Calendar","directories":{},"_nodeVersion":"6.10.2","dependencies":{"intl":"^1.2.5","@syncfusion/ej2-base":"^1.0.0","@syncfusion/ej2-inputs":"^1.0.0","@syncfusion/ej2-popups":"^1.0.0"},"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"},"_phantomChildren":{},"optionalDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars-1.0.6.tgz_1495170960027_0.13275735545903444","host":"packages-12-west.internal.npmjs.com"}},"1.0.7":{"name":"@syncfusion/ej2-calendars","version":"1.0.7","keywords":["ej2","syncfusion","ej2-calendars","calendar","month","date","year"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@1.0.7","maintainers":[{"name":"anonymous","email":"ajithr@syncfusion.com"},{"name":"anonymous","email":"npmjs@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"a13514874061a3b09867da553c07d46b27aa1b7c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-1.0.7.tgz","integrity":"sha512-AmQoCEAas5zdJ+/Jt40Taa4m1bR/fZnThluBnosR6S5yKRB7HaqRO39UKwMFEnt9j6GCObr+I/MdNBY63lQyag==","signatures":[{"sig":"MEUCIDeY8SUBPxBIh3jTUOdvhljRcK+xECnVADhYFmckj2yUAiEA/XkvBaoDjefUEkCRcKz1fB2G9DWkOeWj8xCK79jHYBc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_args":[[{"raw":"@syncfusion/ej2-calendars@^1.0.0","name":"@syncfusion/ej2-calendars","spec":">=1.0.0 <2.0.0","type":"range","scope":"@syncfusion","rawSpec":"^1.0.0","escapedName":"@syncfusion%2fej2-calendars"},"D:\\release\\packages\\node_modules\\@syncfusion\\ej2"],[{"raw":"@syncfusion/ej2-calendars@^1.0.0","name":"@syncfusion/ej2-calendars","spec":">=1.0.0 <2.0.0","type":"range","scope":"@syncfusion","rawSpec":"^1.0.0","escapedName":"@syncfusion%2fej2-calendars"},"C:\\Users\\ajithr\\Desktop\\pack\\node_modules\\@syncfusion\\ej2"],[{"raw":"@syncfusion/ej2-calendars@^1.0.0","name":"@syncfusion/ej2-calendars","spec":">=1.0.0 <2.0.0","type":"range","scope":"@syncfusion","rawSpec":"^1.0.0","escapedName":"@syncfusion%2fej2-calendars"},"C:\\Users\\ajithr\\Desktop\\npm\\node_modules\\@syncfusion\\ej2"]],"_from":".","_spec":"@syncfusion/ej2-calendars@^1.0.0","_where":"C:\\Users\\ajithr\\Desktop\\npm\\node_modules\\@syncfusion\\ej2","config":{"ghooks":{"pre-push":"gulp pre-push","commit-msg":"gulp commit-msg","pre-commit":"gulp pre-commit"}},"module":"dist/es6/index.js","_shasum":"a13514874061a3b09867da553c07d46b27aa1b7c","gitHead":"870a08670f030a76cf0004d34fc07906911368a5","scripts":{"test":"gulp ci-test","compile":"gulp ci-compile","ci-publish":"gulp ci-publish"},"_inCache":true,"_npmUser":{"name":"anonymous","email":"ajithr@syncfusion.com"},"_location":"/@syncfusion/ej2-calendars","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-calendars/-/ej2-calendars-1.0.5.tgz","_requested":{"raw":"@syncfusion/ej2-calendars@^1.0.0","name":"@syncfusion/ej2-calendars","spec":">=1.0.0 <2.0.0","type":"range","scope":"@syncfusion","rawSpec":"^1.0.0","escapedName":"@syncfusion%2fej2-calendars"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"3.10.10","_requiredBy":["/@syncfusion/ej2","/@syncfusion/ej2-ng-calendars"],"_shrinkwrap":null,"description":"Syncfusion TypeScript Calendar","directories":{},"_nodeVersion":"6.10.2","dependencies":{"intl":"^1.2.5","@syncfusion/ej2-base":"^1.0.0","@syncfusion/ej2-inputs":"^1.0.0","@syncfusion/ej2-popups":"^1.0.0"},"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"},"_phantomChildren":{},"optionalDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars-1.0.7.tgz_1495171208769_0.30101357656531036","host":"packages-12-west.internal.npmjs.com"}},"1.0.8":{"name":"@syncfusion/ej2-calendars","version":"1.0.8","keywords":["ej2","syncfusion","ej2-calendars","calendar","month","date","year"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@1.0.8","maintainers":[{"name":"anonymous","email":"ajithr@syncfusion.com"},{"name":"anonymous","email":"npmjs@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"2b16cd1ccc1b1fea798ef1243ecfe52c1e6df1de","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-1.0.8.tgz","integrity":"sha512-dzexyaFmyQ/JP5B8zXdjfSHPVBaat2C1a1bdCD1QBcxJWECxNcwtaXqRxBT9M7PWKw0aMXiucip2YcCIp2MIsA==","signatures":[{"sig":"MEUCIA8Dt9RPXpIzIXW97geNy58VKzly9GdMFe28J4/I89W4AiEAtm4umuisw5b1em/15zf/XeK3LKPndvqYtW0j3Wh37UU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_args":[[{"raw":"@syncfusion/ej2-calendars@^1.0.0","name":"@syncfusion/ej2-calendars","spec":">=1.0.0 <2.0.0","type":"range","scope":"@syncfusion","rawSpec":"^1.0.0","escapedName":"@syncfusion%2fej2-calendars"},"D:\\release\\packages\\node_modules\\@syncfusion\\ej2"],[{"raw":"@syncfusion/ej2-calendars@^1.0.0","name":"@syncfusion/ej2-calendars","spec":">=1.0.0 <2.0.0","type":"range","scope":"@syncfusion","rawSpec":"^1.0.0","escapedName":"@syncfusion%2fej2-calendars"},"C:\\Users\\ajithr\\Desktop\\pack\\node_modules\\@syncfusion\\ej2"],[{"raw":"@syncfusion/ej2-calendars@^1.0.0","name":"@syncfusion/ej2-calendars","spec":">=1.0.0 <2.0.0","type":"range","scope":"@syncfusion","rawSpec":"^1.0.0","escapedName":"@syncfusion%2fej2-calendars"},"C:\\Users\\ajithr\\Desktop\\npm\\node_modules\\@syncfusion\\ej2"]],"_from":".","_spec":"@syncfusion/ej2-calendars@^1.0.0","_where":"C:\\Users\\ajithr\\Desktop\\npm\\node_modules\\@syncfusion\\ej2","config":{"ghooks":{"pre-push":"gulp pre-push","commit-msg":"gulp commit-msg","pre-commit":"gulp pre-commit"}},"module":"dist/es6/index.js","_shasum":"2b16cd1ccc1b1fea798ef1243ecfe52c1e6df1de","gitHead":"870a08670f030a76cf0004d34fc07906911368a5","scripts":{"test":"gulp ci-test","compile":"gulp ci-compile","ci-publish":"gulp ci-publish"},"_inCache":true,"_npmUser":{"name":"anonymous","email":"ajithr@syncfusion.com"},"_location":"/@syncfusion/ej2-calendars","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-calendars/-/ej2-calendars-1.0.5.tgz","_requested":{"raw":"@syncfusion/ej2-calendars@^1.0.0","name":"@syncfusion/ej2-calendars","spec":">=1.0.0 <2.0.0","type":"range","scope":"@syncfusion","rawSpec":"^1.0.0","escapedName":"@syncfusion%2fej2-calendars"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"3.10.10","_requiredBy":["/@syncfusion/ej2","/@syncfusion/ej2-ng-calendars"],"_shrinkwrap":null,"description":"Syncfusion TypeScript Calendar","directories":{},"_nodeVersion":"6.10.2","dependencies":{"intl":"^1.2.5","@syncfusion/ej2-base":"^1.0.0","@syncfusion/ej2-inputs":"^1.0.0","@syncfusion/ej2-popups":"^1.0.0"},"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"},"_phantomChildren":{},"optionalDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars-1.0.8.tgz_1495173436267_0.09398299781605601","host":"packages-18-east.internal.npmjs.com"}},"1.0.10":{"name":"@syncfusion/ej2-calendars","version":"1.0.10","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@1.0.10","maintainers":[{"name":"anonymous","email":"ajithr@syncfusion.com"},{"name":"anonymous","email":"npmjs@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"eaa35250d9cdd986a7df9ee9625dc004b1dd5b4b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-1.0.10.tgz","integrity":"sha512-6lVZ4oFf2UJ88j7mwz9DoeVd5uasphWAm4MLL56sYbqR7opumCRJAum3sAE/iUBH5RSK1nOJQIIeJmg+42bYeQ==","signatures":[{"sig":"MEUCIA1k+5vPMQwe/clpas0MjLEGsBiXpy1dOTTW9TBU7sBcAiEAntiZd5DBusKnngKgCryarEOFqaWmLBRmM2+Y07By4qo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_args":[[{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","spec":"*","type":"range","scope":"@syncfusion","rawSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"C:\\Users\\ajithr\\Desktop\\ej2-release\\node_modules\\@syncfusion\\ej2"]],"_from":".","_spec":"@syncfusion/ej2-calendars@*","_where":"C:\\Users\\ajithr\\Desktop\\ej2-release\\node_modules\\@syncfusion\\ej2","module":"dist/es6/index.js","_shasum":"eaa35250d9cdd986a7df9ee9625dc004b1dd5b4b","gitHead":"11fe00456eef2cbce7ff5e6eebf54d08f81e6966","scripts":{"test":"gulp ci-test","compile":"gulp ci-compile","ci-publish":"gulp ci-publish"},"_inCache":true,"_npmUser":{"name":"anonymous","email":"ajithr@syncfusion.com"},"_location":"/@syncfusion/ej2-calendars","_resolved":"http://syncdeskn6525:8081/repository/ej2-production/@syncfusion/ej2-calendars/-/ej2-calendars-1.0.10.tgz","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","spec":"*","type":"range","scope":"@syncfusion","rawSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"3.10.10","_requiredBy":["/@syncfusion/ej2","/@syncfusion/ej2-ng-calendars"],"_shrinkwrap":null,"description":"Essential JS 2 Calendar","directories":{},"_nodeVersion":"6.11.0","dependencies":{"intl":"^1.2.5","@syncfusion/ej2-base":"^1.0.10"},"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"},"_phantomChildren":{},"optionalDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars-1.0.10.tgz_1499258741019_0.5312969647347927","host":"s3://npm-registry-packages"}},"1.0.11":{"name":"@syncfusion/ej2-calendars","version":"1.0.11","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@1.0.11","maintainers":[{"name":"anonymous","email":"ajithr@syncfusion.com"},{"name":"anonymous","email":"npmjs@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"032df32cde22255d2c24bcc46b161f7cf1b1b726","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-1.0.11.tgz","integrity":"sha512-IkRHc+pb6y/EMZE6m0yxMk2dOe/MWBarSqmrQFfjHQwhCtF+/s301u/V9cWiZ9QTZb/9+TTDc/+hi3fgBizxkw==","signatures":[{"sig":"MEUCICHBgbYu1a20rN6PCHrEHN5yLU46MhbGI5HC/7t5ATVRAiEAiZ5c98Ngm7D8sVNmRhtDPmQLqoFnY0iin3xGLLByrxI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","module":"dist/es6/index.js","_shasum":"032df32cde22255d2c24bcc46b161f7cf1b1b726","gitHead":"75e1aab1342204a4dd88ab1ab048ad35b24d8e1a","scripts":{},"_npmUser":{"name":"anonymous","email":"ajithr@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"4.6.1","description":"Syncfusion TypeScript Calendar","directories":{},"_nodeVersion":"8.2.0","dependencies":{"intl":"^1.2.5","@syncfusion/ej2-base":"^1.0.11"},"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-calendars-1.0.11.tgz_1501802405495_0.602846861584112","host":"s3://npm-registry-packages"}},"1.0.14":{"name":"@syncfusion/ej2-calendars","version":"1.0.14","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@1.0.14","maintainers":[{"name":"anonymous","email":"ajithr@syncfusion.com"},{"name":"anonymous","email":"npmjs@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"9669e59d3c63f76fb11aa08e4c1d88f36d9d6023","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-1.0.14.tgz","integrity":"sha512-aDyQw77BcKf0XdtIZwk0+EmsvJRXNCbaGRZoxHJC25UhrMoYhHUQla3KBwWtpldjpmyCe8f/MjCQ+ZyDXQjpQA==","signatures":[{"sig":"MEYCIQCF3dvdrAlGK1WOsPO0tI7G0mcrJTacFdPrhoMwfGOzkQIhAKMg+7Oary4+Gvj0tseKCznJLskElo22rqTvDK8in1FM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","module":"dist/es6/index.js","_shasum":"9669e59d3c63f76fb11aa08e4c1d88f36d9d6023","gitHead":"22cb79767f9c2ae1c15c36f5893e69d3f18112fd","scripts":{},"_npmUser":{"name":"anonymous","email":"ajithr@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"4.6.1","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.2.0","dependencies":{"intl":"^1.2.5","@syncfusion/ej2-base":"^1.0.14"},"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-calendars-1.0.14.tgz_1504215388570_0.7095445641316473","host":"s3://npm-registry-packages"}},"1.0.16":{"name":"@syncfusion/ej2-calendars","version":"1.0.16","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@1.0.16","maintainers":[{"name":"anonymous","email":"ajithr@syncfusion.com"},{"name":"anonymous","email":"npmjs@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"edf3eb6f62d9f6ce5b4980d40a5858a31d7a5274","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-1.0.16.tgz","integrity":"sha512-fTMSoJJqbzi8PFvXfCHaMHxBR0+4maDSv9NDHC76o0P3MAFWbWLI6GE8bQwre/f1vPIE/zoNNXxLs3LdJa6QGA==","signatures":[{"sig":"MEUCIBIj1mHUiysAupBccLefzgJj612rqIWjEqa6aN5nSlkTAiEA7UbcY9Oypf370SeNTw9OfI2v0C+0oVRVkhor9xJBWAs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","module":"dist/es6/index.js","_shasum":"edf3eb6f62d9f6ce5b4980d40a5858a31d7a5274","gitHead":"a23356e28253c9a778b3cf675533627fd1cd91fa","scripts":{},"_npmUser":{"name":"anonymous","email":"ajithr@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"4.6.1","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.2.0","dependencies":{"intl":"^1.2.5","@syncfusion/ej2-base":"^1.0.16"},"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-calendars-1.0.16.tgz_1504868136795_0.3847450406756252","host":"s3://npm-registry-packages"}},"1.0.18":{"name":"@syncfusion/ej2-calendars","version":"1.0.18","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@1.0.18","maintainers":[{"name":"anonymous","email":"ajithr@syncfusion.com"},{"name":"anonymous","email":"npmjs@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"e1123a9b3e94f6f1390fcbc2706d6d241565693c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-1.0.18.tgz","integrity":"sha512-0f87qkLGfxRm901kh/Klcd0v75GDJidxpiaFe/O7Nb76VK6QpONHtLThN6l/8wtI692ooJueCjfuLT4+m47PdA==","signatures":[{"sig":"MEUCIQCI+ycjqW6ZI25Pgk1PrR2qtZn/KRHULISPt9IXxGNT8wIgPH6C8ghjsCVPpoOC3v+FjnDj99n2CDDEn1G10tM3Sx0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","module":"dist/es6/index.js","_shasum":"e1123a9b3e94f6f1390fcbc2706d6d241565693c","gitHead":"a685e4bbe80aeed46066268f29f4ef0f39f621f7","scripts":{},"_npmUser":{"name":"anonymous","email":"ajithr@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"4.6.1","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.2.0","dependencies":{"intl":"^1.2.5","@syncfusion/ej2-base":"^1.0.18","@syncfusion/ej2-inputs":"^1.0.18","@syncfusion/ej2-popups":"^1.0.17"},"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-calendars-1.0.18.tgz_1505927802504_0.43386259977705777","host":"s3://npm-registry-packages"}},"1.0.19":{"name":"@syncfusion/ej2-calendars","version":"1.0.19","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@1.0.19","maintainers":[{"name":"anonymous","email":"ajithr@syncfusion.com"},{"name":"anonymous","email":"npmjs@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"a721b00bd2bc22e3e84a6458b14a754ba9d08671","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-1.0.19.tgz","integrity":"sha512-Gpity0mAc20ab7k8iVOrvjCGOW1AevXTxRYEh3KdflGL9DvANirAzvkT6Y0mYjdFiRGevClXtVkskNDVnA8lfw==","signatures":[{"sig":"MEYCIQCFnLrOE1jBVSlNwzHeHmkqYl+mHSvIMykzYW0cyCTKMgIhAO3PhTMm3QrNrD5I4OucuIVTWWh0uoOyICZdE9dBIZdk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","module":"dist/es6/index.js","_shasum":"a721b00bd2bc22e3e84a6458b14a754ba9d08671","gitHead":"82eafd171e79667494bf471eb4c3b62ad2486bc2","scripts":{},"_npmUser":{"name":"anonymous","email":"ajithr@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"4.6.1","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.2.0","dependencies":{"intl":"^1.2.5","@syncfusion/ej2-base":"^1.0.19","@syncfusion/ej2-lists":"^1.0.19","@syncfusion/ej2-inputs":"^1.0.19","@syncfusion/ej2-popups":"^1.0.17"},"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-calendars-1.0.19.tgz_1506641990233_0.2885058061219752","host":"s3://npm-registry-packages"}},"1.0.21":{"name":"@syncfusion/ej2-calendars","version":"1.0.21","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@1.0.21","maintainers":[{"name":"anonymous","email":"ajithr@syncfusion.com"},{"name":"anonymous","email":"npmjs@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"8c97de7d55e06934652f8c9a6ce1f9b05479f3c6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-1.0.21.tgz","integrity":"sha512-sBiDoKPBSf19FW4Vxgk9c+x2L/ObmTU9f1PvlyZWbgJscu1m3nYg0wwJV6mVGIkGlIGT7zPCZpbqoYps8eAOyQ==","signatures":[{"sig":"MEYCIQDNJNVXf3bBWmb9S46Sp3EdPx+PSe2RPgcTIzx44w7vTgIhAJfQxngzzjEQnm0q0j5dwx4q1oBPWB8Y/QNSwrhQNWrF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","module":"dist/es6/index.js","_shasum":"8c97de7d55e06934652f8c9a6ce1f9b05479f3c6","gitHead":"0c4d2b868ea82a954fa1ede4e241cb29de728469","scripts":{},"_npmUser":{"name":"anonymous","email":"ajithr@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"4.6.1","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.2.0","dependencies":{"intl":"^1.2.5","@syncfusion/ej2-base":"^1.0.21","@syncfusion/ej2-lists":"^1.0.19","@syncfusion/ej2-inputs":"^1.0.21","@syncfusion/ej2-popups":"^1.0.17"},"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-calendars-1.0.21.tgz_1507320163763_0.17225782200694084","host":"s3://npm-registry-packages"}},"1.0.22":{"name":"@syncfusion/ej2-calendars","version":"1.0.22","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@1.0.22","maintainers":[{"name":"anonymous","email":"ajithr@syncfusion.com"},{"name":"anonymous","email":"npmjs@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"f534066f20e74fdd315069b157046173d9759871","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-1.0.22.tgz","integrity":"sha512-yDwJtEQqpHag27MfncOPG7CeAq1SswXEhIZAQOVYytMIrPXr5qLDcogC0DV5IwTpDzqDo4S2xr77I0vLLfh5+A==","signatures":[{"sig":"MEUCIQCdZX7WjYrh6hnrGimLLVINePXOwqJUJvI2BMicbMRNZwIgOHwUq4O6fHpY8G+DjF3jccVUKIZUgjhG4R2IAVssfhU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","module":"dist/es6/index.js","_shasum":"f534066f20e74fdd315069b157046173d9759871","gitHead":"40b83787f7469bcfa821687bd9c599eedf079ae7","scripts":{},"_npmUser":{"name":"anonymous","email":"ajithr@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"4.6.1","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.2.0","dependencies":{"intl":"^1.2.5","@syncfusion/ej2-base":"^1.0.22","@syncfusion/ej2-lists":"^1.0.19","@syncfusion/ej2-inputs":"^1.0.22","@syncfusion/ej2-popups":"^1.0.22","@syncfusion/ej2-buttons":"^1.0.22"},"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-calendars-1.0.22.tgz_1508191405726_0.6034218370914459","host":"s3://npm-registry-packages"}},"15.4.17":{"name":"@syncfusion/ej2-calendars","version":"15.4.17","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@15.4.17","maintainers":[{"name":"anonymous","email":"ajithr@syncfusion.com"},{"name":"anonymous","email":"npmjs@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"301e985e38a51d70dcece6d33e8dd14f97ba614d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-15.4.17.tgz","integrity":"sha512-A0J2/y06CERJ6rFiQwVrv2nnJnF+zGyJ5q3O1kTjjXewuvF1vn/WY0vSypMsGdY7rK7IM39a2BtioudHzF9stQ==","signatures":[{"sig":"MEYCIQC+ZxgZDhrZvsnIe9aHANckBR71Em7qfCS00RPnBVC9hgIhAMU6Gsu1yDcVcn9cz2wXumhfTW7wRvOONHTpLSe0794A","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","module":"dist/es6/index.js","_shasum":"301e985e38a51d70dcece6d33e8dd14f97ba614d","scripts":{},"_npmUser":{"name":"anonymous","email":"ajithr@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"4.6.1","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.2.0","dependencies":{"intl":"^1.2.5","@syncfusion/ej2-base":"^15.4.17","@syncfusion/ej2-lists":"^15.4.17","@syncfusion/ej2-inputs":"^15.4.17","@syncfusion/ej2-popups":"^15.4.17","@syncfusion/ej2-buttons":"^15.4.17"},"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-calendars-15.4.17.tgz_1510572800692_0.3445158095564693","host":"s3://npm-registry-packages"}},"15.4.20":{"name":"@syncfusion/ej2-calendars","version":"15.4.20","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@15.4.20","maintainers":[{"name":"anonymous","email":"ajithr@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"b54d2d064119540365dab3b50f0520c3ebb44f55","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-15.4.20.tgz","integrity":"sha512-JStNA82wSSQh4R40f93LaYi06bZJSkEDoaj4nlvLVfXhuFbUIN7KEbLRn9j2Cj6h4O7HlBrQC/+BWyxnN9zkvQ==","signatures":[{"sig":"MEUCIQCysNdkbG9U+TJTve4aLekEElVJ6MQVJYPFw4ZCeAU2PAIgLAKoplxfmkqtbrcOyyaxhC7nHjIjzTUIqXxwc5X/bd4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","module":"dist/es6/index.js","_shasum":"b54d2d064119540365dab3b50f0520c3ebb44f55","scripts":{},"_npmUser":{"name":"anonymous","email":"ajithr@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"4.6.1","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.2.0","dependencies":{"intl":"^1.2.5","@syncfusion/ej2-base":"^15.4.20","@syncfusion/ej2-lists":"^15.4.20","@syncfusion/ej2-inputs":"^15.4.20","@syncfusion/ej2-popups":"^15.4.20","@syncfusion/ej2-buttons":"^15.4.20"},"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-calendars-15.4.20.tgz_1512100179052_0.04465354070998728","host":"s3://npm-registry-packages"}},"15.4.21":{"name":"@syncfusion/ej2-calendars","version":"15.4.21","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@15.4.21","maintainers":[{"name":"anonymous","email":"ajithr@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"b80cae6008ab916da91c9727ec3410fd47f6b46f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-15.4.21.tgz","integrity":"sha512-HikMQQ9RgoXZzTfXecsrr3e55JzSRXmA/zqHzwhqokt2JTQOxdRleDVUFQsfjiFmS3O/JgqlSOYIDrsqsgOZ6g==","signatures":[{"sig":"MEQCIGaiU8TjoYEQIKtjU2C2eq+M6ipLF8FXv/cKqxQYKat7AiAKrCTeNhgo1ld2hrkMcJoX/WWF1UFmF8P1kGd6A6K+cA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","module":"dist/es6/index.js","_shasum":"b80cae6008ab916da91c9727ec3410fd47f6b46f","scripts":{},"_npmUser":{"name":"anonymous","email":"ajithr@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"4.6.1","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.2.0","dependencies":{"intl":"^1.2.5","@syncfusion/ej2-base":"^15.4.21","@syncfusion/ej2-lists":"^15.4.20","@syncfusion/ej2-inputs":"^15.4.21","@syncfusion/ej2-popups":"^15.4.21","@syncfusion/ej2-buttons":"^15.4.21"},"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-calendars-15.4.21.tgz_1512734815104_0.9216644312255085","host":"s3://npm-registry-packages"}},"15.4.23":{"name":"@syncfusion/ej2-calendars","version":"15.4.23","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@15.4.23","maintainers":[{"name":"anonymous","email":"ajithr@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"8b98284a0527ff864581d346dae91dbee5ccc954","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-15.4.23.tgz","integrity":"sha512-x45oubCgxlNijYgWHZhICQafXRzvKeMzKXyajjn3to5/efXNMhmIM1aw6uvq4PsW/P0/hvTpcBhQqVakNcAjhQ==","signatures":[{"sig":"MEUCIDHz4kHvCycGk3BKU8bIsvjh1HUXfyGJAQ9U01iA+jV6AiEAmLHLNUfaiPjoQdQAVJh5WxgdnnOB4orOp79dEGxQjsc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./dist/ej2-calendars.umd.min.js","_from":".","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./dist/es6/ej2-calendars.es5.js","_shasum":"8b98284a0527ff864581d346dae91dbee5ccc954","scripts":{},"_npmUser":{"name":"anonymous","email":"ajithr@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"4.6.1","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.2.0","dependencies":{"intl":"^1.2.5","@syncfusion/ej2-base":"^15.4.23","@syncfusion/ej2-lists":"^15.4.23","@syncfusion/ej2-inputs":"^15.4.23","@syncfusion/ej2-popups":"^15.4.23","@syncfusion/ej2-buttons":"^15.4.23"},"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-calendars-15.4.23.tgz_1514383340801_0.0012422509025782347","host":"s3://npm-registry-packages"}},"15.4.25":{"name":"@syncfusion/ej2-calendars","version":"15.4.25","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@15.4.25","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"ajithr@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"44fdee338f1052fbcce22c58d9cd059a9b07f60c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-15.4.25.tgz","integrity":"sha512-2+AucCGFcHs0XBQF3yC/UAA3vE40TH3I7Aiqnw+i8fH6kkzgsWKHWwQA1vNYxHDeQCuG6m0cEOAmqWrQboai4g==","signatures":[{"sig":"MEUCIHf91HEA22kG/siGANefNf3YT8m/JNDxKOzW6SsQenUFAiEA0KSYkuitRYKrSNzSa7PgCV15BkpHL9toEELQ1TeWn4k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./dist/es6/ej2-calendars.es5.js","gitHead":"a7cad62b275c095ca9974a9a99da72161d93ddb6","_npmUser":{"name":"anonymous","email":"ajithr@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"5.6.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.9.4","dependencies":{"intl":"^1.2.5","@syncfusion/ej2-base":"^15.4.23","@syncfusion/ej2-lists":"^15.4.24","@syncfusion/ej2-inputs":"^15.4.24","@syncfusion/ej2-popups":"^15.4.23","@syncfusion/ej2-buttons":"^15.4.23"},"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-calendars-15.4.25.tgz_1516198553797_0.2631755485199392","host":"s3://npm-registry-packages"}},"15.4.26":{"name":"@syncfusion/ej2-calendars","version":"15.4.26","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@15.4.26","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"ajithr@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"8ee6f1db568c54a1ea874abd6511cfc897d9d2fd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-15.4.26.tgz","integrity":"sha512-MKiJyLax+r2BI+tridf+IkMw3urlj4AYBHUVEHe7JhL7p+QkHZ9Ntt6i1rArfnFKh8XvKI09eI3Mu2t9mEHKAw==","signatures":[{"sig":"MEQCIHHMNyrI8X3EIFzm6WdaEIfkAVlxSNtv9VCfZx/5AlTZAiBFoyY+0LtJ3qmK9zFYxfOw3gEmfZbU5Bn1+2FaWsyl2w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./dist/es6/ej2-calendars.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"5.6.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.9.4","dependencies":{"intl":"^1.2.5","@syncfusion/ej2-base":"^15.4.23","@syncfusion/ej2-lists":"^15.4.26","@syncfusion/ej2-inputs":"^15.4.24","@syncfusion/ej2-popups":"^15.4.23","@syncfusion/ej2-buttons":"^15.4.26"},"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-calendars-15.4.26.tgz_1516710243282_0.7810704356525093","host":"s3://npm-registry-packages"}},"16.1.24":{"name":"@syncfusion/ej2-calendars","version":"16.1.24","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.1.24","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"1552157d193a19d8861b1505f746caeb3d67bc93","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.1.24.tgz","fileCount":143,"integrity":"sha512-WbrPErIZk9KupTZDuuIkPwLJbnlwflTbsEyjbLo3syFOlya1xtX42DS1odyu7qUS7aFt9J9bJ04rkgSuAp8j4A==","signatures":[{"sig":"MEUCIQDQTh71HB3CepdaYYrHWHhRW2PfwrwodlXYQ/GV0M9rNwIgcUUxbTzQ3j5tOHJ2MgpISac396HJ2uGh82kBGl2YcBI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16847879},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./dist/es6/ej2-calendars.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"5.6.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.9.4","dependencies":{"intl":"^1.2.5","@syncfusion/ej2-base":"^16.1.24","@syncfusion/ej2-lists":"^16.1.24","@syncfusion/ej2-inputs":"^16.1.24","@syncfusion/ej2-popups":"^16.1.24","@syncfusion/ej2-buttons":"^16.1.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-calendars_16.1.24_1519269238455_0.4893287563527704","host":"s3://npm-registry-packages"}},"16.1.26":{"name":"@syncfusion/ej2-calendars","version":"16.1.26","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.1.26","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"e8810c514e6afd6172bce54b8ad8dac6e371f4f9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.1.26.tgz","fileCount":143,"integrity":"sha512-YKkmJrCjPM8cRrZ5Y9obtf2NOqRP/xR5NcNO+Wg4YKcRzL5zU1w1R7ktkT5tbA3gBUGOR4P3w6HgQW0LkNulZA==","signatures":[{"sig":"MEUCIHxDgzVxph0yx59HOY11U/4DKr9w/c3kNE+rn1x0GAf/AiEA5IQKyhla+n6CYAfKWXFgo/zLP/Wi2utkxDNb5VbJf6s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16719898},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./dist/es6/ej2-calendars.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"5.6.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.9.4","dependencies":{"intl":"^1.2.5","@syncfusion/ej2-base":"^16.1.26","@syncfusion/ej2-lists":"^16.1.26","@syncfusion/ej2-inputs":"^16.1.26","@syncfusion/ej2-popups":"^16.1.26","@syncfusion/ej2-buttons":"^16.1.26"},"_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-calendars_16.1.26_1520267644065_0.329883098878919","host":"s3://npm-registry-packages"}},"16.1.28":{"name":"@syncfusion/ej2-calendars","version":"16.1.28","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.1.28","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"241d4397c6b125bb315a3836c7d430af98b85e57","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.1.28.tgz","fileCount":143,"integrity":"sha512-734wG4KhdVvO3xzt6Foao9YG+BGHCvGAajdBEh5bpCVf6g/ALvX/UoLRSRxit9Xi0WK6VmwvtKhSA7sshW/Uew==","signatures":[{"sig":"MEUCIQCmbND+C1dgw8jVBp1ziJ8PI667vMpIthahmTwUiV1q5gIgCkhM9VLw4qu9z1HpKEdOV+1SwQLczh5OWS+BHmVm+ag=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16674899},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./dist/es6/ej2-calendars.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"5.6.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.10.0","dependencies":{"intl":"^1.2.5","@syncfusion/ej2-base":"~16.1.28","@syncfusion/ej2-lists":"~16.1.28","@syncfusion/ej2-inputs":"~16.1.28","@syncfusion/ej2-popups":"~16.1.28","@syncfusion/ej2-buttons":"~16.1.28"},"_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-calendars_16.1.28_1520573719634_0.659615739279253","host":"s3://npm-registry-packages"}},"16.1.29":{"name":"@syncfusion/ej2-calendars","version":"16.1.29","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.1.29","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"6306802b523e75f31272b164b29a0631648d700d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.1.29.tgz","fileCount":143,"integrity":"sha512-uym5X+GDB31iWzpNaKshE4idk+0+YtetdXk2UFUNYNCRr7Mt4znPpRRkOAWxCE4KNj4SNEaf7o+DAFMWfQUTuQ==","signatures":[{"sig":"MEUCIQD4IIb5SDhBRDPphkexeP/kRe+K/46CZjYQViJQ78RI7gIgPsFc6gEqxcEJoK9qecTYG0B4tTOVe/FjvNK5Y9340Ms=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16698026},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./dist/es6/ej2-calendars.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"5.6.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.10.0","dependencies":{"intl":"^1.2.5","@syncfusion/ej2-base":"~16.1.29","@syncfusion/ej2-lists":"~16.1.28","@syncfusion/ej2-inputs":"~16.1.29","@syncfusion/ej2-popups":"~16.1.29","@syncfusion/ej2-buttons":"~16.1.28"},"_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-calendars_16.1.29_1520957669728_0.537212897147427","host":"s3://npm-registry-packages"}},"16.1.32":{"name":"@syncfusion/ej2-calendars","version":"16.1.32","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.1.32","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"b50af7b1dce6478d2ad1de9429cc2969d8a92b69","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.1.32.tgz","fileCount":143,"integrity":"sha512-d5kNpzqoTdo156GOjRZym7NNtgcZBSK8fGP382r9fKUFXG31qwhZNwVaZ0XB0P4h7zYtbIlXPNUZ6inEHHZuBQ==","signatures":[{"sig":"MEUCIQD70t9MzhihUzO9wjnswgM5OmOHf6Cchdc1QTLzwigalgIgHLIngx2SJzsHlp/kvsW2wreFUz9QKL0m3f4DkaiEu0A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16714161},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./dist/es6/ej2-calendars.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"5.6.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.11.0","dependencies":{"@syncfusion/ej2-base":"~16.1.32","@syncfusion/ej2-lists":"~16.1.32","@syncfusion/ej2-inputs":"~16.1.32","@syncfusion/ej2-popups":"~16.1.32","@syncfusion/ej2-buttons":"~16.1.32"},"_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-calendars_16.1.32_1522327017821_0.749150104330436","host":"s3://npm-registry-packages"}},"16.1.33":{"name":"@syncfusion/ej2-calendars","version":"16.1.33","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.1.33","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"6fe3ded2ef52a61b96f9fc7267fff0044ddd546c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.1.33.tgz","fileCount":143,"integrity":"sha512-09XgMDx0zi2G7yBgDlkzlz079ccn1Lvl01QTHh0cc76f7Bcd9H5CtApL/Dgj3nRR2aJF+mm1od4OO3v99c2cng==","signatures":[{"sig":"MEQCICk8hSVbGvxCgP9fCm7bZwrqBLngy0170LzHJ9k1r7BRAiBDH7aWQZL7+dSnyHYKetI344XeStTa5J6rz5iWL4yDPw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16714341},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./dist/es6/ej2-calendars.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"5.6.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.11.1","dependencies":{"@syncfusion/ej2-base":"~16.1.33","@syncfusion/ej2-lists":"~16.1.32","@syncfusion/ej2-inputs":"~16.1.32","@syncfusion/ej2-popups":"~16.1.32","@syncfusion/ej2-buttons":"~16.1.32"},"_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-calendars_16.1.33_1522761453867_0.8675591959529925","host":"s3://npm-registry-packages"}},"16.1.34":{"name":"@syncfusion/ej2-calendars","version":"16.1.34","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.1.34","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"63e898cc0124f693699db07eafb0455e69c84589","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.1.34.tgz","fileCount":143,"integrity":"sha512-yTKfbSyuBQEQlOgKYung+He26hjqL38QJWKStX3jxW3xLpdfuF/Mkql7Ea48kK43eq82BtjcWonTX3iYJN1/Ng==","signatures":[{"sig":"MEUCIAZrJy3CzedMxPAR/mV3yXrY++23wOZes2GtRyObaUHMAiEAnF2zaos4neX3C2KpKaJT0EQq+wTYPZOsIOcZr6ewA/o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16719054},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./dist/es6/ej2-calendars.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"5.6.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.11.1","dependencies":{"@syncfusion/ej2-base":"~16.1.33","@syncfusion/ej2-lists":"~16.1.34","@syncfusion/ej2-inputs":"~16.1.34","@syncfusion/ej2-popups":"~16.1.32","@syncfusion/ej2-buttons":"~16.1.32"},"_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-calendars_16.1.34_1523358378674_0.7884190751843729","host":"s3://npm-registry-packages"}},"16.1.35":{"name":"@syncfusion/ej2-calendars","version":"16.1.35","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.1.35","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"672cef39b12f3b186c9c22d5cc014356ec64f95c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.1.35.tgz","fileCount":143,"integrity":"sha512-UyAhaO2mLXZ/QvXUkP6hcGzYqmA4g6Mbq4Bm7qJqQyB+1ZCObojrxhKW/BM+Afuq8slVSxU/lzlZJ4v/JPUrKg==","signatures":[{"sig":"MEQCIBkmI3FvM67SP8aulM3zROKlTKwhrAOtSiha/RAeQ6bJAiB4RSd2mB9RrL/nJTKj4qnBPLNxHUUH66laE0+WhjutMA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16793572,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa1hNwCRA9TVsSAnZWagAA2R8QAJyDUKgQvQ267Z+wSvWC\ngn3qeq6dy3f918MX4jZI1Sh7pI1LevuqgmXDw8Ij1l1xmF4L8PD8H82aAlzj\ndHxtPzgtSisS+aXOX/s7RN9Z4k7oCJW5IngHVVSRXifR3uunKUVZuM+3l/sP\nn7Ggoi1fKH6ySOjRCv7C56X0tabGUJCvUgO8DMDWfuf5wG6RMlB1af/fM+UM\n3JVD2qrAIkLFuBaogBPE1csWPY7/FZ91FnGqqHkfQ0mti7hvjk+dj8ujcQbV\nQKUBEQ6+vrxkgybUOKRJrsSAoEGtN+uwemGi9U/JNGOtNagRNecIubgqd4w/\nRdCy3mMTWfirx+xeP6t2Ks77zIpQ0r5qmGfeyWopz8oHLUoFw2zDyJt+o+tg\nj/vmD5HreUFtniVRy6ntHtzf+B3DJyA9pDFEqgGaJJj6GPi2rDUKZivBfNec\ngkyy919f8ph2olhcgYwucAyXIleQPAlclfxMH8w4ZJR/Ihy9WKGt5fc/hPvQ\nL8OlVk9o1XfYCCfsrTO+nc4Vt0aNETg++phvCnLj5bBRpVhkW8wxpRlDntcc\nH2fk6rXaeW+LZ1R1zxV0H22HFKPnYl+urYjhLBkPPG2kEQog5MofOgoEq7Tp\ntIcSUYyCs6moWP1jjYBNctvd9ndTQE7SI+shX3v0H68ZPdiH+A5ML0Y8YoD6\nsgu1\r\n=So9c\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./dist/es6/ej2-calendars.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"5.6.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.11.1","dependencies":{"@syncfusion/ej2-base":"~16.1.35","@syncfusion/ej2-lists":"~16.1.35","@syncfusion/ej2-inputs":"~16.1.35","@syncfusion/ej2-popups":"~16.1.32","@syncfusion/ej2-buttons":"~16.1.35"},"_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-calendars_16.1.35_1523979119825_0.42172407142463264","host":"s3://npm-registry-packages"}},"16.1.37":{"name":"@syncfusion/ej2-calendars","version":"16.1.37","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.1.37","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"0b0f0849a00e8e8700ab28cd32ce88ea96d8d500","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.1.37.tgz","fileCount":143,"integrity":"sha512-4Sm2DBxzJLVqOO92m1RqmuGbKLlP3fnRoprT/i3Vy2BwdjqVO/chT48OrM7g5zsgF0eDd4H7wC3I67w9561K6w==","signatures":[{"sig":"MEQCIHio2nTbzUSp/hudVJHAY67qgmD/tOC90r8hfmgAWi7JAiBZ0a+HoRKFZXdu2nC+tMOduw3v64vapraTBUfqGZYFoQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16800933,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa32GaCRA9TVsSAnZWagAAJh8P/AvK+Kyzh+vkh67Op5GS\n2orVpQ4H3UkBvyaNtMvYl4RVY8VakHm/WieHmF7YrYnLB6+Ot5GNaPCnMae/\nIrFeTDnVjeGSkbAioxNOq3X2O+5bMAUiZ12v2TYRrdhDtxU49bKEjStSFkxp\n/dAkZYwDFAGskpC4fHTu7C09dGVI6hVDoJwfBo/hYByKGmx8X70TW43gObe1\nyGNVJwJ+p8rKY23myj3ZkpBdbhwrJQdqfda0QnvfQUF644wmGt32MATq9vUz\nd/A1Oi5QQy6T70ettix2HtdbiVNdKEFuqf90/SqUb6xszunGauj7ZiFwNE6o\n16uQDP1+SjzsvBeTS5SIyg+1gVcKU5pdSdwk9Yqwvbga91+ZF2yK4xaT2rC7\nYxrZA/ZWpv/AUVub0cKlPXLWi2OwfMsx9WxG7YyKMA47fyWrY7vnxb9tQNFr\ntZmQuLbaem4FMOEZVhoRKzEqzTHOSwpecG3yRVCYrBO2/Glzyq888Hv0LAyP\nHSEc6q/3LaBqSUFTTjyt4rd6ZAdWXJRw4v+ugXXE7LUoITXHmcjCuVB6k/lj\n/85hPlwnRYKtCD6qOAJ0ChmxuHc4QNb46HCR3w2i2BkF5Qr+cr8b/cCEFjFW\nyZM4CpXlupSyUtXP4pVPljOD8ibR5lOUI4C9FKvhv6NWrYDWcYg2ZJsRs7HO\niE8p\r\n=DEmi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./dist/es6/ej2-calendars.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"5.6.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.11.1","dependencies":{"@syncfusion/ej2-base":"~16.1.37","@syncfusion/ej2-lists":"~16.1.37","@syncfusion/ej2-inputs":"~16.1.37","@syncfusion/ej2-popups":"~16.1.37","@syncfusion/ej2-buttons":"~16.1.37"},"_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-calendars_16.1.37_1524588954182_0.833110311040582","host":"s3://npm-registry-packages"}},"16.1.38":{"name":"@syncfusion/ej2-calendars","version":"16.1.38","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.1.38","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"9ed56258099023a31dd0e039b7926e7a0d7e71a9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.1.38.tgz","fileCount":143,"integrity":"sha512-xRL3PyQ90ckoP3IXrNzr0+oD13PZQfCYPomIMpk0uUahYJihTMkLQyMcVCXfk12zWTFEXe20MKIPuFa8TjaRsA==","signatures":[{"sig":"MEYCIQC2DtI3ZZHMz3oTYIMk10ZPumkKaeY629W9429U1p9JxgIhAKxBFOYOngIo9x7GNaXRnDeyw3E7QUUrdJRk8rH2VdnG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16868400,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa6b5ZCRA9TVsSAnZWagAAxU4P/2UL2R94dxfKgs0Hglss\nfdIp2IU0oSmNArVBLct+J78UTJecQt+3hT6dmvgcpxeALlkcH6fyxEkgB7Ca\nRj4ej7s3y8VVa+J1QuAcbGH/LKpat+/AMzsGpPSt3Zxk2kHfXwcyXSnCaNNC\nWGHTwQ6t9vk2Awp1Ylu8cJIJSaLF+0LJfC6cM1eNBrr4a7LlbrMG4JAVhxXT\nJg7+3VpF5eN29mCLTRHYGdSxtktOM6UmGvhsPvRjApa3ISrM1OPKeQgJ7ugm\nJVgu18wdOE7u+KjBQFKAmeHIpySoW0HeIVEPweB80sj9KyUxPTS3lD3xEk9R\n+Rua0IJrjYMv+SNyF2hbeb9Esy+rMCtJURFUnPLbgxiqlpmtakJyxlYK0+j2\nb8vQwrlJylqKygcBSxG63glEPyk0PZueT6QZNabanr1u1GaKPhGTAuW5OfH8\nroWveNdDiU3s4GMwZY/Y81DS+7cR6oN5MIsOtg8/29PG7/Ggnxt0UHQ3OydH\nhMy5IMC+jN2PmUdG79+d3FhISDJLVEDPwyvxOnc8xY3l4x8+wc7EGLj9SB+8\n+fsQrTM7s06GxxYFWbx9hkSf5Qv2U0NN4emRl9ZB5YqucgN4aScLSA34At4V\nP3AoqEjWXQ20ep4tGkXuIATarOEky7kCpJheNt2YB3iHZ79y57tXmznrMmtD\ndvQq\r\n=6hro\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./dist/es6/ej2-calendars.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"5.6.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.11.1","dependencies":{"@syncfusion/ej2-base":"~16.1.38","@syncfusion/ej2-lists":"~16.1.38","@syncfusion/ej2-inputs":"~16.1.38","@syncfusion/ej2-popups":"~16.1.37","@syncfusion/ej2-buttons":"~16.1.37"},"_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-calendars_16.1.38_1525268055151_0.10768773228755979","host":"s3://npm-registry-packages"}},"16.1.42":{"name":"@syncfusion/ej2-calendars","version":"16.1.42","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.1.42","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"c0ef517625c2d32e181b0af4574d0e8538712dcf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.1.42.tgz","fileCount":143,"integrity":"sha512-kfmoesqda5yJzGGY2LpSuPT23XFWtz8FkWpbWCmnpMIT2LW1He1HGZm6GA8f/4XWYWh5euxdnLZX1EZVbcVtUQ==","signatures":[{"sig":"MEUCIQDFPcV/cEMd7GEEwzggwRtM4TnEzxDLb0+8416Vwu7VRAIgGvE3N9peUml2dwMmbj2WOd58ym7mjhzDy32L4faqLtY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16872346,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa+tyZCRA9TVsSAnZWagAAF1kP/3sNxAcJj3UZqTWsiDuX\nw5HkDUYx/bS81riZ9LsSHNlhfSam9yO1GFVsbq66TvpYe0x8lnL2aurbmF66\ndiK/JXqcXmvnhF69tiFMrmp1KLYrc45wTPtYHfKwnqwOdgVUcYrcah9eoZi0\nnkrO3KibvDUfsG+kC3vRqjpsC0OR8FySPJJYviQZRNXTa3fshh4juJvYNUsn\nFUYP7Lrp3nj2PoTfr52O4ZJXJ57hSDTTEN9FD2evEpRzqBys+AUZhXyydLHM\nsQUmClVaUDH9lgngC2M/u76+yBn82vEK/37ZJtrB95DBMQIioLBMU7mO6ej+\nirYQMMKi4Sq9C1c/VDlSNtp352bS5c9OBee4Q33utqsfB8ji7RxJzb4CxPAx\nkU2YMSCoCOyWPevw9N8RM9EuufLuq3s6fWj9gx92DKTAiPT038SZtcAWiKH+\n+Y2uDlk1hGdq/BH+1FfAsK8n3uSo5PtJ0BiCpiyIC/q9F/+46nDFpFpGyZx6\nNmCWQjKZ52rN8Luhdkn2iibZBWhHjGPEClKIurfzLnyO7E5kttiyPUKCJjsy\n8zCNa3DI5yP02P83FxKBK/mEVNKSscDjUHADr2/tGuqOMPkH0VjxtReO5PqI\nJqt+5eUSUsKfVrANOeTwGwrlq1rodzdtIEvGU9EakGf9hBPb9j19MSoWUwWp\nM4l/\r\n=t4zx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./dist/es6/ej2-calendars.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"5.6.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.11.1","dependencies":{"@syncfusion/ej2-base":"~16.1.38","@syncfusion/ej2-lists":"~16.1.42","@syncfusion/ej2-inputs":"~16.1.40","@syncfusion/ej2-popups":"~16.1.42","@syncfusion/ej2-buttons":"~16.1.37"},"_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-calendars_16.1.42_1526389912708_0.3542767534734841","host":"s3://npm-registry-packages"}},"16.1.45":{"name":"@syncfusion/ej2-calendars","version":"16.1.45","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.1.45","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"c486998341d7488252855d9645dd8c82711cc478","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.1.45.tgz","fileCount":143,"integrity":"sha512-VowGVQCaXhRlL7diiuHRxoOGm8k5AqEiHG1Ah4R8L3Moj9KvUerBxLC3Cjaas1nuaKty7ec1FTdi5ewT4b6RvQ==","signatures":[{"sig":"MEUCIQDnEoLQfX3yNjH5Danqnzu4q1mZ8BYBMZsfhSO+PFggbQIgM0LnEM1sVNR8x/RyA57ZgJytmiQK/gOKDhUSc8nGj3o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17334885,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbBX2iCRA9TVsSAnZWagAAUAEP/jFGuO8iW/3vHD4yjYkA\n8PwpcVrFcdyqKcYjsmIpKOOrRxpp37lC/b+EiaBE9olndchFqMUJuQc0QY3J\n8j/Qx6VJ3ePh4z/yLEDV+CXqCTklyStOjO/fLy3VBRmcMvq7R+Xc8RLzLm3j\n2UD/4R7gWSXqiztUIPIvM7/R/J62GSdbwgEE9vd1WvbtgYK7bxKfTYcCsn13\nmug2DCl6FbKCBP0SJVI3/65Q2Sh8GgTLjFqbAAkBe6pbam18EggKonXBiRoH\nyAzPOkNDcW8UBfzuwul/VhS/ilwJGx/L9hPldS1mwG7gJJQAvje8rY/sGZz1\nDcl34UL9XavwepCvlb+Gvw3k1CTlNj1PQit+vOEpA68WAOOgpr594rac8lgK\nCoqCA7d9y80G61RIAd+CSpTk0fo92ydhE68JNsNcdUwKJuhlB8pmKRPcob2I\n+DsJmjFgionM0jzjHXiyN/5JYJQX2HP9IhygYmoXcVBl15bssoDSVxr1H5Py\nD4DM4sZtkpEHdg6oq9gVaWMvj+25g5PNanTnn/hPrGn1WfqV9FRldVppgxTL\nxCcym1Lmxem5QgF2Se/dnQ0m7wMNQWt815cChFzVd2l4MsStOCX3lWFAa1pC\nfPdLL38MTfviIYyZZcU0wwgnD2Fjg4slSTwgdpFlIT+ju1bOrdTtGmdMZq2J\n4swe\r\n=WtuN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./dist/es6/ej2-calendars.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"5.6.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.11.2","dependencies":{"@syncfusion/ej2-base":"~16.1.38","@syncfusion/ej2-lists":"~16.1.42","@syncfusion/ej2-inputs":"~16.1.45","@syncfusion/ej2-popups":"~16.1.42","@syncfusion/ej2-buttons":"~16.1.37"},"_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-calendars_16.1.45_1527086497107_0.8067437323573161","host":"s3://npm-registry-packages"}},"16.1.48":{"name":"@syncfusion/ej2-calendars","version":"16.1.48","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.1.48","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"97c3884c0bcb4ddd7cc02de8ddfb1e03da114a1a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.1.48.tgz","fileCount":143,"integrity":"sha512-oR7f3B2Uu+H1zjp7ZXefNg1bifsPawITm5Eb2RD1wHwfIAeRL7Ippbkla1gG9uO3X4nhHetKm+ViRSMeB+WMLw==","signatures":[{"sig":"MEUCIQDDnx+k+8CXSyzIRzqzJusR9ce5c4m2hGIpyqdqxsEQKgIgRQ1zE7MSp8bVxi41gQ2+B4fvAZ/KH/yY+qUgt0ra6XM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17338136,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbITMpCRA9TVsSAnZWagAAZ6MP+wQPE70jTYs1abO+fP6c\nRcv13ZHAeiixFIayLd4U17O8GAGmafSfHw9p5FBFzgRlbyq+QTt9i6P9dvw9\nrzPuyG6xY7UkIUkBuEyvi1+EeR6qCtnqN4kXydu90F6VjnEp9JDe3NPEHzWZ\n+p3hGfI7O0jIameArKLeThqpr3JxAzjfFQGoJdkH7PRtNPsqh7S+6nRqNh1N\nVCTkf0NBPTsNbXjn9H9E7R/dpNpR7aofRMvmqfs9Dk1VN4iDN/K1yLkXY9Yi\n5UgfWEcM+sI1KFROY9JnpSj4AtlU1RjGgjaWgVhXOirxF7/tKyCpNsQwHgOk\nIzQuD5b+KKNtXqd2Z7kGKET/GM6W+YkIMVpO0PZLpC+fwP9NM6QWuaQ365LK\ng2r60z7dMy2YIxPdXSPmP9PdSxuSkk1vVhr2o8teFzhWPCRInFIl6zVSKxpm\n1SKygLKB0L1LEce1dSWJ/LmmuAMBx5FdasBLIPkzRym0Yj2V08xj6IPMccRw\nShuFh6hcaTB4MIp8lq7yYI4xsik+zR5k6FFs49BdGGueZmiLnGAXUaUjrUzP\nfBctk18wO0Z6hC898KF0jXzpaJwFivqvFqMcTv/vf3OHRSSdlCgFtz3alcDc\nUJqg8QWShK7GRy1mZBRkFSkuFU3OWefTltb/hmjm0UoYMivhJ/nGVrk27u9d\nXgFc\r\n=A7Zi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./dist/es6/ej2-calendars.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"5.6.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.11.2","dependencies":{"@syncfusion/ej2-base":"~16.1.38","@syncfusion/ej2-lists":"~16.1.42","@syncfusion/ej2-inputs":"~16.1.45","@syncfusion/ej2-popups":"~16.1.47","@syncfusion/ej2-buttons":"~16.1.48"},"_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-calendars_16.1.48_1528902440863_0.988803303510601","host":"s3://npm-registry-packages"}},"16.1.49":{"name":"@syncfusion/ej2-calendars","version":"16.1.49","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.1.49","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"a425d813ca9d8649c520b443d9e862aab8988bb1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.1.49.tgz","fileCount":143,"integrity":"sha512-DFdz/ElajPP73zFtuuWR6ZSQDz5XxV1oUMKD5jGkLEDnBgp5Lwja8Irs/dRB/sxFHzotQ8XVpzGWxqOrV6MT3w==","signatures":[{"sig":"MEYCIQCtW2p86zd08vPLiWZP9UujXGyhU1dptIlI53jnSrzBxAIhAI/Mf1gbjIsmR3eGPn4FhkCBDh73zUFJNyz9C9wqkZew","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17342115,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbKiyOCRA9TVsSAnZWagAACLwQAJ2pmQ8pUyW5AMrznxEn\nGOLbTzb5tv6tkqiZp1p9MB05PY0vwWEaQtLS2bRIzUwjN3896ZX0F5RrQZcJ\n2pcnVJfnuIsyK+KlU8uW7C2bKeAiy7Clw6dTyrTRpbFqW9y4T3tNka8VJLGq\nNFg31rGRda+XheyCCexw7qImTT3xDzhzaXtNeWqtmMGX0FsQXI7YwIaTVtIa\nAE08BoBgAEtYtSZp5yCtkBpQzOcuDqiS4si5Du2Htq+pqJAECyvbYc4WPaBj\nQr1Rh0yiM15lfojEQXF+NnZpiQ45WGaBFhMuiYPCEOsrJna2bxBhN9iYKvuj\n3yicwIRZvs6KV6vg2zVoYijoBjpeKBeqo8pVLBrb2bPi7KpXIPXhRYNq6sDF\n3oor6wxdZiqaj2kHmICx/bX+SZoEK8G7OzS87C1SSD1VQ4Tzezl5si3CYrgH\nw0mriHXi9cVBm5hOh5tQtEtZ7G3Qp0TemwxgTUlih81l24W695fBZBeSgtRQ\nuWviZWZ90gNjPJ/ZyUUKYAUiQeuISZnpcw2njWBQtXEsXfPgVs8SbDX3ePj5\n5KqhQdVxbamwt01/RNHZLPv/nOb4sx2nainr1KCZ71csJefj3lfDI5RXxwIR\nSL56KmU8QcglfmqU6IPGArX0AvsWecB39hfpVDU/8p4S95iARMDuEYuSjPEE\nARO6\r\n=Zusm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./dist/es6/ej2-calendars.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"5.6.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.11.3","dependencies":{"@syncfusion/ej2-base":"~16.1.38","@syncfusion/ej2-lists":"~16.1.42","@syncfusion/ej2-inputs":"~16.1.48","@syncfusion/ej2-popups":"~16.1.47","@syncfusion/ej2-buttons":"~16.1.48"},"_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-calendars_16.1.49_1529490573840_0.46832877677410245","host":"s3://npm-registry-packages"}},"16.2.41":{"name":"@syncfusion/ej2-calendars","version":"16.2.41","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.2.41","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"03ac0ceda4a7f334f4e3a3df928caaa88b659a46","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.2.41.tgz","fileCount":143,"integrity":"sha512-vZVWMEqxZxzWIQejCK7FXqiPdfsocfnqyqOdKQ79lysNq3LAmdwooCFt6z0AgX29g1Q1xQkBfAVeS0sgRRxufQ==","signatures":[{"sig":"MEUCIQD2f1Pj7NVmv/cfd9MvighXuX9SxilKRGZRcy3m1kreHAIgcWNb17vNt9f7NBzprP2piN/LTc2KDp1kRMZZNmBxo/A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18886741,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbMK5OCRA9TVsSAnZWagAAhogQAJ0v18ib2NzWyYMMmoX2\n+f0AwdQhDgbgup65bGD9Ba8R//x3V5tssfqblhWgk5lPx7lNiSXESz9j8HQv\nWuBTTShXSkthVAJx13P8S5UayJlpLA5cxynW5mqFDixgZvG8WGbSOtRwcxuL\ne3s/il4gq9bNKsxJVKq9ubBy2H0DcYbuokhmIKdjIKMW3AVEP3majp918vK8\nxqG+zoDDaq0rchkdj/yAlMGHbPGrtf5FOLGLCvt4JBEsgJtJ+qsMuKRjqkKs\nAHOamE0eot67tJQ5jOgVEx8F8977m61Cs9uUwcSTss+jCDkBYL59CyaAeVkq\nYYoYthx8dvCyrndDb+Z0WgPUhV9A3oX2TtiQsugNZpouW1LtlUTsBHW2CPgu\nKm84/nMomJS/dcUyDEC3VUIsAeohP6v/n5cUe9sDrOCPF5/fOF9YRpcnt4Xu\nv3ErKhaudlezAYg7zDUzx5TP9sBLk9U7Ll+B1s6JEmL/RJRpLK5FjovZm9t7\nd6Sy+ltyp7gSzkOCutMr6jVDiuDwheG2fVUrCo8405JDnCCY55xCqM8Mmdva\nofsk05FsRexlVUzfh++OKnKLuht2lFuu0HaD2V/bIsJfJPdeFL3Vd3IAb5jv\nzGZNVFbbA2H4On5Su51C5wmht0gvU0wj5axl1U+KgyN/Dm+ZWHOakCzThU+y\nS8dz\r\n=1zwO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./dist/es6/ej2-calendars.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.11.3","dependencies":{"@syncfusion/ej2-base":"~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"},"_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-calendars_16.2.41_1529917006055_0.15230560737148147","host":"s3://npm-registry-packages"}},"16.2.43":{"name":"@syncfusion/ej2-calendars","version":"16.2.43","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.2.43","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"6a7dbc9dac3fa858f65a03feebb513cd44a8e89d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.2.43.tgz","fileCount":143,"integrity":"sha512-sw8EZZuipPbpdH4chfXMIbAIn/yFJWHNg33gCngpQ335+FMibDs1sXQfPENCVp9g84gn0k5CtrLnytc0YNKGVw==","signatures":[{"sig":"MEUCIE8aBrmkQGBKFWvNLbc9FVYtgCu2wJ4GZvLIY3y7nKz5AiEA/GZ4ki43lwXk/095d8a9j3ra4KPEg8YOXWpMpkpaTq8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18896123,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbO3K7CRA9TVsSAnZWagAAKj8P/je9YJzoxO8lv+5JLK1n\n87gupg/E9dEcer/dr2EJUjGuwtLCT59y6beYjIshRTNBvV7DGR/qM5sq3dAt\nhKbGL+s5x0LodvGAeBbH5Pn9neDHUra89ORRfTYe5z10UQDrMSXCuBg+1B8H\nyBD4PnFHdMk0oxkjMQ/BvcbcmcHBQszJc2x61M7oPSe4bKctzXeVIrxO70TE\nDMmxBYHSkFbpJ+BctoOVL/ZnimY8g3UecTKx+E9VT67eh3ZiSHutpN20rGaQ\nt5WvVqU8KBYZ8f6z3XRY5P98FTicLfMXWiZHcHpOOCG6taklXwaLPc5boxZY\nXfEo3S3gUukiY/HT5ADkczv36G1OcR5oI5DUI3iCrxK8PHF4zw3GiFdtp099\ntD/ZQJQY00oT/ohY9crRjBX8ZIjJ1JG4srlvNfzUynN3iJMKc8IKpq8TQmQI\nTK6hXyrbJzpLZB36t4w2mbVJ+3xdHagsEIuJrLEyxBb/j4f8QKtjYpTOmDa/\n0IY8Rpt1LVfEx4/ceUgZaLvqxWmTJaMABhQFZtBddFfPw9YKrDoKY1M1Egzt\nwMwRkLjbyjyXMtuA+ATaexyM6iKj517srqG/Sa10r2rycDBs9PBYkE0vRpBC\n8ujypNYNKaopsubz+mIZ3X39bLgFkxuxOHCquXOYbkWLt2QCq8ffso/lsOXq\nM3xL\r\n=0Zyh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./dist/es6/ej2-calendars.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.11.3","dependencies":{"@syncfusion/ej2-base":"~16.2.41","@syncfusion/ej2-lists":"~16.2.41","@syncfusion/ej2-inputs":"~16.2.43","@syncfusion/ej2-popups":"~16.2.41","@syncfusion/ej2-buttons":"~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-calendars_16.2.43_1530622650958_0.2905955141437464","host":"s3://npm-registry-packages"}},"16.2.44":{"name":"@syncfusion/ej2-calendars","version":"16.2.44","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.2.44","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"dffc80c71fa9c5c34e0b83bfc7df1161cfda7e87","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.2.44.tgz","fileCount":143,"integrity":"sha512-30QtRD6rNMDCG1QXRsipP8k76ITyTl2rfIMGCoQdSdLLsNgciXkP009BDHmRbedvjeHyw/jYXLFHgStX3Gzsdw==","signatures":[{"sig":"MEQCIBbxdZRwawUrMuHzm0dDa9diWNxZh/f3BjMT55Mkj0FwAiA0qpBxO4tI1WHPUiF7TQMyKwQubBWAOnofG9UXluOWqw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18900041,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbRH+sCRA9TVsSAnZWagAA6CMP/32BwdYn+422pbI4OYzq\nOwrL/rtYu7Boh7DFoW0HM8nERHosYhDWCVhNW8l+6xnfuew4Qxv0Y3YXKPG9\nrQ1U9uvM2eBBRNL+QjXkOSQ2o1XgVpWPYfptpmbE237ev/Nuoy0x8oCevXIA\nLZcdxteEXchCBIffcKKXpW+4QhR/gIdOKUtnSK1dBIQjRMU54C+g+kLbUSTQ\nVqP0KuiNSTf0y4Wi753WdFQFmkHCxzwXnANtY2B9SNIUCe5BvFSu1DpcF9zy\nTmHwUgMDZGl1/Ve9xx68eApX7hl+POkkGNsoJwU8cL1qlULiaxVYyPj4GOr4\ntOCzwCdopjC++PTf4ZhaVp41zUueP+0zcDdh9xTR3NoUHK7PO+c/Jtqv0azR\nb/xSyESalQXWfPEz3dN4+4+XuL//1uFKQq2Rr0KcV67PF4hNv/SABN/jcgDV\n8/sqzGpU7/yWQxXzhHswxwEvK7ph+ETE7iMZJsWF7tIhDg08jkGDvT9Z6xbK\nwFvQmGC9pgq5Luyav9KehhhI9OIQZoL5FTIJGeCx3hg8laqV7nZZZa11NnH1\nek942OWZOKZo5OfnSSXAFxe3cs+AV8t+hvaCs1/N+oAuOIQM/eld+i5WBWYB\nXavXAWkBAFUoIGN3GEA7aWRAHvi+YsjMZF87AZW0t8dIaV95Q6yv/GboPxmj\niOf8\r\n=KVsg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./dist/es6/ej2-calendars.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.11.3","dependencies":{"@syncfusion/ej2-base":"~16.2.41","@syncfusion/ej2-lists":"~16.2.41","@syncfusion/ej2-inputs":"~16.2.44","@syncfusion/ej2-popups":"~16.2.41","@syncfusion/ej2-buttons":"~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-calendars_16.2.44_1531215788433_0.4704475286277334","host":"s3://npm-registry-packages"}},"16.2.45":{"name":"@syncfusion/ej2-calendars","version":"16.2.45","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.2.45","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"4e8af1016864eecb18f5e1d8afb53c80cdc326a5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.2.45.tgz","fileCount":143,"integrity":"sha512-fRxKryZYriv8oQL3eZGWZFSfiaF11ZWW5EL6Y0/4ZZ96faXT4RzyYo9/QEqHqcWBoI3HUB2dfpUdvz7lLIILVw==","signatures":[{"sig":"MEUCIQCzv+6Aw2LSyJprOzBJXJckJQ127kJNDhBh5DlScssUmgIgGv+Ptfz6jJOhpHlmfht9SNYDgSHfbLsFqv3PFDmasEk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18939015,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbTZ3NCRA9TVsSAnZWagAA+ZIP/RGvrEtb49f3uSuBOXmR\nosNDk/dozmVrkruhIGQcFr4mcCzXFSogL/v4CLBFhXzyZ97Zk38NfVTBVEuu\njFPzIlVq4UBabamuJCGqMNHBRJ4Ax7dW6HDh73NichDPGpGA1oWChEwoBQjr\n4EcSTLJWDXEJAEiRxQlsWtkmeUGOISP0VIow3F0+aZ+AaoLA34RtMyVux+AX\nuxM7ZJb6fSF8Y8puVEfMRxgueUeOB+2P7HsBaIRsTzOusZtf64HE0Zk5r7xA\nOONpH4UexU33o/xhcGB5IiYbjOJ3/rWROmdC32QrwKxy99A8qiE3dILfjJEZ\nlpgHh3ZJOWRmXAm3DCMWI1KR4KYXlJ6Uj8CPY9ccQmPz7At/JooZZew9OY3u\nJ5j9EcZxMc0B1LwjwCegW/+leDwpmADrDgfsZpy88kOq7chWf0nhseovR24j\nAOTyOSJhrWVTZn4qrGEDrWnpvft+YEIpFX17E4zaEvNMrF9LGAGn1ui6Z+5W\nbAi2oNlkpb51HwQ+5dmOKBASRcR7E6xf2bNCUp5SelMYbhh0cQTw4LTHBxWy\ngLrf/tsdihIEFc2ruULebfOdptsUELyYQcpd0bmy4vBLGOwptSv18Paz8uaq\n9nqY0Mmu3BIRid/LqaAdVxSnLcQVpFZY0ZsNHC3fZzKJi+QBCyBC0+t4qaPl\nnhru\r\n=Lguo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./dist/es6/ej2-calendars.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.11.3","dependencies":{"@syncfusion/ej2-base":"~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"},"_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-calendars_16.2.45_1531813325042_0.32420154734078954","host":"s3://npm-registry-packages"}},"16.2.46":{"name":"@syncfusion/ej2-calendars","version":"16.2.46","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.2.46","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"61298f041ac7981b3bd0a19a5ba6073ddf59dffa","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.2.46.tgz","fileCount":144,"integrity":"sha512-5049ZshXlP/S4DiSTXwbVpSfBLqwxYtuL2ariwmiXhiy1GuwCEHIR6PRYZ55mkr1laEEcLu0YqQ6t1/ueXJHEw==","signatures":[{"sig":"MEUCIDRnSwlaX8MJRxXhN9zR25a5AcN3QxJGzRsDGt9cfzCAAiEA0OU8ohsO2gE/1aHKdgfFeU73Z8sJTOgQ8AoTGUJw0MU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18797666,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbXwpVCRA9TVsSAnZWagAAKekQAJb2BlLH+FhuEMtmkBCo\nSq1uybORI3yS4ztg62LZUEJKzoTH+he97KdFMtsixF/q+zkQPJGwixAZTNz9\ndD91AT0EouhXSqPZVkw/zARKIrB2t0fFq+C2Z8cABEIXY6L7MulSEwTvgR33\n1IoislsaJJgXusQ6YZi8cmaXvbgnLLn61lRscxbdgzJOfDikXjx0AMoYfDCT\npfxVCW9nRI7ybnYBSRvrXdQPGt3UcjK4wT+khcGC0N/YddtR2s7011cE16Id\ncodILL5WwMliwW2B0vRvdEiAUrfpZxm4X04Hi2SKLzEGl8h1h+TJidsJW3F8\neyViw0vA9VjkNx2vBLcq0zSuafOnouZTawTuwCH0f5AFCEbSeBlQNKTXZeEg\nuMnOGJhRHoy7welEd6Q/uGKU4w0ixIpIgdYC1lOibPRg1PsrtuC5/gQ6k2pJ\nfFnYyAvJx/eRfOQPMKwHsxpwr3DSod38BMFf2+gub0woXXSr+tGI57w1EPb3\nKwq+nJSHykAx7eXzDwvLD0bQ5tjMfUvvwZF3rWxpfBW9DHFczvOXsBSxSvHV\nylyOb5/NuXmdikuScP7NOcEoUXdqXXDys7MhzIxjYuSkk02r2lj298RVbsAm\n1ct8APAp1aSS9gke3xulD9vMis1wHCHCLA9WM8yFPIqHNh2toeQltSNgJqlV\nkoFj\r\n=mDyB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.11.3","dependencies":{"@syncfusion/ej2-base":"~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"},"_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-calendars_16.2.46_1532955221548_0.6310583087198123","host":"s3://npm-registry-packages"}},"16.2.47":{"name":"@syncfusion/ej2-calendars","version":"16.2.47","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.2.47","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"3f4c53e1699b3f1717105f3932444f41e26bd7ce","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.2.47.tgz","fileCount":144,"integrity":"sha512-fOclp7ltOLB1Yiq2EQfriZ4TEHjpHDZc5JayOwwNyK/tJldgneKuqfsS/ewi0Fm8siYIayLPouFTz5qgBps98Q==","signatures":[{"sig":"MEUCIQCo2MJp7OlqZcDfw4kbFFcIx7Ii5QjkX4lFgV9zPziIewIgGJeULqnEFPO4N8pA6idv/SRRjW+XbDDqnr5XPEG0z18=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18816449,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbaZDtCRA9TVsSAnZWagAA6qIP/0cIuj3hm7z4OZ89k40S\nE0ClpmbtbRoQ1me0Y87tFaApxiw+Grf14KbjggntbeyLZn88I+iyzhhtt6V3\n2Yew7vQ7KglQg04NzazJvMkPPTQp0TpW7SbGGMDV9VF4smsTjmpEQs7i/ecG\n5ropLAAcnDrWW2tcC9k4oAZrB/SHxzBXY9uWj4VkdBXg9sCFpl/+0gak/RJ6\nAcPgy6boQCzz13WBzFimUwnV66bU1rrXHTDQQh1AFYjCzNcpaV02ir3cdb1V\nIhfIA8CjBvkmYqZHZ9EPRJR8OxDq2R4LR6WlUHs0oCJEd/UDJqi67FbF/QdS\n1FgK6e7jkzdFpp+k7bCpAXaAtT0izKqHnMJjB5VNKOyqnAp9pkPGQ6okKSRp\nh7ap9zqil4yE2e/q+1HtmSeUIeF8syT1tzwoJNbgDRxI8HUI3GQaeJkDuv8j\nFwsQQEMqHBIWmfFpiB/gxvu2iNsI5bXl+HVaEYDW/02Fr9VC4zK8QmuEndiy\nfskQDZWikKftUPw+kC4Mqm76JbiO3ozNqdUC4OytRKc3etS+wrsAoI+0PNn5\neXyw14m/lsZXsiv9rrJ/vSCi9SgmfQeTibtAIsnVG2I2kRJxET0IQ06ucCS9\nQfxIRR+19Yb27FXuFMM8xZZVRsgDOe0iF6BL+JVj36qBXT939h2SQRld0q2v\nWhBl\r\n=GuHf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.11.3","dependencies":{"@syncfusion/ej2-base":"~16.2.46","@syncfusion/ej2-lists":"~16.2.47","@syncfusion/ej2-inputs":"~16.2.47","@syncfusion/ej2-popups":"~16.2.47","@syncfusion/ej2-buttons":"~16.2.47"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_16.2.47_1533645036560_0.8041213661378286","host":"s3://npm-registry-packages"}},"16.2.49":{"name":"@syncfusion/ej2-calendars","version":"16.2.49","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.2.49","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"d2b62c66c91bda7f025125a273bbd49b883cf8e9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.2.49.tgz","fileCount":144,"integrity":"sha512-8Id4FQPJDMLRDyXHxVcmUALGpKQ+vlEIAucLoEftr8DKZvltXs78YpKDcFOhNIN0S+xMYjoKfMG45CtMBvV1BQ==","signatures":[{"sig":"MEQCICVwHIJILsuU7UMCyaiZFsN1xuvA0Jbck0eGFkrIZjJjAiA7ZSE1cqMWhLlzUh6v6Q7+Gxr7Y6n1DNJAHXaMu4DN+w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19096398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfAcjCRA9TVsSAnZWagAAHG8P/3Kwk9cuy0EoeMLvNUs1\nymrqabSBIyf1p38E6a7JcFkzf+AZi40D7sbk98ERMPlMAUlcxUMpv1Ht+Mbr\n83uTX1leQZEgzA1WNOEV3H/nWjAqiLKREX3tJtCLkwqD2qXHWtcN5+7fqjHB\nM1jW8U7rVTy+8hfQCt/MeKXXlkKmcvexGFm/7qJ+6LWjCazX3Gfn6YSNTnyK\nPMjJVxjNn592z49dC8bFbJ7cfSusa0w0lcS3ZeLn/gmXs7cOaTdo+2u2Iz3n\nM84YdEzBJZ3f9MlXukGkkomNcDq277FgW97svrW5deBHB+e6f4052D4cU3ub\nWdpa/H6Htb6TR7pnV5GVDbKhHhOJF5roAijE4uhy/CUaoO0n3xyw9POzKBSM\nf/TJVrrdnmrjIeiM+ZwrFOiDg4/3oCEoePdYonVSblWVk+shiMSlJX6WdEmG\nAljbTBQo3JU39cT4FfioActjfXY9B5OpOzVSzn0uvh6ZiY/9Oag+6EGeTe61\nqk4u0TwzMPDeMsm1whVDbjFdVQvzWJrnu4siC92av1IODQvapYEFm9L+lwbe\nfSzMxriuSADLQ1kpRUPaiCe/hwMKgXqo6nZbyc1Md/gIHu3zyDrb3j/M+MdR\nw1VJuOvKYotjB8xnNlMlQFwrkDgtlTS3lMT4wCqtVYneFUMGZFhAlpFXpZ1g\nvjA+\r\n=BBsp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.11.4","dependencies":{"@syncfusion/ej2-base":"~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"},"_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-calendars_16.2.49_1534854946716_0.37016934365841925","host":"s3://npm-registry-packages"}},"16.2.50":{"name":"@syncfusion/ej2-calendars","version":"16.2.50","keywords":["ej2","syncfusion","web-components","calendar","date","time","datetime","daterange","culture","month","year","decade","timepicker","strict-mode","step","interval","min","max","globalization","datepicker","daterangepicker","datetimepicker","enable-persistence","locale","value","format","week-number","enable-rtl","presets","min-days","max-days","start-date","end-date","time-format","rangepicker","month-picker"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.2.50","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"ef4a2f58a329d42bd2792a24e96ff047335cd3f4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.2.50.tgz","fileCount":144,"integrity":"sha512-SWc2t1cqFlaRAY/hh/yY6vtiVeHtCONBVic+PhGteMRstPBXK+fI2YrwbAjhothtU+q8Laxa9/i3mVb2BWDj8A==","signatures":[{"sig":"MEYCIQDAaeDT7kBi/k2doHsSaqvh2Q4UZAx+dNvsMOfpyIP4QwIhANFFWOfEaLU+P5DM0sfU8HHmp8izd2/RCcdOsHpr7nYW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19134080,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbhYyMCRA9TVsSAnZWagAAywAQAJzzzcdgXgbwYJrA/joX\n+f5G+Lz5EM6nYx4P6x1fiP5pmlYh1iTH/Hn9IjMES0dQLPRC8B3SjWkO8THh\nTMihlo0liBxNYwUExyULFUpyMMz2e1bXeZAXXpuxldD5zEr//MNdAwPqMghB\n8+CTp5ColWMjqa0JVs7iX9Fhuq8/HrLQWO5lVcAx6QykuWritjTYsHYlgHHr\nv9CAQeSjmOFEXGRamQgQKWs/0JPeGobZLEkBxVzxMI7M9BVxDpmEIOj32wjn\nmZukGxV75bgnxW75Qmx0pH/gdQ4f0hrAN/UrF/dwG/ZsHVzO7hK4x5zvkXnh\n8z1Nr9mamfJVXVsq/xO1IkSFp2yxdmkYSebopoQ5q9wErwbqu2zGt4CZyEPp\nnytKcVcD/M+BoQ79Jq/ZpBA9kYTfoc7EXBF//Vz1V8ZpsnyrNr05FMmS0us4\nPftzWJCDgvaj/h3z/13qZgu6aOOYgXTZookhvczHXeuuty1D4zrZXzutHSW4\nBi5ZBSihVnuHNA334SnaqVXYw76D5ob0URUIOnJTaKe/442V080KkuoF4BXl\nx7ZvW/tQI09mfnCUSGjIhnJPqKEPyF4qC0t400587twRo9jQ3DW5uutAmTiz\n6sX4FqGvlpBNie78+zl8XUrHQ6shzlibKD0TQk+2YTMSViwLg/taII8dQqE1\nrTP7\r\n=stMo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.11.4","dependencies":{"@syncfusion/ej2-base":"~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"},"_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-calendars_16.2.50_1535478923309_0.6965945474280288","host":"s3://npm-registry-packages"}},"16.2.51":{"name":"@syncfusion/ej2-calendars","version":"16.2.51","keywords":["ej2","syncfusion","web-components","calendar","date","time","datetime","daterange","culture","month","year","decade","timepicker","strict-mode","step","interval","min","max","globalization","datepicker","daterangepicker","datetimepicker","enable-persistence","locale","value","format","week-number","enable-rtl","presets","min-days","max-days","start-date","end-date","time-format","rangepicker","month-picker"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.2.51","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"d410887f8d9ca54616266ae84f1e0f5ea15302f9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.2.51.tgz","fileCount":144,"integrity":"sha512-wDrqAaOkZxfTQhQLiyWRVlQfTEMEla6kmNMB8KFHompWumsz40mboUFPlCUN2ZcJuPxO5PM71aQTtjbVaSm6Xg==","signatures":[{"sig":"MEQCIAoQrfcGAyaR9Nud6FOBGn5y2ph8K58pZyT/gOJvKS1MAiAIHtPjRSWvuC84TIKShiHqTdVXreKTmkfUm+yu1MstzQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19142600,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbjnMPCRA9TVsSAnZWagAAF34QAIvOdajQgv64jAiYcd5O\nWAg6ruITyd/z/it40AZ4UcqYVCbdtY+htHYB7rq0wAVzbAx4u/NJWKQ8HEAM\nvArpX1bAvd6oNaCuJhNjhNNGm2jwVd2ukE4KM1KcWqoqJkLvcpSVWQbnbZJi\nxh1pcqgcy1ZJ3aE1RJuS8EVqxYQRUL38/HjkSt/DsyRn6Gom45l+tJ0WJtDO\n5wpszofZifmAAvq/86R4WGnsE8WfWjpdcOEx9kDEWhvlzeQbSiUApg8OiMLU\nzKX1O2d7kuSE7RfCpqXPx7cV3/hw67jJTlheXXFLRrGKSKKB5ILpF3AIqhZC\nuNVwiDsZp+xH70nAv7logEVrIp8g2Um2rWUJzNeX+Igu9P7U8YMckYq1s7AK\nf02AOPJkrNgtNL1MGxSb8CKntTIf+z/lIpJmBvOdumLC4oKjVYQf2EsZiffX\nRCvH/5mXwzLyjcmnPLUV4Z/qlc7hXzmjcnTlpKEtCiXhO7eS7UzJM58HfOna\navSKo7/JP/VcGoRPt6lUPYlVHKvuFzyR13F5twlMIa9zeGI6LADRT0anqvQ8\niGOpKVTYB5OAmZ70JUSiXt9HnkgLPTwrR0LJIfOxuNAht7HzcsQaf37dRLgg\nkWAA0GPFRpqoK1buExadOloyOm7PQ1Rm+aKlZoWw6U6bvue59cWADzsy9qRW\nuzOo\r\n=7lBo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.11.4","dependencies":{"@syncfusion/ej2-base":"~16.2.50","@syncfusion/ej2-lists":"~16.2.50","@syncfusion/ej2-inputs":"~16.2.51","@syncfusion/ej2-popups":"~16.2.51","@syncfusion/ej2-buttons":"~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-calendars_16.2.51_1536062223007_0.9516617364587063","host":"s3://npm-registry-packages"}},"16.2.52":{"name":"@syncfusion/ej2-calendars","version":"16.2.52","keywords":["ej2","syncfusion","web-components","calendar","date","time","datetime","daterange","culture","month","year","decade","timepicker","strict-mode","step","interval","min","max","globalization","datepicker","daterangepicker","datetimepicker","enable-persistence","locale","value","format","week-number","enable-rtl","presets","min-days","max-days","start-date","end-date","time-format","rangepicker","month-picker"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.2.52","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"0c65868dbd1edc57a4a928a6935f827c418d4095","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.2.52.tgz","fileCount":144,"integrity":"sha512-dy/ybeph2Sa8J0DOyLQXFaEKi3zFnbzcDJIDld9YFyNa0G6AXa6FEvmjnkCwt96+A2slxSTXlBdc/nlequmaJQ==","signatures":[{"sig":"MEUCIQDDCJX9uC3GHZjP8xm7zx61clFL8MpcWI5ta3/ibWDB0gIgORoNvmHt++9BD9+XjQkx2sK3FFfrA4exa2/J+gzZ0IQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19142600,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbjprPCRA9TVsSAnZWagAAg44P/17wscn85lxf/XeVaYyU\nKujXAjmDtynRR9XWqFjyvjW5N8xHkkgmb+tqCtLhcq2SoQyJDqSHqn6HxNF5\nm06bVnkchrglPBH5btfLK59FejQZS2GLS43sOkvIsmjxuHovvIIiBfThMiAV\nsARhFbn/HR54ZWkpDVCJ8LuAH6crwXxbAuJ0O2eQG6rBNcDb9oIjAYp5bj5L\nJhlOg6caGsPTjN1JiUuy3VAETqeRKSQOztNvpxALddxhY30XPCgwZSg+Sn6E\njXCUV+79pINTy09rtqarWowBKPVISoax7ozb5Kn93tHUoa7gWPidQPVs6iXI\nci71AvK98Gqm2nO594hNWK2KuMBPdGg7buf1wxeHKZVb5AJJj/MrG/CJHhNu\nV1XZTaCHBy3/mE7pjY2dzAKj9dR1KYVzSvoWXiowf8YnW+ctqFyfgQKuKIIQ\nrhFfHQiaB3Mlhgm3oN7oqAQ0s4dfD6DRJzH2IVYUI+vEv+3VI85jJ67DrAC8\nV9N0PjutmhLN+uIDFY9oC12tiaeNvL13YiWjzKHR9tJZW+sfuHj38RtJMlVw\nfI6TklKDGFu7SfUI+Kntrn/WOnIWRDBuduTpY5CT6Bwh/nm1lsTwtYgkQimu\nzAY5x3mUyhIB/cPWx1Eir4bR3eKmj4v5q5dUv8noJOkC5ZUpfrqTi1RB+Rni\n9l7v\r\n=ywhU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Calendar Components","directories":{},"_nodeVersion":"8.11.4","dependencies":{"@syncfusion/ej2-base":"~16.2.50","@syncfusion/ej2-lists":"~16.2.50","@syncfusion/ej2-inputs":"~16.2.52","@syncfusion/ej2-popups":"~16.2.52","@syncfusion/ej2-buttons":"~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-calendars_16.2.52_1536072397954_0.7060549468251349","host":"s3://npm-registry-packages"}},"16.3.17":{"name":"@syncfusion/ej2-calendars","version":"16.3.17","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.3.17","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"0062bd81e2a3787e1e46f0d26df94335fdde070e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.3.17.tgz","fileCount":144,"integrity":"sha512-hz9iCla9QEA4z1CqHNjvdf9almElBoDDOQQOjdOX6MvLhcw6GamKbQq1bv7JGJ+XbHfpwImBaoMP9VlyWmEAbw==","signatures":[{"sig":"MEYCIQDtTXBMSEuC5o54Y8+lxxdVXwzbsYN9f/WoCbegyC69CQIhAPoolk68RgTFnqoOibnfXlFV+N06nhO7yyI1YzIAWn/7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5377803,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbl8GlCRA9TVsSAnZWagAAWjIP/iP3ePSFAD2FBlcdZjbH\nvXPpu+lng8xSnUUcA6LJ3s7wHeobzZQnFuzsJqWO+WSr9g1UUFK8lsn6mKyk\nq0ogrbsJOcRggv3Lga+lE50UdE21JezNUkDeAFcYi0SPzMI9YLoIQP+MuwKo\n9fSNJ7g2tGqmkCJWy5bFwgVGgX3SmMh+dys3EHpieXfysNjNAdX9p1q7Pu7u\ngv8ZHtqE2t0L3gMOtbkZVCZ0qWRhAIkDUbynwosacmQhIHJp55z3lXmR1a5F\n+KFCj4eZuCchjR6XmX2Vz6rNpPKWObJ4wdYvVCcJKDVRXnd1EMzEVLhVXeLi\nvrni1kAuQNrSP0bnBLRb1B8rIYdmQg2QHRd5xl4cqzcF83ybqRwoIPhMW8UZ\nTdbupIT2dhy8bnKmbMiMRfBB0ISWo7f5yybPfnwHyCr7LArxUo6unaFvdwej\nS12dF3ko8itgIilgYmugp4voISldb28brWm4FKIcYoJEBKK+cba8nMap01dh\n6f1j4a6NRLhfHeTqHy5oXhOur/gSHAYNpRUQAUOQ1flSyoAPoZYNlSdUBwL+\nXzjF56aCPFvJPcK6heX33kG92jfvOpwV6MYNu1poew9ghHOO7Uw4e1xqRiEq\ncLoCuoPZgmfl7LmZqSaGolH4wZiLGFV+dtCQnENQsY3AtSsLgiIeCOD+yqxk\nxhNt\r\n=Bcd6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"6.1.0","description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"_nodeVersion":"8.11.4","dependencies":{"@syncfusion/ej2-base":"~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"},"_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-calendars_16.3.17_1536672164882_0.6411468035093388","host":"s3://npm-registry-packages"}},"16.2.53":{"name":"@syncfusion/ej2-calendars","version":"16.2.53","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.2.53","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"b31a388a427997ef65d2fbdd20c273c3ef3026a3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.2.53.tgz","fileCount":144,"integrity":"sha512-mawtbWw2gMvNr1jJLjPPDm2VMic/3DQWEtGXLn05CJ5NBJQ8p0xl0qzFUol4+nnRG91MLC7cN2W6TOl2arFGKg==","signatures":[{"sig":"MEUCIQCSR0F8VQmApfOQcRoAAiYJGsOkjgv09m9DS0uy1HDNaQIgSgnv9XoT0NiZvsf+5d7vWRKtKydPTkKBFVRaNDa8DHM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5415703,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJboOm4CRA9TVsSAnZWagAAFhAP/ReRSY/tiBOuJNtMEEvi\nfOseufDv9zReEoBsk+eo+h80OxQhzYy8JRmAfyjcs4qu/bzjZoqtbhLb+JfY\nQAIiY7b7Hp/l3Iqd4yFJX24DU98HEAzlT3/DA8Uh2azlAd4fTaY9iUL9muti\n8OfkIQCHy8hj5dOBSha3CqJ8E8O8Iwg5D1xUn2Fxbcy6X9j1nmo/3l+pv5cl\nUFsO48etBc4oZvyU5exUPh9l2/VDcrKEF2iwa2nkpSIZkxF5Kw7EYaRw4/Yn\n35STUfLZHxqWg7SolkpXtRLsvuiJm0nQY4AOlF4FpbdbbQE8LzyeUZpw5Ypz\n+XGiLXk248ifh0jJh5FXq05wnNyPfWZh+DxRMGXPdZxTONVjNmz+zSpNVb+n\nUaEsldBKF/HMg8sJQxIHqSdHxb12+MGCxQhql57GYnuoTB0ZbICnsU6oN5O3\n2/BkPNiLwwfvlbtcQJZNF5qyXVGNsv58boRokAhwYlnBagJ2D5m+IF+kH4a4\nn4q5qcxz/tfIGUt+HkNG0IZ/POHHT4+7u/GnGd7PGyJwa+VC/+WZ334qY5K0\nJM0XdB/RmUZs0Jn/RapeoQ8Zj1sW8EO+8DhmxpW4mBBKcdLZ2Wmob5DRrri8\nNnddhy2lVr3cWpgyLCiPDn3tmyoFF312iTHYubbqOhaPnoxEQ3QpNc41lirT\nfUqC\r\n=L6oc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"6.1.0","description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.2.50","@syncfusion/ej2-lists":"~16.2.50","@syncfusion/ej2-inputs":"~16.2.53","@syncfusion/ej2-popups":"~16.2.52","@syncfusion/ej2-buttons":"~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-calendars_16.2.53_1537272247209_0.07705989296267068","host":"s3://npm-registry-packages"}},"16.3.21":{"name":"@syncfusion/ej2-calendars","version":"16.3.21","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.3.21","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"e93940c07b821f96e7188f8291806da16dcdc831","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.3.21.tgz","fileCount":144,"integrity":"sha512-WYEPTfs9uaUERrlAJraeCcv1yp2C1lc0cOBX4a2rg9icRDjK2X8Te1VH9Q4HiuUER0B3O8e3+VIijIGoiWDxFA==","signatures":[{"sig":"MEUCIQCNXpkjSm9PiPCuG4eeGLktIXZj8n1OLAUqPVRJCsWnowIgIAvquZnDDcDqaNAThl/iZA4e7jLB+jRkl8G0PAOaVME=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5416774,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbpUjUCRA9TVsSAnZWagAAkXQP/jsqDso69RjaMyZD7S1T\n8zeLuCviIb3mDtXq5PSA6H3Z8v03eQ8FPoxU//uFsq3STIl5DXbQ0Yz5Kjtc\nP5TGBY7NvuwpIwrz2Hgv4sElvlhXjNPk/8t2N05RZ03eQ1h/amAPVRL51l9s\nvMtkDr4+n8HCR261HHJgs+Ac/6N0a9MRhobOE6fFLKSMCLQqLYlN9J1ajrme\nkukbGeLkLGIKRcmumNPFZCdhrDiesnCYhaZ8kn6ZXFiYfK33UxxLMrzZBpUu\nTPlZGvCbxQdEyWq4jPA8h7cPL7EH0DIIgiRgiZFO4AcqshnL3q5HLLT/peBJ\nI8zni8NIACEOrH6LHfeL8v8wJUjmtPbO9iW9o5XYWmytjhPTHRu9vP5Taw9J\nGloVqNLwF0tmLceCEA1s+btfypl6eKXv3M/5jm5F9XtUOVXDECCx3272MQQh\nxx7uLAV8YI0GRf4odBEJhUeVwnAVDqzLi+b0ttlIvI4M3R1VauNNG/pENrg4\nJyYQ8OAp6hrcuZKT1THvw6V1WrP0m5LTZKgOuvM92uQGdU0mY5lcg9Bzdgup\n66/2xxXUZ4JYMoitaeV7iSfE2GlIxy0NiRXrkmwwLUWYW3NkjxXKmJOiDYC2\neqk8HXTuP/RnmeTFdFb5jbtLBfgOFE3q+cZocZFLIoX6gfklVGKKOsDj1Spa\nJcwI\r\n=2YCB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"6.1.0","description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~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"},"_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-calendars_16.3.21_1537558739474_0.39729641552180617","host":"s3://npm-registry-packages"}},"16.3.24":{"name":"@syncfusion/ej2-calendars","version":"16.3.24","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.3.24","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"6f7bb0bb2c859b74d2818b607ba97b2c4bb07fa6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.3.24.tgz","fileCount":144,"integrity":"sha512-UKqsWzXE2wk1d1oyYFfzota6J+lRyx7QZ70EufO7YZC50FgFZhj+WiHFUEHJmgEnk9K87XgWOMpIoRw6AdoCEA==","signatures":[{"sig":"MEQCIBJssN13RSmEltRE4+xQZJLfyLWNHVRuxzDekY6Vrr0fAiBeW8p8G6ltOFxHFIV+w+R278173tlrwjFXge/Vxg6TXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5416774,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvFRzCRA9TVsSAnZWagAAmg8P/jQvyM6MO/Zp8pS8CnVy\nVOiFgKfdC5svSvgZ2IvvgtPr4L8x779g6ENgm9ETTkMIiXaxgoVBbuCbAO4o\nq2F8h0sC1Y8RVyaY79e6pbx0SVV0Divuyjc6s3eTwUc7fmX5QM8aSxS21UEf\nPrFYNjRI9fsRzpnVvNbmHeFtXTyY9GFEkQVKVdT8E5QPifQLzXQPyvb7T9V9\nkRtM8/RC5tC9GROguEkRMMDBQpaO7srQrBA3+MFaxi9HZ2yUzMPDc8c7xNa8\npOvHzWIr/dxdnrvau1PaM2DTNiBCZOGRWy9DR8Hp8uEfCoWGCHZ9nfuOeXGm\nfHCA8U+TnkKZ+ACpyW14SMxEyvM2JR3Bqdnd5/3oB6ru+DJZSE/2WK4vuvFS\nt3vsHZG+qInA7D2J99f4gDgRnzFp9fYl2O3Tq2cpTjZZZz74vHOWU8hv1UAc\nbJatON1GwrLNfZBo04hZo+CwFUo16LdmHZffOz3/4s//6kSdXY63IiGlmd9f\nSQCec3scfnTF9k3IcfGlp/ahdoJetEYjnVAZ5Bw2z7TRHULy5iNffivUlPOo\npj/S41KYBYZlm1vuM4m5o4OAaDV9+IknckczmniGG9WaGUKZL4DwvzEt/1yo\nxuIH+mAdEXKjpvke7PsKzXhoVfV0EaZX7pf+Hm7RZwJzLeBfqHvI9TEkaAFn\nXmSt\r\n=RHo/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"6.1.0","description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~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"},"_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-calendars_16.3.24_1539069042727_0.1676786699703321","host":"s3://npm-registry-packages"}},"16.3.25":{"name":"@syncfusion/ej2-calendars","version":"16.3.25","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.3.25","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"d14178bd0e70754f96828f9daaf201e8e8475338","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.3.25.tgz","fileCount":144,"integrity":"sha512-AwtGPQpYtKTm8YPuRrpEYVsOXtRUGYpmKBNKKr7GtegBuu6JXnZorzr9urQG7Ncz5LAAHc0TrgEHEbKkGsMwkA==","signatures":[{"sig":"MEQCIAOiwNi06lludZI5lvAVwCgIPCUVWg4ziI4KMvGGf87JAiA5uBN6cCjDambqxfOY78iiB0fjWt8x94bkCJYqD6BSkw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5414845,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbxbbOCRA9TVsSAnZWagAAD8MP+QD9sy7kJHXSGYiXLlXD\nOtqVIILWrEjfDbpLvJJgl0RUGj5U0p59zXcNeC6PcZX7dU9stxNqeG66Jfpv\nHrmL9LJgVCrvuU4+agyROmSV11DlIjE0d2Okzb9CoHhNZkJ317OdPSFcF69F\nFbJzMwD1m26+wvXKvdHzq2ndEuZWUnUWdp6yQ48Yf8deIBjrrovgL8RdP76i\n+67UKG2fQ/5wI4isSV/KG4Xl/uzhjKP8R7XI0pUagPWCRYwnK90iG4YVPVFn\ntYUZssGcWzHTlXWsTNRWZhZLbRzGFy1fFYF/J1y8+a2owJSJm6SgfGpEhSto\nMwHPkQFj4dpzWiiB8tQccfBKsT658KdLchpbww2AjM12TxVbk+RZTuRaW0Hr\nMSwAilvN+wfFMoYAoarbAeCVAsJhYT2a+Rs7jS4YxyUivdYvHUv8rTUSt51Q\nmSWXAPJiSUW2tnoT8axkXNmMPvl4AhxtEKKmCd6MdD1aHra44dNgkrI9gfSm\nfkFL9crEiDK3HjOLB7RVAaBzae1qO5u5MGjTqI/TGtdBLjbRKn1fD9ro6Ea1\nS5u5g/JEbhb8Uxk63hX24puFWL8ZR/m3WWTvC4BRoXM2My3MYXEnt8dz3UXf\n5h1FOYYCEWtBlYoCHt8U45RHxlLSRFzaZNAzX/BEcxzDrDvugjyFj18XBIU1\nt4Fs\r\n=mQ0t\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"6.1.0","description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.24","@syncfusion/ej2-lists":"~16.3.25","@syncfusion/ej2-inputs":"~16.3.25","@syncfusion/ej2-popups":"~16.3.25","@syncfusion/ej2-buttons":"~16.3.25"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_16.3.25_1539684045196_0.3570762379170609","host":"s3://npm-registry-packages"}},"16.3.27":{"name":"@syncfusion/ej2-calendars","version":"16.3.27","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.3.27","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"5fb6329b40ab5688e71ed5f8b122b920986d06b0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.3.27.tgz","fileCount":144,"integrity":"sha512-VnRokTukRQ/zkf58kWJAQC5YHUOUjTBdTiIdnooG9MU2tFYDL3nt5+gXjzs9T8pJo5w5oJDv9fzHUw7PXb8XUw==","signatures":[{"sig":"MEUCIQC1HzQzGrvhu+69+eFhM8Wtm5Wz+UpWGAkWPNAEbP4V0QIgUZGJ+vF8ZMpAMaxtYdqt002FfpAh4XJE96H0c2O40Ks=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5412447,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzvP+CRA9TVsSAnZWagAAvNYP/iiRjmvxLJVeeeSqpMzW\nv16owqwY28CZzsT04q3HSp1Mt3cjZw5FgepLInJtg9NdBrGdO2hI/xkrd5H+\nKOloBLf0ZkFRzZZyUrEU7+LAC6OcbFdF8bGk+sgLSQWnU5a2Y5d0GwVTRHI/\n/6sMV0qnmgxUu8tWJqrZJI/DK7xxDROmVjAUNtZZAJsm396iZnBqBDqjb89t\nNMQX7Dr5I6xuYHcmT0oiJOKF93L0cd7KZ11J6MQOcDIMnEmS8mmRp5GiTsIV\nByiZA6IfycmmwXKaJTk1kYyKmFKXd+Hvhtm6pZ6iUIIpiyKu3joE7AnKXXc5\nBeGYRhdjjynC/fHo7dffrUonrds6c/MIlfFBiRTMR8axOQGXNV2Tb/9Cpl9x\nKXdP5qNeI5x2sW6L7k8mivHOLBmPXEJhtBILX5tobCvcGFu0FzZTRRrx+wqi\nPRCxUftthO5tOeztT1bJbWsEMyosQ0Cex+JPzevEJku8bvyAIImVNZTBYvs3\n+UCYu3AkfVkZqU7egCwpGpUcM+VlgJRREZV8iQ7IQ5Xo2mRj+OqTuCpHQOjB\nM1HLPJQFFUPBySWfUjlVxkRg9RE+gv9esnm3acIpsl1YwuGh1+k9haN8yewe\nPMOp6Tx2kQBscamJ6cTqwgEtMfb+k0hHo+sn+uQ4Paa+lKtPG199kjwB6N+9\nJ+1R\r\n=5/Tq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"6.1.0","description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.24","@syncfusion/ej2-lists":"~16.3.27","@syncfusion/ej2-inputs":"~16.3.27","@syncfusion/ej2-popups":"~16.3.25","@syncfusion/ej2-buttons":"~16.3.25"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_16.3.27_1540289533869_0.803127347169523","host":"s3://npm-registry-packages"}},"16.3.29":{"name":"@syncfusion/ej2-calendars","version":"16.3.29","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.3.29","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"73d6636433ca7827d5e66d25a38d4522c2608fd8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.3.29.tgz","fileCount":144,"integrity":"sha512-p5Paf5S5guoXxPvvAvNKstNkAlRa7IzNtrhYus2qPcNGy6gn0qcVcphQcpTI9nyB5P5innlovuUgiM20WUL5Xg==","signatures":[{"sig":"MEUCIQD6ioDEhIsec2fkSR//iv4sO6CJ8jaNk9atc9R548EGDwIgXN0470sFHT3TFS3mp6OKw4ZS+hMrFH7V1qRcbi3FS8Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5420476,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2TDoCRA9TVsSAnZWagAA+6MP/2tB1PTa6dsBwvsQn2OW\n3a7x53aECGidmpfTUtChuVkgM9z2i9POKwwtaG1fg82tPBMRfn/Qd4cC7h8p\ncUJrxbpG6zLFV03m8v2E/It5mR+brPwHuPc894YYzv+edIgF5jb9RdZ+AXks\nTc69CE8xEzqWpfcKUXsQbYyRwTBuhLh+gl9C2t0ckiuXULpDmbWnMtb9M15v\nTs0lyrXx3zIsbL+GjtV2j5z+MNV9q8Y+Mt+9ORYP02bTIiad4YGk9KkXZz6C\niKkc6hfnEE1bEL7iFsHf8wD1mGc+gccs6zStyBWZhH21nAjFPWvoFQoFJYCm\nUI2GJiKZooayRnhFgODzJzA3hbwwjuJJ9qEPGjaAoREO6Po7H62ofNYMWP+p\nLSbSERzdAbrkl20+3Xeu1cQp+obhCc+K/47YekRSKrGVTnCpPfw4FfVfaPwd\ngzDEWz5L2pvMdycyRxsMab/h8UaMIHQlOOjEvNpBeLDW67/iMVqHGKXvaPbj\nMSgLx13fwNKiZeCFxZuc/P4d9iSfvTQZE2pIOEDjeWvHGF2pGhL2iegO0ejf\nDiB5Wc+rpciozi+x3RX/zAA1G9W2d17Lp2YtrqyfqJTezIb6SuT0roQOU3fT\nCO1X/jvQIU45wrg6NEkOtBAqkVd8GRoK2ebx04jaYIf70FihWpwdEVQFCEeJ\nU2zc\r\n=VyEO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"6.1.0","description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~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"},"_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-calendars_16.3.29_1540960487334_0.23128755513165467","host":"s3://npm-registry-packages"}},"16.3.30":{"name":"@syncfusion/ej2-calendars","version":"16.3.30","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.3.30","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-calendars#readme","bugs":{"url":"https://github.com/syncfusion/ej2-calendars/issues"},"dist":{"shasum":"47ed1b2a776b7979b7d1721e73feeb9bba346061","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.3.30.tgz","fileCount":144,"integrity":"sha512-2hZGKHW19oS9A1JBuUUf4eBBvEJFCPXixENfeObLFTjnK2cTq38+uKJs/AgFh9YglvOybLgYC46J9zB6Mp+S/g==","signatures":[{"sig":"MEYCIQDv8ZbZYUoB0QhmQIuicbkqwQ+CoBpqtgNRWSyoq6uy5gIhANPUoO3gAYYN7JqPSwYQf4R54bOp21JFYx7vr5ZhQQEy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5420728,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2uG1CRA9TVsSAnZWagAAvx4P/jbob8y+dPywRlfVHLc4\nCQei4SzQ9mT5VYXmvsb5Uyou6TXiG2eKi7gAi31j7yo5PQk+gda4goh77qcn\n1VRQtetZShACmN0qKJN/K7rCdcDW469c25zKMePOdI0z1k+J8F7L8zVJ/Lis\n2/g+PrXWOZWcoalvEohA5nZfxe8TT5S+RSlzvxT8zvD7Ze9qOHrV61nzSkEM\nvePSKIiSPVss9cvILv9QWOEtG9dgDvXB7n3Z1+YidDx5+SSdBa0YFunlNpxI\nH470UXxT4QDNLkBSAkArljZvqJTUmxBad+roock7/lJimeVcNLBxVv46dCJ7\noqyboLc4FxnopCuWFQ58LVYWUmocZS5jp0tU2GvQGeeMoB3zsjJ+Iacyf9zb\n0WP0DnG3l+MzwJCuZzeRBXuK/YCjbbnEu/IYrSMK4lmAF5giE8R8K4m54lRE\n8+vd8W/YZSK6raI6KjmZEKa+HBbWpof5TI0ZHbgNeFcHVq7TENzVR5wGB1m9\nZq12YRfIFwqdhn9uB9PRQbK/UsJj529NwJR02TSDd3ghj9jMqoYNwHF3atfG\nzGb31D7D8EOgR4KdhsAuKQbTHuX6dpoqZoGL5rM41dWBPbzoWiest7fdgb/U\nk/OgFqPHH666awejcWJ8MNg5sJvlZWwV/R1P1A+dV1qzVWY1uhF27JSREvI9\npgTp\r\n=oywU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-calendars.git","type":"git"},"_npmVersion":"6.1.0","description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~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"},"_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-calendars_16.3.30_1541071284430_0.6015117428953229","host":"s3://npm-registry-packages"}},"16.3.31":{"name":"@syncfusion/ej2-calendars","version":"16.3.31","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.3.31","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":"ededb03fa250d1433ab83faa67c898d36bb3f0c3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.3.31.tgz","fileCount":144,"integrity":"sha512-t4S37i2X0EzcYBMOFWYsjM75WL1vA2/BKpCZJfRP4YYlwp5M0/OqPabltPEynNtp02bLj+IwgOgWRuuOCTJAuA==","signatures":[{"sig":"MEQCIC2rQ+dUtq89GO0Oz09lFNaEqNXtU7XT/G2J6J3ItFvDAiAI07M91As4HU733niaw2OeCwQX7yhQHIE2m5LJIdq66A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5423144,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4rkKCRA9TVsSAnZWagAAh9UQAI1rUze3662RakR7ki+P\nmbXgSYXNH/zAASvEurLbwUAZTDvR2Ux4q/oWPKjpuW1UwebhYAMeK+LaecfI\nL3gWAHtvoWdrx9eJubvqH5fiLYM2L9uZKL+R9XZxhWSw/+LWpXQNKLbguIVZ\ncSiL4sZ4ZIKJVcik8kjKGNqUoe8Ppqc3Hx4deyvBE2e3HOEWeupVn6baJnv8\nZ04oFb/UH+Ng6XRnhl0pNjFsXjZUgM64W7pAZsrnQdklYWY6SXvUuSqPtaIQ\n+9s/rfjwkt78BbaIg8UTLogq9DrGVTWuTaVh+WZDf0RBv2eHqWEg56UKOSGL\nk+ILBXmDiCDDCgalClwsgVYUhZtlUBFXAJgCbMdqp28VH8N6RgbirI25i1tH\nM1KsqD6dfY0i+KADJTsjtgkp1g9rMkavDKWhxSXbio6Yip6+eUfl1ZaD2zfv\ngqzigvZB2Nfae/59fTV/X9vDC/uKkNcSMX1El91hA97KMPhOwBaeOuE4WiRj\npyXObAZLBBvdxUBjC0NGJBS9zUbDi/r4eqI3ep3S90NFGrrctixQdrJSjLNZ\nNXw898pEDCQAE46o2/Msk128w/kipPdbz16QrAWFnJOTuPbskU7LWZC5VFWc\n4w2DsdZMcH+VQ/as299gTas5bv8kh7K+elGf1uuLpbTeKpQCeayjMclqbZxT\nm608\r\n=22IX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~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"},"_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-calendars_16.3.31_1541585161656_0.5444847174774186","host":"s3://npm-registry-packages"}},"16.3.33":{"name":"@syncfusion/ej2-calendars","version":"16.3.33","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.3.33","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":"f7ff9ce0b25f5636d37b8592e75ce87542317300","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.3.33.tgz","fileCount":144,"integrity":"sha512-O97R+DHZGl2kB/JbLe3gRMhyctdTwCP7pW85ctgELEdmDNxKWYLCPfB6a6SKV86uHrWCj7ng93nTblBT7slPpQ==","signatures":[{"sig":"MEYCIQCkH8FL/aG6LHQxrrwlxl8OTLu6TPSHslTlLCqRlHpWiQIhALdzBlqEvf53JbyVeyt0YxcEyYkK3l6SL/jYrHgXs6Bu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5423169,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9Af+CRA9TVsSAnZWagAAZEgP/iMvdEefuelEir+XWvNG\nxlRSgu8NvcKgXPLA+kKJ4QOpz/QMp+u1exUK6ja/wtuFMyBQ889gvkivNk7c\n3pTwxfc4u0b5FvoqUdoeBvJr4rowZgmQfuUQMftWiYWmHXo6FWJbunoXd9fK\nYnzujHzvPnDOe1vOynUfom1NIl6zwtDcuI1m9sOILLAIyI/2rPqMrVFyLcyi\nsagRzlQ8jRRwUawPFN7K/XZK3EJUkD6LACNdeUS9xwjn0oEvcG1JvA7tCkUP\nxq82qc829u40ok2DYj9FXoygYtpO3DQSMqlZ01C1wAlGxn3oREPKHXL5CAQn\nmfiWuWBwfA6ijxrtx9kzeqeAlJHWA2Y/jBDVHVSWhDWG/pfskuD2wGuEyoMa\nn3SpQcqmq/QjtUlSWvhAwAcjpI4BVQjOQJQu1YSn8Xiu1Ntm677YGY8o3S/e\nAeb7GM0Q0nRknm8fDCbbg6FVg30YbE4EKUnAO6cPX7OWWG9S28Y5kijWOFPY\nIwSJ4n0yVkh1pcMOdYBTJrlnpOuV1sQpCnxXCtw0sezMjs1YrpgAItIv/DRe\nJEy4MhmfJ4U+rfoUFj1/9EzoqdLDVGzSbdVO/FAAaTqFFSE2t97CxYTP1FEm\nuiWuf2rSwIFRhVwQxRKLBuwuPlVT22BayISNSrWPbPhg2OK9+EWWMCPvl1SO\n0BZD\r\n=m4do\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~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"},"_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-calendars_16.3.33_1542719484965_0.2652198647056061","host":"s3://npm-registry-packages"}},"16.3.34":{"name":"@syncfusion/ej2-calendars","version":"16.3.34","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.3.34","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2241b062c31623affb6560fa080c1ed4abbcdce6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.3.34.tgz","fileCount":144,"integrity":"sha512-/ZqHTJw3l+GQOm4As86r5IVJNgaRmdtqiWZ+HSTns8am69ww9KO0yGWnEsSdxg4ll5IqmLh9jdvRPjXvIeu4PA==","signatures":[{"sig":"MEUCICnkfRSZVZ8Qmbkp7yxkFMckbTurWyRsVZK1uQMxLp6BAiEA9v8/eGtEEYaQqxs4dPxsA0pzp6W83KFMwZLoCYU1SiE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5423169,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9ia4CRA9TVsSAnZWagAA7LgP/iryPt4xEM9llI26jWuF\ncV2U3vhSVx+8PsqAktIHLjAIryf0aZyLbyGrn1NNWSOqLuipiPnrqK5/PIOr\n0jvt2frr5VgkQJwjIJlSwg6x9kAxcOyDhGcxC9QIZyONfHV29N1zu0e83FaW\np07LgbZeJiVMEPPQE3Yi2H7+phGK5cFsNkU4E3i3k2kUERgAUGb3yvpPttpV\nLGUnqr6dx1y2y3eI4LneTsL0N8uDkg2B5+AAb2TdjCKWTUxBDzvaQAJGtGky\neBrxebtHAeuwbWOiMPrQ8pux8AsPz+OAbbLJffKFBlcr5s9hkbsyTeMcJpkr\nvKN13y9Gu96G6bRer6Lma/WZ1/w9EtUhhcMH2h38dx34fdrqT8ot4WBkQCqn\nL/J8xg+DRbgOfB2ZwrkaQStMRE+SBVucjIvCLEr7dfdJiTd5XRguVNeDuw7a\nBEeYaDzSE0y0ND1GS+rg0HSEuu/5TGYwTZMKur6cW1NYdhdRsx0KbfyGhWH+\nvvHFOjwSKN7WABP9vi+L0xZfbJNdOS20Jxzkkp3pKKXuuJf/CTH9k9cuBkPE\nTDLplfWj6rsjHikBdq9GFfj+E461CUT9KSXSUU+syD55iJdEmn1Um3nFMs9Y\nvrAO+uOmWJ9oPYucf3FvgI3ZsoL4DfrnPZokMNHtA8YGdM5q5TBZ8YHsOqSu\nJUrA\r\n=vnSO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~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"},"_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-calendars_16.3.34_1542858423197_0.4619342285917223","host":"s3://npm-registry-packages"}},"16.4.40-beta":{"name":"@syncfusion/ej2-calendars","version":"16.4.40-beta","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"926870449da07773464853cb42481322fb74d150","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.4.40-beta.tgz","fileCount":232,"integrity":"sha512-3iGkh7AyAwY9LwPbkWIuM+CJRrWi+qVehael1mumeNfLjObT+JwF/OMftksHAiT/fumMqQOhJlW48H5ZCuLFfw==","signatures":[{"sig":"MEYCIQDLMuKeg5jxQA7gRXsmXEGCqkwIdE7KBZ0U366i5gZoGgIhAOkqC0qOWmG78VvcXj6O7PXvWp9qWcpkJikp2pKLiIRe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5840553,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDloeCRA9TVsSAnZWagAANXwQAJ87yoRq3jUmlkGYGZ+d\nE0VXz5iEI39I6cUm/PujGLyXN0mG7VZuzNAbRGEweQ+THz8gKNSMYO44vgZS\nXOHyfymucSQQ92E12x1j+0hsShQtR/nYBSUl6ZRwwr1+w3Ftu4CPMRN6Z38k\n8mG5v4q++qfqPO5gRvkxrI0EYxpE+v8eyJh85eyvS1wqs+onzCfjYnaxKJPf\njsNOOS7IqfB5/k3thBvXGgUbAAsh3Vih+OyBa6sSLOaKXPc8f3eUchGV+eRA\nHVRU7nyOgn3i64eNQrD0ycPauXofiLJUGFEPU0lLj8HJ+O47th0+ROzNn7GV\nP4WTchg6gaVKLy4usPDFEfS4//BrPf7BHIL6oSYQ/j5C120YoG/gGgmKkyuO\n0Mrq3A4SfzcD0DLOft1B0khRPmvxz/YnoEEOtfF4zaYVbV2CyxLrq4/GfNbb\nkX9il5SWWdfDIYTjVfl6T0x/MyhrnKZwe5FHDGOQsNtHbSYP3OH+crF1JYR4\nsqRb4gUR4agXH9JgGu7VirEgpuIMZLvNaSwvs6Ccd0BLmNU9NKm5v6ulHI5x\nQ48qf2+uMqJv1umOFt00jYmXmeRm1zht2UzvkQc/rnNYjCyzf8E+yWrBov4Y\nvHnHexrLDEC9q0enzyEbnRaVdB0BdSw5UIYvpUo+NvX9J19vkJDw2H9mhPl3\nVJnG\r\n=1Sjc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.14.0","dependencies":{"@syncfusion/ej2-base":"~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"},"_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-calendars_16.4.40-beta_1544444445307_0.13798456617681665","host":"s3://npm-registry-packages"}},"16.4.42":{"name":"@syncfusion/ej2-calendars","version":"16.4.42","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"d228d8f1b0c29c889366416000cbec33a496b658","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.4.42.tgz","fileCount":234,"integrity":"sha512-lIXrL8k3bqy4c6byyAnyn/R6/goPa6V9/dcFuV7thV7SeqQZHCaTZMH9P7ejtOgJtTT2md9BLVY+X/V1oZQwFA==","signatures":[{"sig":"MEYCIQCRfYYbA4FEj07szfjl5gghHkVgwd0NNA51+tmSHrWAsgIhAIcCGuezowDJGkH5eIvnjwhN7ftAEC7KA0S+C6HFaRn7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6243946,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcF59sCRA9TVsSAnZWagAAMx0P/ieVhOS/jwnsGfZ+hXU/\nCUz6DjrdOdDezTmatWRf+KM22Qio1qRH1+fU0N5jBID7ZsgjrBNui8KPMFgz\nBFOvZ8MZBQN3kCVJN4GArQQzfg6l8/9XcNOwdcFfXFBKJHazXOutidKBXxEc\nJ79NIHHzw2DA2LfRVWMH6QYS/EygwIOa18pvMOMZMlC2bXgE+3HXuqX0Eo71\np5bJeNAJ7miE7sUGJXSl2vFpK/K0OTIacICmRrghvQy6D2uWRCUcImrE+Ujm\nMoKWy9oB7gdqjxt6B9OM8Rxt0o8EHyjB35b8eOwgexNdKatNGYduTGRevlri\n5aG79RaD8C31b4+J2pinAg+p2DSPlln2/0KsC2SeZBW0Jsk68G1XSoSHF8VI\nOdLH9abQSiWH4DfIPaUVUig8pdwLmPM7Rhd4RKNGzVfrix3UZ+0Cl/TC4WuR\n7hYcOExDfxQWV6jCvPp8yAEdp4Egn7pDFk90aM5k6cNfNQR2lHDbiML3R0Qn\nQ3plaZAOGYQRhiRH3zMGxZrc1SD0N2DEX5R48j5ovPFNxgRSGcay4E51/cA6\nIg073pRM5yrGYKw/Iq+GJsrRB/sOSdCnN6Ge5LlOb187FratNsp9Nm7udY8U\ndxl9QAWcWXkrmYl54SJ76vXMwKqcdE35iqfOX9suIquEYdotzYSc3utcnVdX\nWpnx\r\n=3hOh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.14.0","dependencies":{"@syncfusion/ej2-base":"~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"},"_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-calendars_16.4.42_1545052011569_0.22804782001999557","host":"s3://npm-registry-packages"}},"16.4.44":{"name":"@syncfusion/ej2-calendars","version":"16.4.44","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.4.44","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c2322a9312ccd4e17c7a5b96da4adef51831b444","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.4.44.tgz","fileCount":234,"integrity":"sha512-85uKfxJ6OJ8uqlpq/4bFj41x1ZY0E5K+AAyqOPItW/r73txM5xrGuKX8jWJf4jQJUexWxOByItxZaPF5ikxDdA==","signatures":[{"sig":"MEUCIGDXfowRvp3lM0YLsFe527b4VW8KPnF1W/PxTFCAiSUqAiEAtjiO2VyzBPSD/nQAcbXVV/9u1THyPBCtJ/gYMP37aVU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6250208,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcIMymCRA9TVsSAnZWagAAUKAP/1ZUgDlN+8GhDqZwsBTJ\nJ4+FPy5bEq1+MamvsFvOhW8UqKaO59AsRev0nKvBMFBxZ9JfxcDsGUBIOtwU\nCgUBuBF4g3j39D953MWo1qzcenbTuVqsDL7d/M6yvgSNckAZlRBhsnpV3AmC\nUJZOiSkrTOg/BPn7gToXNvDZ9IdtVDjEDz+u1PC00/tOtE/RgBZGipkBeACw\nynSR2avFpekeRRmRevcMUXbjGEGj5ccX6n4dKVkzVlWet5/ui+l+yv8uRgJk\n16nEm5f9v2u5UugdCD17JG3IW3269jDp8BXD8MyFynR+sioas8gAYUX6Bz9S\nak9scoS0uzfc9cJ1iU067tm5KoFl1UCYw/lRVhVvk7AmzpipH58dwiVJMkXs\ntgwOG4/cHyYXPaqKUqFvPxTd3rRFs/kq83McWts5ysKtAyUNwFSurx1WcFFY\nH29hf1F1Edr/dRzguu36DwF9xdHFbqh0KQKVpg2DEwSmkzuDCIy9jhtlIPs0\n64h/Kk404/MewJJPmtFELby1tWs2fZymL5Eb8HysSrL4OKemFYoF1UCJmmVg\nL+dTsPy8etiWy+tvleB5+aXaelgS78GOivkirtbIWtajNzySF3Z66b7miBAc\nHxYeVFPdNyGIeuw+oXlYeHzgTAR7hjXBNULDAV5REHSers1WW4sBV7MALepZ\nGRFp\r\n=fmnz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.14.0","dependencies":{"@syncfusion/ej2-base":"~16.4.42","@syncfusion/ej2-lists":"~16.4.44","@syncfusion/ej2-inputs":"~16.4.44","@syncfusion/ej2-popups":"~16.4.44","@syncfusion/ej2-buttons":"~16.4.42"},"_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-calendars_16.4.44_1545653414069_0.7229511955088017","host":"s3://npm-registry-packages"}},"16.4.45":{"name":"@syncfusion/ej2-calendars","version":"16.4.45","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.4.45","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":"67d56a80cad3104b98ac4f92aaac59876cc1ca91","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.4.45.tgz","fileCount":234,"integrity":"sha512-dL6w8eW9HsXZZGNIK/i/VEzMoFZNSbcsL4CQtz2dotAsB14plKFQ06bbTVTfyTsg9PeQlgv+NsVa1NQeI1exPA==","signatures":[{"sig":"MEYCIQC5H0LLQ26bBtINkiq8jup8ltoqViwj0GAFqbTpoCKtOAIhAIlBR44uyyzfgo8dVBZf4W++nsJPkgj8D+tpO5THjfJs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6313671,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcLKe1CRA9TVsSAnZWagAAzmEP/jyjSKwDqEffjXjTrY1t\nkYpaJx9R18MciVXdHTdnVb/MnzuCZvEh4pSVwzLMPkqg3hDTChm1LlfYDRaY\nPH+oLA4WLlAgwi7TVwWk+aznLa4ooY4iap3a5gQhI3wrOlfNX3Tyw3bQ0u9y\nvCXA7Kb/LsttxuWMv87OBdff9UbWo3dtOI3o30Z4sU3hz041yAz9nnBy6j+A\nsQPIjTnl9nUE1pWIwt47QbqvMOxEXBcq6XEKNYwLkljjQ2bNDyyQF2j1YtDU\nsbVJ2CUwJtl0UQbUGpcgSQ/Lk0+mh0aC42SZ9vUcl3Vs9FE7ssdX2H9r0SdL\nqB3rcLspYHPbXRfDKlw3KAmBctrR3PU96vus3wpPy9/iWM20vgAuO5SlxihK\nFvAd7bjz+ANiVnTZIa5y1bz3WOdhd6kPJTm2BoWMEpuHw0lwzmWbjq0f5cZ0\nDA+g2ZFZ8EvLkiRytcjhFoOv5RzKURNJo6/VP2li7kxf9Ws5lfbXBvwstkqo\n1uUUHn4GC87N9J3pOttGOMfo8DND9cIREihdFUIpfLtrIGbX2aR4ebbt59O8\nhnwqnwbRcxHtVh8HUlJo613UX4iK9jeSkSvMiXi+3i+XPRPAYe85kIpaQD6P\noibrsgA+mGVCeQfHVkwZbOrNvFxG2u58edd7Qpbc3ryGY+qY//qVce8hlQx5\nXUWb\r\n=HWVD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.42","@syncfusion/ej2-lists":"~16.4.44","@syncfusion/ej2-inputs":"~16.4.45","@syncfusion/ej2-popups":"~16.4.45","@syncfusion/ej2-buttons":"~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-calendars_16.4.45_1546430388151_0.9016168282862795","host":"s3://npm-registry-packages"}},"16.4.46":{"name":"@syncfusion/ej2-calendars","version":"16.4.46","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.4.46","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ed64595e9669adca4e9315139d5d2070a3cd447b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.4.46.tgz","fileCount":234,"integrity":"sha512-563Prx1H1ZfuWm9DMna1WRFKIiF85r1OLtKhDjW/BYknewQCoKLZ6gD9GwFIYXzaJfzqk2TW5wMhnMdxhS1IBQ==","signatures":[{"sig":"MEQCIF3wanxoMg2TQX/JMrLtye2Nos9fDJX7RwTxIx56QVr6AiBpDw/NIIoqW36wyAIn/JEFvYe5OcyE9WSx8aCgEdM6dw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6314204,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcNIM2CRA9TVsSAnZWagAADk4P/37wZ88dbg+/SYnBhD2S\nGR7gT8BSWEZbGa/H2Jx+inkbRgax+mh3caHfpk+bEeUCXTfuN5PfP3kaJdYD\nUKAxupeSbhCWlssyHfCXPERlcbjT4urkpIw2nSGCbBXoGoHLyrVVlfBiIQL6\nCSxzEGbovyeSaQhB9j9jVlFRpKWdGt/QmkBws6YXwELwHS8DjH81IxzYuk7p\nyDbFvshLG21AuCXnkvzMHb8NwYE6TDcIZRHOoC+IpzI/ziyGKQ8LQiSKbebE\n7EW8ex1lcpCKLT1z3GYmqvLIuszEsLIADMaTEs3MiCl0bgTzVrJX6hBDiHN0\nwBpbZ9JB+WtRliOYNn4UlodZMXzUjURnNVt33f+6ECzvXLkE1sQLD6i1wJng\nAM5Tqcx3kB/HTQC/toOQteoGhTY/WAZDOZWQOjoXbh5lFP2IFlEAFuQllT3L\ndcq3NCcw1S1Wu8wzBzalx1h/BO9a/RPhhzSJDe1UHEibztky0lrRwowh9KXs\nGvLwXl5Twi61Hze/ofsE7wKPJK+AKU1w2VqSYt5EsoVt0hK++wIr1WpiKlz6\nzVrlufJ84AjOrJcrHVmpwidOcuaHXG5d2fH3LHf9XX1S+vnvVcO6hto1U1rQ\nzBZxOTN4TJrkmiwtgDGUx2RAN6uCZEai3LMr9L1WxtVoWYRdemPIP1CsCAQg\nP+BI\r\n=nr0y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.42","@syncfusion/ej2-lists":"~16.4.44","@syncfusion/ej2-inputs":"~16.4.46","@syncfusion/ej2-popups":"~16.4.45","@syncfusion/ej2-buttons":"~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-calendars_16.4.46_1546945333951_0.5005234051804746","host":"s3://npm-registry-packages"}},"16.4.47":{"name":"@syncfusion/ej2-calendars","version":"16.4.47","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"a146e8840683e97812cf352fff289a95fed4d07d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.4.47.tgz","fileCount":234,"integrity":"sha512-UOXAwOsvkbaw3xMm0jxMsziksTjS26cXUD/YMxWtyRKRiDkbcDZ1gVznTzdjY+DqxqdGWNFCHU/2Hn7p+hLkyg==","signatures":[{"sig":"MEQCIDacBuKhiQCSm9m5XX44cSg6PeFd5SDfpV9n7c3A+URaAiAovIyFu4g+0JvQsNXcULBCMHeClYFhqaqI8Zu1uWY79A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6359064,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPxH9CRA9TVsSAnZWagAAsIYQAJu1YSfDH9RSSBE+plfz\n9YNHj/yqMu4rboemGZP4N1uRLJBDRJtT9MguW1YI9xpBrsl4FADfWd4j59P1\nVzA5P9MoQeQo7YTtZB57Z0T6HtjC4VCRUmBbk066C3adftrVBCB/N++boL/A\nwQSAUG7QPyW4TsDIzucNV5HYJ23CUvmtJyDQPosi+0EzNfMZv/sSY5QlL1sR\nGE84xHVEo8PgXUWifusl5tJM8d858Rj9/fdfTEifsv1L1xm3Txiy6JI+MbJx\n1Q6JE4zWPbXcJmk39TrHyyGWhszsphWa5YM66Gmk5LxK0eBnRdI5AL2NRqoc\nTwNxbkb4LfF5lapEaxfpGmKtKWP2nAkQz0ENIPc2X/kSzh+GYqYfqrhAklyw\ns/huy/fH/IHZtVL9dEgXWpvLnkPOWDyhsa+4ONtncyL9GqyrgGkMgJu5XV3s\nTbIvadrYrR+T27Y/3KRfkIL+Uk2mrYvbjNr4GngqYyQhVM/IhfPhx+vKGI/o\niklUp0NgQDMa/7RcpAZhApGCELSn3YrvCJOCk79aYeWO0unx9jIF7gS3h+Be\n1hL7qtsL7IHSC3tyfJpTCHj2lCCqRN42pMmFb9n9R2S4OCFibMoYIsdEt8iV\ntA2HCpGl6iMKt4xM8ll2EOvknyePIdZVsV2gM222FPVwXeI1EZZiChXcrbhF\nM0z7\r\n=nte4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~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"},"_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-calendars_16.4.47_1547637244265_0.022467833332234566","host":"s3://npm-registry-packages"}},"16.4.48":{"name":"@syncfusion/ej2-calendars","version":"16.4.48","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.4.48","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0706febe0fd6711907171169b6333669b0d8f7d6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.4.48.tgz","fileCount":234,"integrity":"sha512-BLe/ZEmd7YxJ5Ia7im0K6Zc3PcUfyb2pnmdZQhh9haWzSTCTu6lbfvW0aIVbY6CTCAipwpwcNVmlr87G6PJBbw==","signatures":[{"sig":"MEYCIQCBdZrDSRuOJ1EieIpxvj5MSVS+Qqpyh3wHCinc9DrovwIhAJS2gVicaIrgnmIcD/IekYpptAYgCl5aQsMe5CNRGiR2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6342390,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRwXUCRA9TVsSAnZWagAACcIQAJSlc3Nn5g1donzlt+LX\nVt+8imrpjQw51zC+JV1WtNjcL10BUsqeqpWJfsQS4vQxt2wX+oDpWyUFx4X/\nIwOA/ojiWi8teuiFrWDpd3rBxbTwHUddHnEN5xsdjfRO7aD8H97tVrIrSNU9\nCt6byvRaqDU3CFDNbtuVaWQnemTcmFGFeIiBzX5cxmvS5vR8RaDSYX7VlinJ\n0jr/3RGsyCeeyUIHzRu1wkJ9ufBIB7XWoIy2kI+keaJ47LQ/zR4n5rKtOR87\n5eASzI0CAGo3DtU+RjWl7QIbVIPtkUBf7VCWb2M204cGp/x6FaDoYJWIqyMd\ntDW5iAE86p8DNKhlRAmEmjM0MyC7q7JtouQ9njUq4opISa2kU+fmhtEE6FgE\nu/vNv4ScgB+Mo23p8cXW9GIcPqyOhOMhPyWuVd8Ic1fLQbuIGOL1h4uO/Kvj\nN8S1UacdtbB0erMnO/06yCPuMJq42qXCStBPbkfw13Po8Kyd4tt+KCwU8VZy\nHLn8L06gt8bDwJ1XYqiVF4fFDFyA6p8lm6lnEOPgtYNRK6saS6lSQelMSKQU\n49Pi0L1KWdANKyjZbZM9xU6cde2uo0uVMe//Bry0zZlI11M4fPCiiqiNr2mI\n+zBPAXEdHn2rWh/JmKlt7BTZFp5IpG09dHKMn1tME37jhu9szA2mGTuQpiW5\nUsGp\r\n=wunt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.47","@syncfusion/ej2-lists":"~16.4.47","@syncfusion/ej2-inputs":"~16.4.48","@syncfusion/ej2-popups":"~16.4.47","@syncfusion/ej2-buttons":"~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-calendars_16.4.48_1548158419609_0.8455214778596751","host":"s3://npm-registry-packages"}},"17.1.1-beta":{"name":"@syncfusion/ej2-calendars","version":"17.1.1-beta","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"d88a83b4209baeebd821722cca85d28c5cc86788","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.1.1-beta.tgz","fileCount":246,"integrity":"sha512-/BwBy5kZ6MgoYxfX5ulzxx10SR3QO3cVE8lgke65rxxh+0NZERgw7T2Xse/qyC2a/HG77yWH/YSa/oHJPTMLjg==","signatures":[{"sig":"MEQCIGZF9o7VQnHeQuFEgN/ihkIv/QvMPjEYkSVqJtWtI9tgAiB37gxRsa3cwWTD5IhAfkwJYtHCjW228QatZc8f2+uxqg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6486611,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUFjYCRA9TVsSAnZWagAAk3YP/0MNUWC6X8JuDuXM87+8\nNlyTaM3dGQUVpG2wURXN2QxCXfmvnJZ4kD+10oRqd0kj6iC5aNmSsVZUSbEs\np1QeCE55cn5+vvlyZ69k3eTxI3EYRiVm+5nDRGT7vVxf9mGfaONiXJ7vlUk4\nTWNyBXcfDBKCT939obSqKHZJKYbCnJYKG+zjtC/809qTXl5iF5sdqkVK7v3P\nYZIUKMDQCdemtHYqRQmuAgdufVv4UU3sE7v6MJAbZvwLZn1KPF96Bi5td2E+\nTUPPAgQ0xYL15k21fWkm89w19paLGGrkqlWQnTEt2RQr2md0c5/zEynUtZZI\nmFjEuzPta2yBOk5hTS+px952Rui4x13l8F1kaWg0P5Y9Q/k7ZkrHZuYeM7aF\nMFMPNC9cxbFDedlfbAV8wXYM5aldk0jUOqCumROBi2ofg0clOlgKhvP2mGpI\ncsa+ukTctVokpQUMj29ULkcRqHBRcx8u14VnM0v+tsakZrEyYXRDKemsU8gE\n0sfA0IaXIlfFLJt5S94rVwaWb4aETpfbdt8sl/Cn5/X7yqPCegpr9S9Qtz4H\njn/phg5S1q6ki0fJdp2soihcnOhGQCifXptGHZY0BNotmwwCil35cw7MLiUH\nrxkAfYedBXCSq5Kia9cQtIunuMe8b1fD948HGpgou3XxpFKx/E9v2sWvbxXI\nYzwc\r\n=HjZf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~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"},"_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-calendars_17.1.1-beta_1548769495350_0.17465423184917817","host":"s3://npm-registry-packages"}},"16.4.52":{"name":"@syncfusion/ej2-calendars","version":"16.4.52","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"f65acb3699b18ce342c96193f4141707c0750d79","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.4.52.tgz","fileCount":234,"integrity":"sha512-InCyTiLekNYNqu2MSqRXAzj3b3DH36Y8OnOP4RpbmN9KzalorIVpo/Ow9Ejfi9w+bQqIOzwgeryrLYHKdzXAFA==","signatures":[{"sig":"MEUCIQC31sEQ5vvzO5XvGQK6jZAUI4cHFsA1xvHrnAjrGgh+5wIgSMKOXlZNGtdzbNXbVn15NblKPAaWK9Oi2SOBUzkI8Cc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6368266,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWbrmCRA9TVsSAnZWagAA0WUQAIGJJPx+F9S2K56gh4Xq\nEK61+Kp6d0ykvP2BdENspMNRAwfyE18sgkmcyJYFpUiCh3FLkedX+OCZWTZv\nzyDLNed5lc6dwqieZdDWX64/3nLzRopGAQPrlT4DVWG0J/AvWPjdBOgypVfG\nioukxCmTjYV8qhlHGe1D89xBKtnPU//Soq1efyAarsD6jYt8JFRZcYwadGyC\nAJ0Gkd+gxMm2+OXKc5Yu45zEmJBvDBJmUSZMMzHiRis96ubytGGGRkdxoLI5\nEGXpCUzNlMPISSpR/sNFFxKkFI0s4SV7RR+xuIhX1n/jg2JiVcQ0hHPQDIBv\nixtuy+xP6imYAe2PG8Z65EFmIkYQegFYTt8dpDO1J7WMLjI3FuxQQpRQfD61\nZVlEVmk+7qgY3gdtLwscxa7+3rXXpHzUHiQPBW9E6qVpAGPjl35rVJ2c3HVY\ndY7W44T6bjAc43nHqP7YZqdRBgPHYU5bleHqF86H9G8P8oowdrgrJxKQrTzR\ng1fvcM3Jb4sLpC0BRTqzqLjfNuWeb1/Oz7Om0vazIz0Gmlana6qGzz6PRShA\ntiAT9sy6Ok4fcsiTZNh2dO4G6zXmU37BtyCeSkTev/8w5pHNBDINlYLxfBjn\n32PKPAq45MySdy3DlZbOyRlvESDZcNxEPJHsGzd7KODz+S86yy+Q3IpxwM90\nh1uK\r\n=ecnl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~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"},"_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-calendars_16.4.52_1549384421923_0.42035329084677864","host":"s3://npm-registry-packages"}},"16.4.53":{"name":"@syncfusion/ej2-calendars","version":"16.4.53","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"ce78067c35e870dd5b09f053bb366db344b2d708","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.4.53.tgz","fileCount":234,"integrity":"sha512-js5erZNNcEgq342MQh6ewCCsshYmIXtrlGu0TIrv+oKqEpmbsCrBQ+c6l4712Ayl8geZFX8nuIP0/PXQlwxZuA==","signatures":[{"sig":"MEUCIQCUnmFmpOG1dnBrzcgRY05foCuzhY4wnb1u5X+mpkEPcwIgaue13IZAs7pnX0DJzWe79J6Qi9Eao6rcyw8li7jaDFQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6436364,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcY+zICRA9TVsSAnZWagAAYQ8P/AqLeWTPobfq73CO0MHh\nBZEGwygJihiu9EAFYOAnUcr7479PLa1BL4fs6kXlH1VZHWgw9SKpXZXnGKAh\ngsHoSiwkZtvvAseOXgKZwGd+gY7fgXWvFwFcS2YtVGUSBd/u4cldKIULYh4b\n5NSW9zCYGjVIOdsnoeUYde21BU4tj43mWE9wTNF/Mp+RS+pH36JYyuDLRQFn\npIbfcDSzm5nz1lk0Eyyz5KqepV4hhKEA4Slr0YsoKnyT2VLptlLCe5O2lO48\nu+nczU2WmdT3dZcplxN7PwqwkIafy8ZDpg3h03GtoBIzSxC/dbZVBsobxxiI\nowrOBJHssBWShwjxzzVrST5DXFPLb2I2ujQeUxxFY4Q5Klnlv84m75k0q2if\nuZ20Ce0Y6vBL+qXEHas8w5sH49GM6pOSGKJJwFMd+UOHXphW5ENUWZIj826I\nhAG+8QLlkVmfyxlCFIG1Pr7sqDve6HpMJuqQXjZBDe7x0RvIX4VWwkfTfTtE\nOoJzOKi8wW2YDp/F6HYS36D3lhG8oTtVR5udm/ch5hrFK01ZVmBwa/2TqL8Q\np+wTPX4O9vgdqkVzD4OW4n6E7MvesktS2s2qK3DsIuel45+mOn4ZCkFiftY+\n+sheF7V392BOTsC+yu7NdmXf1Ahkep9urc2Iq9Fa73lE7+W8WIN5hgLB9Xky\nifLB\r\n=Apzu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.52","@syncfusion/ej2-lists":"~16.4.52","@syncfusion/ej2-inputs":"~16.4.53","@syncfusion/ej2-popups":"~16.4.53","@syncfusion/ej2-buttons":"~16.4.53"},"_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-calendars_16.4.53_1550052551206_0.4957204848761234","host":"s3://npm-registry-packages"}},"16.4.54":{"name":"@syncfusion/ej2-calendars","version":"16.4.54","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.4.54","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3badfd70e9907761f9fecbe852d7097839e83b45","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.4.54.tgz","fileCount":234,"integrity":"sha512-8yb9FKHtuChEpAWAwA2AFxUMy97AN/zpkwTeBp1EZxcPZwNsCPCWcn+riX6vj64x7Zk3/D/LYaFP9xpd+XZloA==","signatures":[{"sig":"MEUCIBDvn2zLdYFznIVjhJp75r1cSczBLiLkZBboZz6aYZNYAiEA45SZxhSlhJZmgyRH7ShItg82i/OinNDvXO6Oj9y7w/o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6482384,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJca7AUCRA9TVsSAnZWagAAqBwP/iTmvOFAAu5Y38bKXhuj\niFgnNxjZamxrqA+ykx/6J/OOG6boNhPcSUPypIbVrIw+SD/TWsMY34HAR1LR\n3yydjTpYLAAeec7wOC4Ou5BTN62hWPM/LF+8zEVaBcKtEPam/AzpzQUba0Ym\n3Ys4vN115EV0vXjFnCA1FX7vUkUF17Wy5jGFPmaH/kShRcFF6VAzlWtK8GsL\ns6HymzEztZw01EHyzhXdiQjpouoRzrrUTsgfZ6wxfk/3aGhtoqpsqXL1GIrI\n79OcxD48+Lx71+woF8WUx7GP06wFNRqUdXMHOy47FWlKL/R6bMo52zU02du8\nMnJcV+bl2U5NtTugEqp92MH5E4KbwmmdmOPVkOB9DgcJ0PVJMxJcVQwkws6g\nVrRRkTj47QWiHebKnSXdZDQ5I25I/KSbl2RmrfYHs/YQUdGDcgcqEt4ChXnJ\neNX/bp1XeRGmxHR24S2Ks4H0bLndNrzQgDz47aphTHh7E+r059lEbQ3BeR+s\nOp2xFaCd26Qdow8cUpKsfeDWLNJN/QZXa7spfpke3yDvfdXbhBbjlguRQkQc\nxsHglT8LUSEJ6lHedNOKZghjGhPFfZRtkx6DbPuSK6vqxQsGkvsvm5I1t3GG\nWrRUsZxDDv3Z81kmXf5NTI5JZm6sTjWp+g869Wue8mHGGgbL2tzz+GnS8W1l\nmAH2\r\n=RsN8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.52","@syncfusion/ej2-lists":"~16.4.52","@syncfusion/ej2-inputs":"~16.4.54","@syncfusion/ej2-popups":"~16.4.54","@syncfusion/ej2-buttons":"~16.4.53"},"_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-calendars_16.4.54_1550561299287_0.767392669409025","host":"s3://npm-registry-packages"}},"16.4.55":{"name":"@syncfusion/ej2-calendars","version":"16.4.55","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@16.4.55","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8412bad883db9bd1c0f4ef2658ff0bdacac45026","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-16.4.55.tgz","fileCount":234,"integrity":"sha512-fWQTS2yQjz45ROJpsm62S/zW2ZL6+mBVPlyIJLGsNiN46n0OTS3WWbgmQ+u4dcc4ZVpgQzdzfTb79hCBQ07SLw==","signatures":[{"sig":"MEUCIAV4C34BNKrekYEzQLcAxKTyQmuCLu5fPPnLvCbUXvabAiEAo4uBhdCciQ/FND5MPaC+1Zt/vce5bQadeASjTMkAtGg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6482623,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdjmuCRA9TVsSAnZWagAAUowP/2HFkk118ifDG1viWE/1\nk4QmnfzOmkgg0Zm1ZKrzyIv8XrirV7PWd3bpjoRJRGePxeM1zcHK0w1cwCb9\nD11XTY8wGgFd64dWSB2GW3zUQ7HJMLS5+fTRoDArt3pmJDY1f2qOqoicVt43\nobnoSjLZe7FvvijAv00Hm+oWtdLRDBn0VD4XLadsAJPsaB3hFJE2eRODkqN6\n/IkfQAVLUUe5oO55R3nIH3/UUGfiyQDZHz2T59PUe6bF07OSkudJr+0u0BFJ\nM0wqltSNBt5YvOY7sVuyetVJMld9YXG9TPgdqlNxjb3mzCgMuA2DCpFZrNQa\n+0IQiTkazC4D/YGLcvvi3tZEKaLGocEPUq+cPtbRE34Lh5oUeGm5CRnIO0dd\ncFIhgq9GHEl/wQP1ZJE4WVPVjyB+8UywbRm4KLi6yULY8TuJ6ytkQfuQr4/+\nkINi55cAL9xnEzTfl4M8L04CzhMCj85J/mdc1JMbPXmon9NxJ0EFmZzrIIk0\ne3yllncrpHsMgqCy1voqnrJG5+VWXhej68rnOKSor72rObAGNAA3FMdeTs7X\nFnatieYVtpMy4bdu+MtiYQeHcWbE5oHsmFReMXRdHbMdYyJhKWroPhDIev95\ngCyuTtuvI5DCKavXaj4hQx1IO96iBEFlbOXr7exNYS7cukRRY8+b/5BO1ATI\nPwg9\r\n=2DVP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.52","@syncfusion/ej2-lists":"~16.4.52","@syncfusion/ej2-inputs":"~16.4.55","@syncfusion/ej2-popups":"~16.4.54","@syncfusion/ej2-buttons":"~16.4.55"},"_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-calendars_16.4.55_1551251886038_0.9572058504096668","host":"s3://npm-registry-packages"}},"17.1.32-beta":{"name":"@syncfusion/ej2-calendars","version":"17.1.32-beta","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"9aab0bb3ecac4946301f5ad6b8dc64ef4da354a1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.1.32-beta.tgz","fileCount":268,"integrity":"sha512-BdPbfBpYAjtnnzL57aL0+B2qtztqKGhKCjzkKfQILqfpKIYPGRhP2R+Ww5dVn0NIHYiLyoNCa5mBh1BO1Itvsg==","signatures":[{"sig":"MEUCIQCwrUodoD25DE9Bd+pmrSD+UUJILTINoJNnkpi4x/UzIgIgfx64mQklquWzX9BQbu1NgN5ApXgsSCGkXlMsSmOy4E0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6956557,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciRzvCRA9TVsSAnZWagAAAnMQAIYDJ0J7P0IjBaJoDu+m\n9P2rS5xebnRjg+jItL27vbgD8zDC1vGC65YJbtB4S+zZ1ed/6KnfytWWfh0n\nrBJTGhgmUH0LSMMrn/iuPKDGCj6D1STgoyiuRSU+aRTwX7mBhqMhibSuLEeg\nl9JjQv9kwdNdq6jcj0pwZTlp4oXLf6LSIhFavke1JYMqOu79rlQUpy/fY9nO\nZgjqfpCfn7hC5OM00zCdBjSsoptzt3m17Nzmg30ylUhocxnW2LbU+OtTrgT/\nargb8XB5zJ1VDTf05EeLwlUy3Ps8kDtsLMOrTg0ym1fVW7DecWsQLOUkysk4\n719hpSbitALeKSEiRcJJfyLHkvxvTjBgq5G+e2tthqHIQV8+pZtiIHlj4XLO\nnugc+D7PvePgp4rgVaPUtoEPvJKX3kxqm8GaTYr6CxLbm+qK7DbztaKD6so3\nRXGowswDP9iiMPedQri93+XdDlN/bLju5IR4fMbqlCPNT8/Vbu9s2E8IVQRA\nMpSsUOpF7q2q5ymkM5daou3Cuxeiz9PJ1vWVMldAbuu9cUrM9xjJzHR42fHO\nMsFMp4kWXwzitMGW6i2Jab38WSjIKrIh6P/2JyKkARgQLiROsCYZpTnL79oD\nnzQZdZoBR3GXODnjTTvfDbR/7Gs1i2NLCoWAkCY8ePcUdv/vmkYOLxQDLa7t\n2R5p\r\n=symD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.1","dependencies":{"@syncfusion/ej2-base":"~17.1.32-beta","@syncfusion/ej2-lists":"~17.1.32-beta","@syncfusion/ej2-inputs":"~17.1.32-beta","@syncfusion/ej2-popups":"~17.1.32-beta","@syncfusion/ej2-buttons":"~17.1.32-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.1.32-beta_1552489710677_0.1095662796647785","host":"s3://npm-registry-packages"}},"17.1.38":{"name":"@syncfusion/ej2-calendars","version":"17.1.38","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"41a4cf74b56382bb2bf5cf54938cba35a2734123","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.1.38.tgz","fileCount":280,"integrity":"sha512-ZX/h1PTg/TbVb9qrzt7j2WERqnjMF/IHEkWHWyGq8tot6Jel1FncpDp1+wh0xrcF4FF9lGUoxhrIPCsa+mHo2g==","signatures":[{"sig":"MEUCIQC3M9mYv6dJNcPoysFFvOVQC2MGzT1QspjE5R7qZdLMswIgLcYDJJ4tBcV0mvn5LLWG8bUs7UFXYJNG0ExO9asiy+8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7069448,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcncmlCRA9TVsSAnZWagAAMAQQAI8kOuPRqMEHA0DzZxOZ\n57oJdhaX4foF27o3uh0Z9+owodE52rW6/81kov/paXmGkM5pZQ0z07Lrqxet\n1sDhw1l5aWFvdn+8Rvce7GqdeB+/Rp55ZHika/GvjaSA9Ns7H4Ndmo9zWOMB\nyCAWCLZnJyEulV7Zd+Zn+x9i+ej1K02yGVC6zb4lBJr4+IkxGJQOaP8yuIyt\nto4V6UCBmKnjWjtAhTNtsMmr02bpSvx0vLXYHjykzisiTXPLyYQlfK/aVSLt\nDD8tYNt0pUAO6MHh+kPtpOh28dV7Mn3JjDonon0K7PYJnBILzYW7xrEgREBA\nG5blOQGKAj1uvtpLF73UCvsRcKcHS8/Om5QWn6s+XwuoB2e0hIG9oh2QNcn3\nSWAB4yoJXMbaQTOGQ6BBA3AV+SilkUtQ/VOubNkC9HxHsN7XTbqkBLhAX0mG\nrwJPlsP9YLDGviXEI9sN61f2nNNe8S6c+svvIKBdqLbyWAp+Q6paXpUDxzg3\nUZN7zR5/W7rY8BMYS8tCvCA33Cr2CygG2KvZ/ROaEmdWDAY09O3lSPk342C8\nfQtMtgzn5/8jNfTh5KsZAup/rArVQeykLUWZWZ+kGKdHd0WE3SPPDlzB8Xzm\n4Z+LijR4V9449vl6PLqJcF8ab05c6nEB47AImJyY2Wg6JGJIMGz++vYoBQ5l\nvuYG\r\n=AJsW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.1","dependencies":{"@syncfusion/ej2-base":"~17.1.38","@syncfusion/ej2-lists":"~17.1.38","@syncfusion/ej2-inputs":"~17.1.38","@syncfusion/ej2-popups":"~17.1.38","@syncfusion/ej2-buttons":"~17.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.1.38_1553844645022_0.2013733922497123","host":"s3://npm-registry-packages"}},"17.1.41":{"name":"@syncfusion/ej2-calendars","version":"17.1.41","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@17.1.41","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d82dbfe91f85cd2a3f0866392636f57c4a2e81bd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.1.41.tgz","fileCount":280,"integrity":"sha512-VoVLrLF0C9pyezwmQL8kvc6xoablzO25HyZ+4vQ+4yMcnD6GZQ/VQL0F9r3QwoU+Y7YDfDjx7rc0CqVTkj8nxg==","signatures":[{"sig":"MEUCIHIewXtmRoKaZqoe/CevmE5ml+7XsmYTf8J753Bz/GV3AiEA1NFWyTIN4QDijc2A3C+mJbZXBQUtvS/xdJq37j609pg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7098777,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJctbfiCRA9TVsSAnZWagAABlwQAKJggp3oHnpj8pRA0ezz\nRv9+tVu98skemlJcxjwsXpzvvibabxahQ9MCdHK4JDRwftocwO6qvtXhsqj7\nwbfLP0lDifS8ZcRmasYl0JKU8RyKmHJYVBfGu8Rk+6NYJGtpUxGpWTDvOIoc\nNjWLmxhv0OGmLuRwAqmZP/cs9G37Kc3//z5CR8XNJJyMY29Mxvf+pASnlG9R\nUetRocTMU3ut8T76s6PXbzEqaCn2POUDU6jfJiGQ8eo2CE5sunmYx1RdMwPf\nYY1JC8pVSUsvxn7E70u9Q4nalHCj5Dxo5ydYzGhSP6srvSdV2nXjxsonPSZW\n55g0Lv7uEyaHt7bpbed5kTxsAmEzzaaPk2sxUk8D5NLQXEo+pCoWPUsjq+3u\noAG+ortx2WPIFCRJ6ylbMo2IpUUdsRQgVlLWRHgTLnrhPH6Haju4qN0v0YO9\nWNWsttngfXugVzuwFMI3mzBy/SL5AnRybBUBJdEfl1dgdssdgvWbfabw6rmS\ni3WCUGTIir1jfAg2JWDQDWv0XIycRhv2gZ/imFu2j4E+t1T4cBmY6FrfCtLL\nCfWBASrrgu2m0DpJ1lvhoWREevOwg7EwfkQudvBnWXL5+McB30sodoBPe9a9\nOnXoJ7KC44DmGffewItTL3TlRrDqlzddsHzT7iNhReoZpM6QfHEAD75Is6I1\n9mrE\r\n=JMZh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.1","dependencies":{"@syncfusion/ej2-base":"~17.1.38","@syncfusion/ej2-lists":"~17.1.40","@syncfusion/ej2-inputs":"~17.1.41","@syncfusion/ej2-popups":"~17.1.40","@syncfusion/ej2-buttons":"~17.1.40"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.1.41_1555412961888_0.8444161811958955","host":"s3://npm-registry-packages"}},"17.1.42":{"name":"@syncfusion/ej2-calendars","version":"17.1.42","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"4c6cd305b4fc29ab13e2dd87759bb6dc50d96ba3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.1.42.tgz","fileCount":280,"integrity":"sha512-XQbgl0rq1WdvcxABloo7By4q2KJGpGNv+pEQsFDrJFGn9yNrYiTWu6WqrOwavdZ/+E79Ei3DK/a9MrSZV553YA==","signatures":[{"sig":"MEQCICqCuegW7ZC/y52tUijuuSlecDRjqT6px9Fu6/4B/S2tAiAg0nD++3GAyQufIvCg7F2MOtCAPXUoBDPtMI2Mu0H15g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7101387,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcvtWpCRA9TVsSAnZWagAAYXUP/Rjlt8EUyvr8XmeXRfMX\nCX0153V53BIkKjTUlOgUpnTriyqptHqSWecqE5lpLmbY7F8Oxm93et/2mXzh\ns0KzmRlB6Y2H7MoXZYbyGRMmugJte7oYfci9kkh/O0esJclL559+Ur6DLh8M\nHF6RdRtQsslIYbXtSaq2L8EkeXZoFFJUQdQtFzIAHKnAxjfahS+7heju0Ruw\nYMb57ZhR88oN0jXz+4sN3TpKyna+yvqKZ86anvgH3JgIEV4JWCki+MRZBX45\n1mAkjm/t3aZsxC6b3ULMU+ApOz26EoIqbLTzkFxyh3zCtZ9gH2Ov+GezwVyv\n8seoicUEMdm4vhS11ncaK84tgpgQ3gYv1s413hcp/fhH66ZaPmgfb892GXfu\ni/odEI9tzWK5Pb7/kXIc62ndPxxJbmTFZuGDEQuectRTwPnEdKXT/3bQOtv1\nBsTXi1/sZgq0RxbAxQyR1XGDTO4a5im3Fo34mjHgBW3wjeY4D+U51nSx+JU+\ndcRUxXSZfWy0fYDEPP8rTIvzrB7ScnO50gpaB5WHYbUkJpGLoxUFmmt1rL1W\ngJFIKD1reL4gGUQ4V8tqVdz2xx63j7fDcOam4iO4RberL2wImEsPAexrvvjn\nO8uMsc9BvpLyL1/GVRPZCX5LDtShopGgrJDyAqr4zNrgTN3b3oirFBwxAhoH\nez6T\r\n=/v8p\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.42","@syncfusion/ej2-lists":"~17.1.42","@syncfusion/ej2-inputs":"~17.1.42","@syncfusion/ej2-popups":"~17.1.42","@syncfusion/ej2-buttons":"~17.1.42"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.1.42_1556010408433_0.8928533406559342","host":"s3://npm-registry-packages"}},"17.1.43":{"name":"@syncfusion/ej2-calendars","version":"17.1.43","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@17.1.43","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a0a7294936320b25c59d43251c7768779e8d4b14","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.1.43.tgz","fileCount":280,"integrity":"sha512-bsXTMOLx6ryJXZIp/JVOd2OZuf87EqYxMfvKxaAn5d11nvYLRqqfKnLCbLzZI33QCqwzuVf8emwDsSdeSDV2GQ==","signatures":[{"sig":"MEQCIHjRQX6xDuTNeOmdJ70Zcgu86O4XWBxoCX/BI5vYSWuoAiBzLcwa3ShQdHA4apV874+3CMkeM2sHTxYTPvW1ZFLx9w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7101121,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcyCE+CRA9TVsSAnZWagAA20cP/juZKZTsewAn06lG6oE+\nIcFXjrSJUOy/z25J2JEB8dL5V0j84N2L60bSryknFHKwYxil9H+1tonHl5h5\nlkjfivl/7jfVDV1qSDUMKVCyxBMa27vZN2jFD1rxMF0bDztDcgFuzMzDFXOt\nFlvjjjJL44pP6GRA2PHUDp3jhULrJU8q6g+y6Y4mYJu9ntgsCBO43dryTDoA\nOA2XFOWIbWTt7Tej30vnj5NeYWaT6q4LmJupnLjy4Q6ynNiblN+tsl1bu9ln\nd5Ldjhc0QzW98mxA9Id5dQbmAu+/tSED5f2tFHt8o6sjtJH2q2lBWbW6DME+\ngZOYssYVxiS/JRIHLGPRlJXwWDVgTdMOVDLQN1rO5A+AzQScG8Yyy4hxcINo\nLT6qYYyEd4NIBjP1CpimBfRBUwYp+kgqojniqVKkEjsuDIZyYtkJPSNpIsbX\n/ABedW2Xw+ooj6R09S9VWZNhZvao/t2eMIx1VApuwDw5TAxFJa2NLsMBH0Ky\niSeikmqViWvkWPRd/QVNWlOr/cqTa0azpWWjwd+eRnDM2XEEBg5PwYMysNpN\nHbrGO3J9d64phkruYW7MivP+hf5oWYeSnZuRoulrMnncm3ZEg1BUckNrkCEf\nIL2+mviPg0CSI8KcCwGk8AoPagrGYZIaYA+aFi2jT6trwb1Qq+bA0/V396yf\nI2OD\r\n=94Qi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.43","@syncfusion/ej2-lists":"~17.1.43","@syncfusion/ej2-inputs":"~17.1.42","@syncfusion/ej2-popups":"~17.1.42","@syncfusion/ej2-buttons":"~17.1.42"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.1.43_1556619582019_0.894016165843418","host":"s3://npm-registry-packages"}},"17.1.47":{"name":"@syncfusion/ej2-calendars","version":"17.1.47","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"af29317763add5725e4e5adc15a39d8ae578a62f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.1.47.tgz","fileCount":280,"integrity":"sha512-0e0sJFe4jdRtCr3LytfA2z80GLqiyjS0iTplFpG8SY/evJHuoelcoRHaxCU/qDm1Q75JXYRs1S/wnAMSTf7Ojg==","signatures":[{"sig":"MEUCIQCZKhCJ/7SN4bqIi37u5pX/yx0ExidNMNIduvEqFfXt4gIgT02iXPYSaPHKW8B8w4Q7mmH0LmfJB9cDWhgpE+F968I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7108827,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc2ps2CRA9TVsSAnZWagAANhYP+gMqTXEF9nVAgrG2QSX6\nJ/iTmVhpGUev7cFzMWz+9jT+JNv91kBaC/g4f4WuiMStCWXrGydkx72kwed0\nCN8Vq09LIkzeFVRajJecXpyYTupdnLclvwFAPxy6IMMrSEPX7xvHCz2DsX34\nQomadYqJp1MyBjFO1nzVk3Izi5V/iOOBKJqxSGwYOhXOxwJz+u7Ed4F7g4eo\n9TsyVdK31055GiTJvrtaxGsX1FsGczPGZ/BwWIdfi4PiezQFIbs0x+UfsuH9\nl4NNTdsoRMQbvJlvIHxVcGNPRjj9u2rGeKelE09kxsmgC/e0ms7WZccAmreW\nOYKq1c2mxxUNhQmPaQ1/8Rf+gixRBd+DFACDlRTMnfJqCuhGAKJS+6rvzIKu\nuGYJrZwtxI83r/Vi+TbeIc3jHMBG66ZIOGK6mMUVDEsKCCDFOBQNuZzGTa7S\ne2zglH6erdOR9NvgD7owjzG9NGqGglLzKSpHqBSOlTm0AwPovvD68+AJ+hUJ\nBSO6q5Y0pAPdcqxPFnWAhVv6v1Dpb0ZMehFH9/IhKeeqm0x7kRGimmF9z90z\nETfz6MNibTaT+1KcFbvGJgf9fxFCATAJ/ujvYsTO2CaplaBIujTiCI8EjzCE\n/DUWflTKmeZeQykbwovRuM1ryjyclg4Y4GyMc+jjlfoWVyOsR7arRgGuP8GC\nYydj\r\n=SmRW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.47","@syncfusion/ej2-lists":"~17.1.47","@syncfusion/ej2-inputs":"~17.1.47","@syncfusion/ej2-popups":"~17.1.47","@syncfusion/ej2-buttons":"~17.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.1.47_1557830453740_0.5851159440275291","host":"s3://npm-registry-packages"}},"17.1.48":{"name":"@syncfusion/ej2-calendars","version":"17.1.48","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@17.1.48","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"aed40fc516f3938d1131221cabfa9d222d23f479","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.1.48.tgz","fileCount":280,"integrity":"sha512-oUSYPH+uDD7M7v43yF8Reqi1a3qlrb5s+xIIAoCAsQE/GMI8tKGG6YMw/rNT37gGpubgQoAUQlO2O2tP8KAo7Q==","signatures":[{"sig":"MEYCIQC2a9vzMc/eDh2ri3tpfcy9vxExe25A4u8ip+pitBbGVAIhAKCjXdzQYShasbHLkLI76GELjDFILrK5QoeUtW+7/ksW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7112008,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc4+u7CRA9TVsSAnZWagAA514QAJyClokLMqdd+rOLoxVm\nEgIhleb7Q0BqKotlNq90v8RzFf+8A4GHhip8VahbaCf8tIwcHPIabfls8wJ3\nYvS2rTkCX9VaRRJ/96alfLQ66eytDzaVHnIsl6pU81xkeqhsGXI7tBy6qpyr\nPL9N+tLCt2CzLYUVg7/OAiu1jeg8eXsmJlZxpL6fY195PNUghL9juLF8O7vf\nKzXM78gko3tjzY5SVoLdhm1YUInZmQ46+0e7qEisE1t5WH86JLdB4QSDM5rT\nTljIcjAsj1zW7s6pMAivYUlsFYsSTLKohvApLSqtTU0OOEOXT2IxVfU9iroQ\n+S7fnmxIIbhnennP4E/Zuh8M3lznxxrcIXF0E4j4uDR3TKkLfwy7xs1CBJwI\nSqwcn085OouGbDJVSkZldfzwM0YVRcMtE/Sak9iHBOwa5f37ttJjAYtVIBgW\nLQrIlr324jjySxPa+WoEo9Ab5wlw75mE1IYCzwfVApWwZPHH6Qyn8/qKW/9A\nAmWgyrCxno5q5B4+GdsP1IguwLEJSjTEDyOOPIV5w+z5CvFavp+Ol+4B8tqD\nXXAgmRrYUlTjKnvYoy3WZ3CChV/VJe1HkZczmg8vyRYyppu2Sm7/vyumh4z9\nNmptxCVpD2cp+E6d69WTKwyKF7hk/VQszBz72MkCDAwFUJxtBlZct73+e6km\nlVH3\r\n=frfS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.48","@syncfusion/ej2-lists":"~17.1.47","@syncfusion/ej2-inputs":"~17.1.47","@syncfusion/ej2-popups":"~17.1.47","@syncfusion/ej2-buttons":"~17.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.1.48_1558440890711_0.1406751121060288","host":"s3://npm-registry-packages"}},"17.1.49":{"name":"@syncfusion/ej2-calendars","version":"17.1.49","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"fdd37fca2e46c8a32acae54a160fc60631fa3543","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.1.49.tgz","fileCount":280,"integrity":"sha512-RfqGnLwk2Wqy7zeblWXPo52NK7G6WXuqF6UGOU1UZp9RTH6Z8nkEqRNK4QtQrrW+Uy+Tl07/ydqvh/K+R68Tgg==","signatures":[{"sig":"MEUCIBHHijJrbZRWacy587yf0llubCwA8EPJi9LCoR+nq2d4AiEAvPDkLksqbhQC/ANPo6qSLwb34O2QxSjdwhpUmMS8F7s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7119557,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc7ji/CRA9TVsSAnZWagAAjlMP/21rneAYxUAMjj0wJvjy\nBTS/JF0oNLLMSsEDXK/mw3/5GDeBpF4QDkVRym6gKoXQll4a9l/++0xWTe+B\n0NcK9OxW/kPNmiiz5kdJl82t37yEmd7hQjsqiG+9XSLRsPZUQZGg5btZ9P2Z\nToNCNlbFAEs07R52MtiqZM/HQf7jLJX8bMr6YHEyD5USMFyNid6d93VKJ90D\nkS8k774fzQ6hHIRaE8W3DPc1mNGZCC1vyEnF0RXj2NbCxYjDJYv8FmoRT/T9\nh0lwPFzfD5FDAjJnZKwjfyW57z2xJ7I4f6eY6IYk2ZRsCb1yAizLpY8iIiWk\nAlK5E6li+b29yYrT2z2gAAtmsXoWUvdqG0h2bYYfccgYRFYhIypmtUyO1tYz\nzdDPiRJVVXzs782H5Jm47i8BMcOh2ZFcBxveoWm7/ZAULG9WvqGmqWha/akW\nDZHU7GAxruG8vAqoIS1r2jrL3vSk6ErIFfaZdh17kYnzZgVl1/BkeJpfzdcA\na6Vx++6SnNl3Itv+THR2hjc6Lx+rLirTW/VxfBNSrjFMZMmnbeE1CwxPhzUk\njJRS2lZIg1ifsO6MqtwPi/MX0VX+jiEk0/NJ6wMdJxT+XrhKwXE9J4jBuED6\n7nwJuTIW8dOjcsoCIWLsdEsYZoGkbuVR1v/cRqOIwf8GBiNPDP1VF2p9zAG/\njB7m\r\n=NVHF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"337dd9b3abb6946d1ad5a377137440e6ebae029f","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-17.1.48.tgz","_integrity":"sha512-UmO0IL/28ni1Vcap8fyK6iDWxP77V8fVz/TPxtKjvdfvpTI05FWk9lYcS/n2kwmz/Uv9hmuSCD2ONsJq/dD72g==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.49","@syncfusion/ej2-lists":"~17.1.47","@syncfusion/ej2-inputs":"~17.1.49","@syncfusion/ej2-popups":"~17.1.47","@syncfusion/ej2-buttons":"~17.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.1.49_1559115966364_0.13682019023894854","host":"s3://npm-registry-packages"}},"17.1.51":{"name":"@syncfusion/ej2-calendars","version":"17.1.51","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@17.1.51","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f94200dde9f023c95d1f04648f008fbb400a668b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.1.51.tgz","fileCount":280,"integrity":"sha512-m+niD1lNTlSHNtJZR3QtjSk8QuYv5SEWfhoYPDBHFJikA0YqYlXliPRwgqA0jpgqnpVA5rzYe2dPPr48BuqUyA==","signatures":[{"sig":"MEYCIQCIur9nCBRmcZ6BbKkB2xsb8mnFNlD3Q0wcLRJHiQZD4gIhAJ+BHzOoDmIw9WvqNWQMEZ7nq/f/FsWkJiDMFSfr47V3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7160589,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc/6FeCRA9TVsSAnZWagAA9gEQAKCrLXdrYQH5eX11E0Vw\n8EXztwVLfyP9glr/+upr2xUx0OdOflsJQYpuW3vE8xFvuKX6owaoYo1Xfp33\nbVqNykM5rKHGarWj3ILWQU4Oqu1an8k1xxghyHGE1dVZRz0xqjj/xyj+mOkB\nzqs28PoUKiH0ohg7Weg0UyATmI02kO84Ud5mrYZUf905N1rVi6cyYKLpmlG/\n2G053gYlF9itIgXnTQe1RAGXvuqJMzv9NCwjTOeQhe5/o+f+ZjADyJfM6ISJ\nGXVfKLyoLYCgjx4OEAqWIouBkdWmuQxsza6Sg1s+UIAI6vtDIBDGiA/tJmLh\nnsx9p5yfN5j46XkOsEkCYfQldaqPhgSrz+CkCK7/NQ/Zm2Yn+HS5js+Yltwb\n5jqYNPgZNJG628zv3cvorak0wgDvLaJZgFoRcpkJKBkgy42BFBRce/oE1klz\n+lfuovs5ugkJIs9J/ltD31p//mIwQx9Mjftaw/QELQd7b+w9bJ1Cw4jWmT6y\nJ3LMYTphYxvgwtRjBQdQ4lm+uhR6joy9MDTBfG2XwYnp6jEUZ5sHEs/x9SVj\nMJe/gOWGip6z6lPZknmV4aFS2YcoPY3cgN+7F4EzFFQSObgCknAny1290e/9\nWIwWA7bf843ZGK6qhijZql4yrp59quxAhBzpwEc7M+Fd5GtgO3yM6czoGuPo\n+hdY\r\n=rMAv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"5f0a740d6549ba66524ffd4479876ea30f0c7fc5","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-17.1.49.tgz","_integrity":"sha512-a/U49HoVR0OsyHN/Ve3GbV+7rFHjX1uPlkq0oIElYiunle0hCzdNElNcDlxQKYabPZCJwrDuomZBQVdEG71mig==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.49","@syncfusion/ej2-lists":"~17.1.47","@syncfusion/ej2-inputs":"~17.1.50","@syncfusion/ej2-popups":"~17.1.50","@syncfusion/ej2-buttons":"~17.1.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.1.51_1560256861846_0.666337519303674","host":"s3://npm-registry-packages"}},"17.2.28-beta":{"name":"@syncfusion/ej2-calendars","version":"17.2.28-beta","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"61c2bf634edcb4e3969a761e48bc5982c4c888be","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.28-beta.tgz","fileCount":280,"integrity":"sha512-bztedLhXKbAF8G/1x9mVcLRKkVtmpVihuZjZm8VLKLRGMJ6L7QiIdyPL03/wLWiaKv1IBOSkVSCksg86MSn5PA==","signatures":[{"sig":"MEQCIAlcO3Sb6SH4m0bgn05cr/woeOZnJI7E/aYuMdErotGiAiBbJngFz57Ervw/94aktRrDFwjcErnDFxwu2IdVgdAlRg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7780267,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdFNfZCRA9TVsSAnZWagAAtFUP/RKkOwHQRT2moTJW8WMm\nUMvtxalfD60OzIHxlz2YBn9ha7EN4UzsYKj8pLakoV9M0ROygrQzAh2hHSJL\ne9ZuA+a32kxA5Bu7oWdtFjCUXuhuN5jgmYxwGxoITI5w089U1uK4oj6g63G0\ndG6J3K6yMWeDehEsk4Ke0/Vuh2JQbByrhXkhHZJcEb3osNoxj764aKURhEYO\nx1AaWxpUOaFH8FbqEJKZyN1xpXJaubf6BwO+x2Cabv5wXyBa4eAhVwfppkw0\n36+UrkCN3BqzYJHaURWccP+Z94VClPnlg6oKBeYaZkOwOapYoLfxgdt0JvLf\nOTwUKtWN0F2ADMq8pnePe6bpjNeOT6ipaWYGnD2LWj2X/ozRacDi20Um+9y+\n/QnuUb7vGMmkonhfauqBFqB4R+0YK3X8rR5i5zIeL+2sg8uKiJScPgdW4pVO\noHjjvRrJ3f33LuVSUGp8umH34sGUClM1KhbUFM6ADCJbalmXlUu7crgu9590\n8HfUOlMmBwZgnsBOGlI7g4JqsOVjLg4S1m0pGVRKO/vDdGcHBqWyGf+EuHAk\nvWftxTmaCTxStenrZghYrfvW8PqJ28TY15tAN9p8uLOpyAB+JfPP6EfXYD1L\nnWdF8nelPWZ5hgGWqTFWp8dcJEBgx6dKeWfY1iI9nQBuBABAJvK8kzEbRHdQ\nBrLa\r\n=Wh8q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"40317f0ad11bab8cb4f5112c7b4a7307f7ffbbcb","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.1.tgz","_integrity":"sha512-cryQETiISHKIxUYBwMlSw13bCHvz2VA45OkJ45eeXBkcNaOMZOPKWKEx7ul7cSpaBgiFRQfr5vYGaCfec3+8OQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.28-beta","@syncfusion/ej2-lists":"~17.2.28-beta","@syncfusion/ej2-inputs":"~17.2.28-beta","@syncfusion/ej2-popups":"~17.2.28-beta","@syncfusion/ej2-buttons":"~17.2.28-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.2.28-beta_1561647064841_0.9431222137193616","host":"s3://npm-registry-packages"}},"17.2.34":{"name":"@syncfusion/ej2-calendars","version":"17.2.34","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"8898aa40616924e0864e88199dae5ff5bce0bb27","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.34.tgz","fileCount":280,"integrity":"sha512-nXpe8nwEBQ9Hq5nuw0KMW9qUH1xidaSynulQkXL46Us1aH4fOPz71dvQ+fgT9nMnLZ2KFfr0VSyV7oJNSMu3PQ==","signatures":[{"sig":"MEQCIHtAXcMOb8soo6RH9qmXu9PTmCTw1pECljno+4X2999rAiAkTVOgza/40TOHKqwacKxJWkppcyq+esySdN6AHc4arg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7783494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJy2mCRA9TVsSAnZWagAAkkEP/j0QILGIDSHQIgqFkb95\nXkJUKOUxnoRz2LpdsfIxxkbxhe+ByZMc/z7sW1VwWtXri9V0jmpOOHaEzUqG\nMOuFjCVfaXOJhDpil/bhOJ7mbW6t6MHtcvPUg0cgeZZiSP4QDJn2G1yJ05yd\nT1/yi8rO/gyUsRAA4/pTIJbqqToMMFmnsfGL5Gz+GfYjGHEiqwH2w42S1nak\nEMNv+ynAv0YzjvMLqA3Sy5VD7uIdd2ZGo8LArZoprsaWTwBObox2aUMg2Z54\nFFKetXUvtbpwYib+VLkjI+Py1UN64L8UUQErnuNgCQYwSu1D+npTe5nFDgA1\n3ldf2qUJT2AWy7lGFGXJz/zKoaFrt3PNjOnCruOLyBAgS65+wfOaAbWXO3jR\nSoQ74cLniIi4w4OpDaqM4e6PlYCcRjEMaBtGVi7OcOdRHPymfx4FjBYk6J1J\nqP1VMFU5g1zIV6/zbkQMHas3l/mQjeGK9j6xVMtprpXSE9DHqc9fnLRSaVcO\n7Q+C/uDXuKn/LrnD3Uh9s8pcVmnC7LB+/Aod+5wYnryKGLXQfpoxCX36WC5u\n3Es553/nKYyaLSuc+jJKIV3npNHe/n68Stfh/B67P7wtZFBzVHrEzz4nkb8c\nuIS4+r3FXhA7pUXboV7bXnuQwmCZB2mtDeQJKanoALXU3gG8ppk+ye05IWxr\n4Kqo\r\n=u1tD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"6c5354b21e2f5c63223ffe6b5bc78c252d078fad","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.28.tgz","_integrity":"sha512-XwbpTtQ+Bc3uNdnhlbcnkSu9AIYjs+j3dkhxYG6oUWWfOW8hwlKKXRjQbPpPh6DQjiagFMad1tBNKy2XrEDK6g==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.34","@syncfusion/ej2-lists":"~17.2.34","@syncfusion/ej2-inputs":"~17.2.34","@syncfusion/ej2-popups":"~17.2.34","@syncfusion/ej2-buttons":"~17.2.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.2.34_1562848677412_0.2336071460110729","host":"s3://npm-registry-packages"}},"17.2.35":{"name":"@syncfusion/ej2-calendars","version":"17.2.35","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"24ce60f75435221039e5e19e2b2080a2fbfe0369","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.35.tgz","fileCount":280,"integrity":"sha512-OHNf/zvsdqQgOpvXSZ4szvn4MVcrp6Ya0zSVkFtoV2HwoEzd8CFGNmUx7DXsXFI8XfE/W1vMPPJAXtgnfBa+GA==","signatures":[{"sig":"MEYCIQCcQb4j/uBQ9BH4nKUMFT7+BYxwI9yxBHRoMq7UnAMzUQIhAOyXVGVhtK1296aUb2wooBHIkTZxQhulSJubPMjPFYoa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7807760,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLqYsCRA9TVsSAnZWagAAsEgP/A+p6/qwaSgEZSZ2nKXH\neskep3NnmlXbDLjpi9afuu3fIYzeYvhDQ8ZyTAX8Whn1Bhsz5WWNuEfkSDTE\nkfBkfW7ThWFNXdU9jfi8NXs5Inwy7GeHHCoTdE8X/yaPXvIfhlbu5RnVo667\nnViYyl677DafctcdJUGAJoJYQcPhXZO6Y7xUmAXV/TPmMirEUnFRRQHoVaGC\noXGTi8tnoJN6q7eHr25bH51/pfs2WwxY9BVGD0CHESmH4hcGuCnRk3vAzaNQ\niy3YB9nTHmsnS0T63JS206hCe+DoCw4udgfrDrYEZTPbahlJxoOHW/1hH6co\nb6b6ypmEwK/OSJsBn7kI2mBCdTSpRACBt8SDewX8YXSZAIJYxZCJyWc8Z+L0\nOVs+6TxWNveU3pX3u8Y/8bteXAM3t8qCmIaEisrJzmXUmkiboHJw1BqLuLRx\nKbp5GZwMw3JMa8pFv02FHep1qbipoM1Z7TZf7YMwZ+0eFJVEtAlYTv6wplng\nPtHTN6SHkXZtXJmwT3G3c6o0d0n2QHC+KDfI9ls2yyf+wLROUKo4XlwmnP5L\nms8XiFdN847n5I7R4fPtYvcouBTeIflg2c8xqb4oKjKIWcN21UcIg2QOGhIy\ngZrLcmxSV+bxRMZrbiCW3VywhJs914PdMEe8zCDhebWiCthO7tsxY3FRPn2H\nqBqp\r\n=uEHR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"df9ab52ce30facff44d29076dcc9aba041a54341","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.34.tgz","_integrity":"sha512-SbRD6Ao23bwT3BhVC1prXkvm1APDGrmYkm0vXFdRR1nSS085/bB3SqwKzPy+2jwOxIib723Kw+nhSbY/N125YQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.34","@syncfusion/ej2-lists":"~17.2.34","@syncfusion/ej2-inputs":"~17.2.35","@syncfusion/ej2-popups":"~17.2.35","@syncfusion/ej2-buttons":"~17.2.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.2.35_1563338283414_0.3130006242402641","host":"s3://npm-registry-packages"}},"17.2.36":{"name":"@syncfusion/ej2-calendars","version":"17.2.36","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@17.2.36","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"48a3e49aff0119f77b43612da8dae8e2e559342f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.36.tgz","fileCount":280,"integrity":"sha512-TX5TR3I67TM1sNXqPFPAljhHhOhyeBcS99G7QG4heMN0z564GqtctEyyd3Oqsdvp5FjGf5ktVE0jVwnI6Z6TeQ==","signatures":[{"sig":"MEUCICCEagIVHtundBX+89o5iCD4pSx8oas1LwK77SGZv6x6AiEApaoEnB0j6Ux7XBhU74bpjw5RgEqXYtC0NsviZeXwYRk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7866716,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOAv5CRA9TVsSAnZWagAAiOIP/RUuYe/Fs5dDJvqjI5Hs\n7145W0CgB3RvhFzWK19Dm8HRukdfGoi+bhLlKLdwVGQThtvdfBt554NJd9vJ\ndudRWD/0d1bREY9FVV6R0hHKHUpnBOm0RVLxRx6VKTUDH7H1vAiZBL5SQMEy\nla3T0v+8oEreFDwJmH8VDxmnKcNWkJr4KErDt5SoUHAIVy/dFshI9o1tpr20\n7M8gpQHOocEp+Kcy5yGZSpP4/8ALSmkVvbi4hrrAVtdHAvNWxrohsj6D6Y6l\nS6joHd9+f14w8ImiuuFhZxWAl8FYB8ipOZ9d1twHgFvn6Nt7pDUqP3ZF1WBm\nbHhNPCG3nQ4tXdDFpzzGcoTtWL0iOhFK8Aav1Fr5vf8eHNW1iQdMG4LD+cv9\n3Q11u1hQF+8xyGAmIxbx/XMNHFkL7KOvOnmPH2lhRnG0v21GSD7ueivJOteA\n7SrbaU1NX5Nlby3hBBZelWY3XCao6Etyr4m3SyHQSXl2kt3smr6MhSiObJzS\nSqPjtLBOyjrdm1meSm1dia5V0L+t7Q0SK6cZ3hjEs72b+2LxoWwVtlX3gcgz\no6ilt2oYPfqk5lc61lGv/7YSV6kQ8TDABIkLxO4+07TDeI3i9HvvGeFx6NK6\n5xi2bkaDdf/OokZ+p29akIXum3yW3RcgwiexctAl95fitYcgghgAebhg1Kb5\noEJq\r\n=C8Ww\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"8e6033c7b030bad97e76b86b78fcae61ef88c318","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.35.tgz","_integrity":"sha512-xD41xmZAJilIJb+uWl1QUCAKN7NV6F98XJEJNrIVe7tUrVdOwa9UKPlZnqfLMWZTmvOVWvHCp6t+3Nh754O1ww==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.35","@syncfusion/ej2-lists":"~17.2.34","@syncfusion/ej2-inputs":"~17.2.36","@syncfusion/ej2-popups":"~17.2.35","@syncfusion/ej2-buttons":"~17.2.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.2.36_1563954168325_0.5294896771484876","host":"s3://npm-registry-packages"}},"17.2.41":{"name":"@syncfusion/ej2-calendars","version":"17.2.41","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@17.2.41","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c0d17fa5c42966f98dbca469340be5b1168aeed0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.41.tgz","fileCount":280,"integrity":"sha512-9aTWIim5qDk5qe9czl7ukbvGnGE5PJ6jnL2CmzCNXBbwqplf7k/D4hlp3vdIRNqgmo8lEYpyIRevOXVi55pOHg==","signatures":[{"sig":"MEYCIQCmPCRNDiRCI5Op2agaxXttL/5cvAaikvgE29zNMPJ19AIhAISM0US/7M0tV33FdjtBm/IFWWa5OsQxcUH614dT4qiP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7885292,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdU4ZVCRA9TVsSAnZWagAAj2EP+wZQLyLvX7Hr1DNoouzP\nvlnzcaZP1ld16yTMVw+G3VyjMm46nhXNwgAlsvliC5RMgTMkLl/UZq4Qnj/g\nvCJ4lQRDXvmFFLpAivbbq5RtIpUgELux2SPe67T/Zqc6oDXwl1C1ZT0Ln1xd\ntLkg+9gOUzDt+dShII6H3trsXJ/02EZoTOxjQGMjXSwI5IqNTBj7BgHZhe7F\n9D19qWIpwR7YV+5PIVAs5lsjwvOmr9QdrPUfdA9czVkFf4Sa+DXQZP1Ue6WV\n0JGuBo8CeaCEhZ5TUGWfdnVhPtLiBxBBvWG3gIEZe1qVz1+ISQ/qsmw7IVzx\noEsVeZVPfYeCyyvoKtuyVJH4HCM3yfujbdeBGknUFOPbJgLzWbnks2vrXyGs\nAVRAD1YU8FDa1CyuEJhcXCJes028A5NH2B6YLotFHcmq14GmQ+fsbM9H7tWu\nMBuXucKNH+RSwN9QL22f2+5NOSlknpV7nctqIXk9Z1ItqIbNgiGAOgr45Bhz\nVqmQtMYcG4zyh9mStRElqRisbDY1NJj24sFhQyYKwkIcaq2eesFWvz9YBMb+\nbFoU700GfOUAVLZzU85F1t0Pqj2KD0gqMVaGOzK5jeNVI1dX2S9xAMyoJk/Q\ntstDbRhYqOGzAreqQqoXkgplHz5+S3wpeC5laSSd+eZokr8SIuC3ed+T82U1\nRr6M\r\n=6RGY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"ee8a1211498c358a62b365d0cc0eecc51440f56c","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.36.tgz","_integrity":"sha512-uFdSIjNJAOphD5Z2z1hcKRNP61C6hyV+B8YdqelBywtqI14vovl25TFHs0xuvQgRgtsND2Z3mBdK0itlbIOfyw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.40","@syncfusion/ej2-lists":"~17.2.34","@syncfusion/ej2-inputs":"~17.2.41","@syncfusion/ej2-popups":"~17.2.35","@syncfusion/ej2-buttons":"~17.2.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.2.41_1565754964511_0.888887519053718","host":"s3://npm-registry-packages"}},"17.2.46":{"name":"@syncfusion/ej2-calendars","version":"17.2.46","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"19047d8b1ebd73fe05af6df8b49f7fb47e934c33","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.46.tgz","fileCount":280,"integrity":"sha512-uVK7InJ8lBb4w4s60B0amvV1KLlcQecA/PkcjHG0TjHcHdfwEy7j06F8YyeUfWN5KNnGLWNMVhTT1tiBCTN5Yw==","signatures":[{"sig":"MEUCIBms/MTJM5IvchDBdFa2wy6S1YTXZ1TeIUjeo8Cp7ln8AiEA7Cq8EU4pnpgh5BedbAEf9PXsi/HjnBTZzOVHlychhSQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7887146,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXnOXCRA9TVsSAnZWagAALDcQAIgjsVfdCbIPecAG+Ehs\nIR2NEg1FpjiuS1h5ZgRmot/5VBg/rPEkKFRe1rL7Is2fIQJp/4Hn7FcJCLcV\nt8vVj1jDTWzwT2Qt9EI1qWsz8CKChqA6jQ3h0wMOziaaMi6OslzdmeJXMgdn\n3k/xMCaG92Z1lArC9uX9nVIq/3HD62qzJ4456QTaIwHOEuDMPRN7aPg6S8yB\n+T/PgrFPWSt1LPWxMH2Pjcj/aP0A9KTdIvFIzptLDDOEjR207oZXqQgAhd+F\nEj6dVBHn2BVbgotkjWa7Ps3RRtLVroMsmNGdfo4enmWoynd9dFl1GccVSRlt\n2VaCSsLPJQA3/ddGq11/ZdPJIg2TGu9tURk/K6WPbfaRfnzRYxC2ccD0Jb2g\naAyyU+YmOQgwvIQiAdFlYU9UszLKKUor0E+UHRqaRPiuJuH7GnoSKFgIAdg4\nOXenmdmLRh1UWnUtdTvAYe+XZ6EhNtER0pb2nK6NCDinW4n6l2R5D8Egf385\nkEGS5HOniejMdxhJ4q6Rq7zPEbkA+/MyimZRj/W+KoGsqihk1ZARbz5M/RgX\nu4Jgt8LybnzOOrJKoIjIDRLgBzDIVVCJRV2UMdqJZ+omFXSfFv7z8Ur9/UFk\nxXoMHsCtnO5zLFrWVKxUVOxR3UskE6QkRNCSCL4J4pghrB5CyNoI7rg1JIj2\nl5pF\r\n=sXbA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"8625c3cd9ef2cf8bf7b99ee001aafcaf01bca044","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.41.tgz","_integrity":"sha512-JEqDz+WVGWhzrjMzP3ylgHXl/D+uRVpuirlgLT/QrQgsjlBGmQz5hBhlPy6jF7l3R05tuR6Emg8nO7XcVgWjNQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.2.46","@syncfusion/ej2-lists":"~17.2.46","@syncfusion/ej2-inputs":"~17.2.46","@syncfusion/ej2-popups":"~17.2.46","@syncfusion/ej2-buttons":"~17.2.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.2.46_1566471062980_0.3505336237031611","host":"s3://npm-registry-packages"}},"17.2.47":{"name":"@syncfusion/ej2-calendars","version":"17.2.47","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"a26f1ea12156d670cbc71eaf0f27ae6834810227","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.47.tgz","fileCount":280,"integrity":"sha512-KfXsYFNjLse/2Ohd12X4vxnuQBHAlxNuEwDeadDqDDEr9v7Wo2RRNC7arDbK02EWFDukcwGY3UYliCLNAJXLFw==","signatures":[{"sig":"MEQCIDEAvegNHo/brlXOMI4L0EtxGboxneCru8EQJfFOxol4AiAVHrgNtgxEeAzGWDZrIUp1i5qg+nUSkAW0UC8JcB7GrA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7887549,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZTyyCRA9TVsSAnZWagAAanYP/iQtFbhOIBQ4iIotQ0dX\nEEYVq1VgmcmdJKezUr/n5GbWdelYd2iCX0PBILtqrXZ/9dfh8iaN1mCiaaRZ\nHM0b9lYM5BOKUr5D6xBpwhTXHhO8dC2uXQdR8F+lUYUiHX/63aekFreWa4wV\nkUCsoiyiGPfibQsgOZ7mztSVBOTXlzUbjWTIGAo6PRIdHQneKo6TzmJE8YFn\nGywDWXJjRQJSE0LuNRkfYzHFNjODHxv9zok/NLofIZ5bvOJqtW4PQsOF2YPc\nnrM6qSbClLsx4SIfg5N51od5iYxSExfUPDrtotjcC3PcE2MJI7zRV1N0XPLe\nF3fjMeCIsAFOewoe/DfTO2YyIgKPlm6NbFoobAj5Mu9p4VIXM56B4Yb8i1I1\nvu8qTkSPunvwvNNPq/0S2Qdbv2TvWR7vqV9tWhfsjAE5DV+82b2qulfp3+fN\nZx8WO/S16WJc1U3KiEhV7wOQzKQ5L07hpemdoyVeQYKsFaKg9OgIvXRbHqCZ\nAToIZXl8qbElyE8jwkY+bG8w+QBAcyrHSbASjfQhRyX6gBJq2FE0lmMX05z/\n6Yk0Nt3bVo2f6Tv++xaA5NVVVlQtNI9HDVjMbW7NtxQ0mVoYuEteyONLHW8C\nA7yyX6o2BlyB1Vz7UtFE4JVw7nH/GpMHs4jLCn4uv9NovZbRAcLPy0AVkO3E\noXw0\r\n=uLxS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"1fd8b1ed7d17e5f407f9cd7df9c3c98b08d1cac5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.46.tgz","_integrity":"sha512-4IlIssul6wSfpj6CrR5u0gRUweIasDlrjJVFfc1bJvqx480yXf6+eqgwJiwLnmu9Vh7Axk4uMP1RR7FEdUVSrg==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.2.47","@syncfusion/ej2-lists":"~17.2.47","@syncfusion/ej2-inputs":"~17.2.47","@syncfusion/ej2-popups":"~17.2.47","@syncfusion/ej2-buttons":"~17.2.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.2.47_1566915762085_0.6046763467578653","host":"s3://npm-registry-packages"}},"17.2.29-beta":{"name":"@syncfusion/ej2-calendars","version":"17.2.29-beta","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"9a012b80e9a88cd5e86f846addad49dd85b6c57b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.29-beta.tgz","fileCount":280,"integrity":"sha512-h257z1bemwmEQCnsjlnZLgiqi/+0QuP8WkMDOTsC10WKypy5OrLqzqVVhh6H5oDGjun2S1wvcjm20XYtLDFcQA==","signatures":[{"sig":"MEQCIEzUtFKzbIiTykZaZYhzmsYooMl9ojdknlzNG86NeCbxAiAvhwL89OXuQ8UiU6T7ZC8gbEhCg+xNxr+eMkTj+668mA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7886530,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZYrLCRA9TVsSAnZWagAAxAwP/2GMkFfEUIa3xq7CgHhZ\nakzu7/5gfKSslrwYKOPDtESdpi7xpbv5TjnCPD6UwmIBNqJE6sfsRzNsCmWc\naVBOjVxMjQV40f1yZTHUmrsSrmzZk7xIdohFyc4GIUzXbPe5RweuGeNFo74c\nrwne6ILwrB/1ibYrXu9DzsdmFi6DF1KRBX/gU7j1ZyzxDMi3juLxX0LME5Bu\neD+ZC4P3Xnn8QqE/YtAON9I9UJNChqdEg1MzjQwijtn2KMiR2FefrVBGuW90\nNgulEtALfI6R7VvEFnoGy3ICiVJMtXD3t9eem0WvjdFaLM4SjeaZ7hjPCe/+\n1rPqBnZE+Bkuz/eSZ3HEDYrs7zNejSTFUd+NptVOAtu6UDWxymEljkYfmspo\n5PnRUSritIy2zCrteUxdl64gzqgGam3wNh/IRvYZLqNFQj20WAzblFWjkx+3\n4y3C62X4KcivV0ykFYpxatjT67VpG8glE4uZUwymBACIoaOSRN2fjsU8whRc\nB6+rPNU9dR8c97uPU/zYrckJzdhwDcLBjJy3NetZCSU33nHsfHDbIXBYzgrV\n1UCNlF8iSuDOgZEm81nMSYKKy0GMCiaJ8UDn+YlafN3Q8dnhFtlWG53Gtg/H\nd+SXPG7ns+zZ9rLnK1AM2C5akfPh72VyWfzfDeBZCTuR6ByM8kq0O32qzInl\nQoEl\r\n=VH41\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"1fd8b1ed7d17e5f407f9cd7df9c3c98b08d1cac5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-production/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.46.tgz","_integrity":"sha512-4IlIssul6wSfpj6CrR5u0gRUweIasDlrjJVFfc1bJvqx480yXf6+eqgwJiwLnmu9Vh7Axk4uMP1RR7FEdUVSrg==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"17.2.29-beta","@syncfusion/ej2-lists":"17.2.29-beta","@syncfusion/ej2-inputs":"17.2.29-beta","@syncfusion/ej2-popups":"17.2.29-beta","@syncfusion/ej2-buttons":"17.2.29-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.2.29-beta_1566935754504_0.45981418381889116","host":"s3://npm-registry-packages"}},"17.2.48-beta":{"name":"@syncfusion/ej2-calendars","version":"17.2.48-beta","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"252d7a9703c523d0d4291a021cdda02a60b4ffbd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.48-beta.tgz","fileCount":280,"integrity":"sha512-Pw09T8oQvD/1rH0GP5rlwmgPn4kEI3rYMV1bHQMPc/i8NB16/s/+44j4thYSB8RFehPuWTFFvju6aEtOaIJr7g==","signatures":[{"sig":"MEUCIF5zfdpTwDxya4eSf2dxIldGUJzTDEusNwi07LU49U+XAiEAspDHHk8IukxcMlFpR0y6ctNFIts81fyh5dMHyqnDXU4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7887592,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZo6FCRA9TVsSAnZWagAAzMAP/AsmtlPPapurqAlpiuqi\nAJ+EeLuBr19DvBDSwClsEg3ixTfmZ1aZ4294KUw5tm8jECR0/N+2VhKk4RSy\ndVhLNunTYLJujt2uzWNRrScET6beVZwj9wWQ1gdlBbzkebfeRWxnzSqVPNud\n2IZyqPTKROXFfxKuXpBf3H83bKn8xPPodECzVZV1IiBT9TQNfzhBkzdjAqHk\nQViPDDvsbkCDyxJu0Kk3qCfnCd29McagvbaV+Ask255DT3SYqWYuuWi/tHpJ\nU9mQzE9tYTf7n9y3ppIraIgyzPhqWfZ5zSod/xoPHnU9W+wFEZUCpCeE1rci\nr4wHHV6SqVS/r2EpiUN1k5XHhuJHLVLNi2YB+NSl2iTZdHBib5EWAnKjKxk8\nQZpJH/aaYLEZPuH4AdavweQ8UKrycX7og7g7xsdiBV4AabSjZGeqGldkBtju\nh0QMMkiX8vSMFjiU4YZWOjyHJc45yRV4jFM3z1V8zKeBTM4/JJfUPz/RZS7R\n+egJKuGxLCZAgygk3geK3sHJTsSDeT7l1pJx0L1z8Yugqwzc4PqEkKBeXyQh\nRD8oLWudVJg6C3ZJfOkqQXZISUhpnWNWcnVOnx1PmeYBZVLdGZHwS8fffCdK\n0pVoxF5jJsCfw7NKdY4iLUjKQLbp20e0j79SVE8PqNfkA56sOdzVgNsOynVd\nMzkh\r\n=JNyA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"1fd8b1ed7d17e5f407f9cd7df9c3c98b08d1cac5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-production/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.46.tgz","_integrity":"sha512-4IlIssul6wSfpj6CrR5u0gRUweIasDlrjJVFfc1bJvqx480yXf6+eqgwJiwLnmu9Vh7Axk4uMP1RR7FEdUVSrg==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"17.2.48-beta","@syncfusion/ej2-lists":"17.2.48-beta","@syncfusion/ej2-inputs":"17.2.48-beta","@syncfusion/ej2-popups":"17.2.48-beta","@syncfusion/ej2-buttons":"17.2.48-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.2.48-beta_1567002245208_0.6115430384686102","host":"s3://npm-registry-packages"}},"17.2.49":{"name":"@syncfusion/ej2-calendars","version":"17.2.49","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@17.2.49","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f925ffa0be49a8c461bf272e9b593dbb83bbe9c2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.49.tgz","fileCount":280,"integrity":"sha512-x1LopC27/vDAe7lLM3YX70zVe34SxtMdQFEZzlht5LeKtLvs0v17iv0xEDsTlUzu+0u/a4vLV/DAZ6nH5Zo6Ow==","signatures":[{"sig":"MEQCIHGzFRUWs43Y4VxCzVrV3IgHPgAl/0naBfJXLw8UXzg6AiBGhvSD1Cyal9NV/StjSVOF/1kGgJTcwYGY+4Jcc1udmw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7900748,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdb3x9CRA9TVsSAnZWagAAxGIP/AiXt9nZS7uDgqmfVRFF\na07GiXc7+ZVe6ZugHFqoJoaz8jQ/SEjypErngmcdGjkraBhq3VB3DGSQhopa\ny2gLw+eKYRkNphUWSEBbsjZJA0HnPlPDh7dNWu85pNPvvlVpYAD8bGjETUOk\nEJxQmaApHLb0MGMDK3HmnaZXrLyEs/dq7lQr/LGC0HWoSn23piLP4aMIKeVX\nU6ssKAoxPLbKWn2izmb3XRiYSGxDDBA1ysHYlc2OXtwZIaAJIC3d4hXoLqcP\n9XTtb11mADMcF3kOk3UwSaceckmpFs0Ht2XtJA5YxytX5jpd7Om011BB4sbg\nxhP79IZsKDfboTcqIXn4E3XUnZfpsdEP3WdmEdHFNblvM3Lk+m8eu5T9XHwB\nMUHACO/juNJslXstbxmaZWbrYWF3dEpXXlxXCTqFNt2VFozXcjgZtPBSECvz\nZ9A0q7YRSUYzF6Pqg6+V4zp5JKl16dv0jvHL5pJcVHPDfdLvYl22SlX/fxly\n1zqx+r23Dx5ZssqDprSeC09nK0gWcPwzwGYlpPYPIGieZSuUnneK0sCsrdI1\nPR1nbg4MlWasKdmwWMz3tyFuvNhk0cqNnQUmb0ycrpp3rt+3fZmu6m8I2heM\neeNuy7Wbfi1Bw/qwu8adRkf8hufycgB2QB/45woFhjpF/oEoGaUc+UemlCQ3\nLfJt\r\n=neLq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"f895bc488ab59dd2442c365fe30a2c5cac164d46","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.47.tgz","_integrity":"sha512-jK4Et8uG29PzZlF2Nq35whFR6Mf1tzrh51rlabZzi1G1v1ZJEHSGEXd9E3MvCTHUw9GO6+9aSlNasZraUpr6sw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.2.49","@syncfusion/ej2-lists":"~17.2.47","@syncfusion/ej2-inputs":"~17.2.49","@syncfusion/ej2-popups":"~17.2.47","@syncfusion/ej2-buttons":"~17.2.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.2.49_1567587452780_0.011320378247047458","host":"s3://npm-registry-packages"}},"17.3.9-beta":{"name":"@syncfusion/ej2-calendars","version":"17.3.9-beta","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"bdc14a7622029375bdf2635891255ded964e2c4e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.3.9-beta.tgz","fileCount":280,"integrity":"sha512-e0s8yJwWXvU1JMP2jtqzA91QcRAFjcmgaakksPEAqJZ6EyzpOIYj06nrpNLfCnGz7JhVuF6pQkCUD673yPMyiA==","signatures":[{"sig":"MEQCICQfNIdEuXfRS80VUGWEfmHhXHxEuZD482cdY3FlkNAtAiBSvqCveajb+a5op+39TGqhsRBJaBonNj4O1+fLY1Sbvw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7900545,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdhMjKCRA9TVsSAnZWagAA03wQAJKIT2qYSuyRA15y11N+\ndhnDV2qUpJGA4zh/dva0Gvl8eCfT8sy+WWZhLaZ4IuHBizVZYw0rCuqjS/dI\nL2FZQwf88i8dollkTzM8uQFXaHYthbYJAqcG5MwhL+XOqmoOkqqpngEMaUyo\nLQuWWHPTf/YnkfEyPCwLXMV+YKZLPCn8oNLZ9g4k+MfXJ/jCOS7R6rkbuzj3\nvoXbKgOh/LcoR7Es0XGOpUfJFQ/nanwmU67M02RqnCKWzsC50CcekeWlra8c\nw+SPsnrFKH2ff/Hqru0gUAutyAY0I7o8aCM5YkF3BD88aGI5sOPLXgbUJuO0\nlFEMkrmR4PjmNzs1OFpJWoPEZgMbSRtU4Pm0gbS0Kgoa9CiCLS24XO8kD31w\ne8NoneCMkf5SbsNDOffIAE8zwfpPn0rkGph3EHV0alLrVznt7aZfH32c4MtE\n/05VYR7gRe4qa+70MTSPA98PLIwK+BpBQ+2v7HJKQQXJT6P8SNbEBP58LWNB\nmAB7011wNmKHRwqA3AMalLIip/N3ubmqvy6LLprfAFTvJrxd2xITlBcjc0DQ\npXTSMUO/mpFvjR3H0sWUl7RiQ/g4tYVJMFBS8eRbgEFErvJSgi+XoKeKVGaW\n6zmCAhERoNTvHWiaQnEt+clZqP7XRjv0tZH/eEErUdFDZofzMO+BoQJZqpAq\nf5oy\r\n=r0o6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"920d448ac61ceb6554bafa94bc8bbb32a7ad190e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.48.tgz","_integrity":"sha512-MR6cnUknu51vHSRVQV8exTfHCvidUgAARY1tPwlv4oO0rHIoryAQv9YNzKg92UoJMoNAZmDoyOosT4wDOe8njQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.3.9-beta","@syncfusion/ej2-lists":"~17.3.9-beta","@syncfusion/ej2-inputs":"~17.3.9-beta","@syncfusion/ej2-popups":"~17.3.9-beta","@syncfusion/ej2-buttons":"~17.3.9-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.3.9-beta_1568983242173_0.42696309104699415","host":"s3://npm-registry-packages"}},"17.3.14":{"name":"@syncfusion/ej2-calendars","version":"17.3.14","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"cd7bf8477605a145adbbccf8c8af9a9b418c10b9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.3.14.tgz","fileCount":280,"integrity":"sha512-dIEF7BLBdCp8i6C2hYfJ1kM7CKYZh/30zLOeYwr28QED18V6Regy/o8q4kJUYxQpippX1LnpvVsTQDaxnxWeWA==","signatures":[{"sig":"MEUCIA+ri3xNylNyfNeID9E6h7f8WqWfiC2sPmry604G9Ua1AiEAibp0j3hETRIjCvW53SWbzLY8dgucMWHf/PoLX4tUDnw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7927827,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlh65CRA9TVsSAnZWagAApgoP/2JBwycnvnoN1cnnnL0u\n07nLPAPZ9vigXMvO2KdqC2b/BWAS2udu1QpeIP7rGJWJMqKc97vC/5DUPxwJ\ngv9n16jM9QXkNWXFB2dKVTGgUQvXiexn6uBa4gq3UNQdAIVGigxxALBtrLJf\nxV1gr1y8/Al+wAwGhWPbS36fHnRa8OYhSX5naH3B1HAjKFnINQOnBcCVRKwL\nBaoOG4Ux4RfYCCueki21c4y2GXp/tvZb+kqpl7uwZitk9Ynjh1Rohr6RM0ls\ntgJ/GeNX+AQNwqjJekMDb7bRzo6UcKp1s/DfNOHKAKIuzcGweW9CXv0l9AZ8\nJ9p2uz3oENv6kvQq/LuxpvGXFd3fcggRmTL3V94lqINNAKDWl+qrBKcRmkva\nz6pE7U0Zytv2cFfMyAyztZmfR+1ds6jFuFU05mmBP/aa9yUoQlvPTa0bfgHu\nTH7bkCBw5/iu2kylWZLSRTjzSEyAQ24rSdNxyIY/Bz4lB6y2EYP4/tNtTzoH\ngxJ5e+YC7LbCZoxj5J1carhO1x7HDt0/en2BzDo9Tg6J3tKeO992uH9S3fwb\nRO5YnYO060blzANurVzIutm4Agxxtv8xSrmgb4IDdKoBEuR/NC5fEURYksLD\nUnDQQQcywWZ3lBg1XRAsDi9RzZr2hr9XC009lkWWCRN3FbBu68KRH9k9cYAh\nUe9e\r\n=6VrQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"01d538abdae9e1bb8237a37d65fc2f182e9a5bd2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-17.3.9.tgz","_integrity":"sha512-eCXryGF5buzwgX0xaTJbIc22Xj7i901I/0RnfF4unZ4aH426m1CdFjjA49ixFNuo7AaKfTe+9ihyr01l6/8T7g==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.3.14","@syncfusion/ej2-lists":"~17.3.14","@syncfusion/ej2-inputs":"~17.3.14","@syncfusion/ej2-popups":"~17.3.14","@syncfusion/ej2-buttons":"~17.3.14"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.3.14_1570119352356_0.062484591289412084","host":"s3://npm-registry-packages"}},"17.3.17":{"name":"@syncfusion/ej2-calendars","version":"17.3.17","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@17.3.17","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d25a064af6f43c3570ea015edf3e49cce3087e5d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.3.17.tgz","fileCount":280,"integrity":"sha512-Q1GneMzQ3CTUA8+aWQqwR/BkT65mv8lFYRTlb2gqq3LE/JsKsf0w2LmOdftgj8v8IeMXLM0ycdbLU58Fy+IOHQ==","signatures":[{"sig":"MEUCIQCn69yiO6Vc0u7AlaALlBcJ/bCtSmVWaf9lT9d0tWV2HQIgT/SlderlEE75aN5h9X0y8k3txM1+rAycag0oFUTIKWg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7958715,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdpcUGCRA9TVsSAnZWagAA7KMP/26MA7iE1E0VygYY/A9r\npdx1gRxVbQXkPO52NeO/F+FGm1MJme13dJKWj5zlN44O1zssRNHn22nAQJmA\nou7soFOwB3RS5RTcNYL4swl+iS73QBOpownCnVAwZaK3lTEmRAZ50cNg+ZaI\nyb/gdTb76qcH767Jr4iiOS+N5ww1VFuR8tQ9Lh4+SMGiLzsauQvjJMkxgKET\nuVJ1DsEoChoHsNjko44xpWYSy05JL8bFqZzmIvevnWMwCovz7AhYsen2Fb5z\nzDib8ToxXqVWWCddv2JJTguSKNt7r+/GUkrSFiqs5EyXpZlm6o5S12T2fJ/S\njK9u1fumfmSI5VwrSi+OUld5551Pgdeo4xfGn8no2mlkkMQIpcUu49tvlKGW\nRDTbUmY17p/guisu/OsoAOuFv6ArIX+13rDHqFxEodmSbIDbCcLx0PQGD83N\nQJB0fPweFirw4fbGEIBy+BIKCKLQWSz21xu+6Qi6xXmBSU8+qoFD7m1gAf/H\nJefKWqwQ7lbSeedIJNEXei4ygUajYpsYsjpXWmcCaagQ0uuxsgq+oVCPusER\nKjt6utqHLIFh8um6/zPKKlN1XT3ra8NeSwIJfFBE8idh1ZMSd1Ck2AIA8FLq\nRCPbKxZ9Z2u1YbEEk1sMri9l+yOPBEWXyQspTKk0aIjHf0TZ9b9kTCmXMWkO\nAJoP\r\n=HmaP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"e202046966c29c0ad2bd39e5dd5594201a85e828","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-17.3.14.tgz","_integrity":"sha512-pPpuY/8v4zyVOtpWNbwUMYiJ4FuJbm4popRAU2XvHqDifc4I+SDlQGIlfXgoukgEcNaYQztTXc5l9dURRDljQA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.16","@syncfusion/ej2-lists":"~17.3.16","@syncfusion/ej2-inputs":"~17.3.17","@syncfusion/ej2-popups":"~17.3.16","@syncfusion/ej2-buttons":"~17.3.16"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.3.17_1571144965859_0.5862421897700805","host":"s3://npm-registry-packages"}},"17.3.19":{"name":"@syncfusion/ej2-calendars","version":"17.3.19","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"67046b2335776d64c1ffaaa8567d2a0fb30490ae","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.3.19.tgz","fileCount":280,"integrity":"sha512-1G+azaRhMDmCRSIGXQeiD75A+UQaT0ZY6C8dgFG/5ISUrasGdSSQcmcMaHOXNHr+3Ie7GD3hO95E1R3mTdZ8dw==","signatures":[{"sig":"MEQCIB9CcEJa3kvK2EBspRm5OtHkWgswt8kXcksae5ksGltRAiAdm20KIx7lEPgCXifHFWoyerhX0S1Tt/lExyDYbk8dFw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7987643,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdrveVCRA9TVsSAnZWagAAXp4QAJqYUKH820AK6yV0j8tT\nmlmuDXZ0Kx7RCxEUOSB29H71UXc4mtB30ivSj33df6ut2XExODiiG2+tUsbN\n88KZbGbotePYoW6F4wbyyOUiQl4yjw06Cof8mopNCdai7f8oP8oSiGkVBaGC\n9Ivoz+jKkndLZfNeHURc2FVYtw+7oWCtNBBNZ0nBwz9Rkd2jkwL+DEDlAO73\nVFtmHMXV5o0YVm6ZWPD9BoO6ceX6ovC3Ces+LlxJgmpIlxXnpmCSBX6x2bJU\nR2xZcUOQ9md4dHKWmnPVcLmGvb4INQbD0CfWDA98gHs9m/+Snr2Dq5AcLTOK\n9W9BYqDvJBL6dGwTPEs4E65D2JOnhSpzjEW8pmxRWlfU1P4dZrumLv99HcDb\nB3XgTAOBkCAB++J8Y6lcz35OGW8v+vh9A1yIEnqhQNBO89cz/LIanjAR9N+g\nCj9ZYUxbeKTFOnmnW76+1AI/tMosbfPgb0L1DeNUieiKxAm/+q0hXVqiKSpR\n8CzvmZLPWhgWP1Sk9bYFyVm6ac9iooMnJvPz7uAYmPi8iYDhuZDOhxYDu4IB\nyKHxTbC9N6I8DK0l+nYhnpFC/Apw/0OgLe28w9AbaXptjk6ei9qQlL3Nvyj9\nXnuTCGLYdQ+UbtxZLqU1TWeEXv2oUWCqwRM/SPQeWsovpwbqdRtAUwWSW7R0\nKqDc\r\n=f9Lg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"15d9caeab6062ab1c67ab5b94ad55a4cd3afcf1a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-17.3.17.tgz","_integrity":"sha512-7pN9odgYNiQcx0HJC+DIzzDDcgCTFi9+ITEX4Ku4KVu6XHngvID/c0/jhkaMm+WWs1B4LjJXhbh5SqP0aZfy9Q==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.19","@syncfusion/ej2-lists":"~17.3.19","@syncfusion/ej2-inputs":"~17.3.19","@syncfusion/ej2-popups":"~17.3.19","@syncfusion/ej2-buttons":"~17.3.19"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.3.19_1571747732655_0.3736339857180937","host":"s3://npm-registry-packages"}},"17.3.26":{"name":"@syncfusion/ej2-calendars","version":"17.3.26","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"0c0c92a01fabf555137c64b3a31f6a2df9c1e9ec","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.3.26.tgz","fileCount":280,"integrity":"sha512-6J3X6Xsam1u38nS8RtiZIf/4Ijzv5JmuLanDCamtXZ4paQsmfzfYI68Zxm60uzW3rZO4S7+HzGyzehpdtSQbfw==","signatures":[{"sig":"MEYCIQD4Kokq4xS2b4bjIHEtpu8IvkeWpDeXlx3ibOnx+6ULqQIhAO8Qvgsi/HF2xzjH3vAcaZGUa5q/ypzwbmAMEhuxKk1F","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8014262,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwcDLCRA9TVsSAnZWagAAk3AP+gI5D8+eikFUhz7T8beE\nUmiIn9HUa8fEi4TakDErUcoWuYTdnlDUxIPn7W7F1Ir1SS+i8bie3Bu5kxc+\n3uPGN0UG1AgDJZ4ED9V7DEVqVs6dloPOYjep1qZveumOyauNX2Q/1J9ZoPMi\nWZk6+kE2Um3J+8P12CO+xkORVG5NJjkU9nBBqFDPmZnSyeuzN/f4aM5xXZ8+\n2t6xYchBB+Qsincw9xJq22XNjDy5PfIwoY5N9lHpE3nemKo40ugoFVzSLu8g\n2Bnt3E7SxN0pazkSaOMYmQaNFA/OPSQm5AD8p4yDlz0BVjMpiMUVwPipNDWI\nht6HDY787SSsI/pSBTbydNGWgwRpPnNecCxetotWkV7fciLUNPCTpjpZPE4Q\n21nSipbZbXID0ZYE8tc1jjyeMA11yeN81DTcTUZPsudTsZJy/S+HPnOfqJhM\nM8rkGU+JZzdaL2yLzas7rvEORR9ZJoxVRWfRBrOkOI2EceQuylhU030xmfbJ\nF3ArCaAvNtB4SoKXlUSVQmoxgmfc+DPzJNwA/jTKOPRXTo5etk04po6tkh/j\nziBVEAj4iL26tZWMvYhuDgAl7w+v7xCfJipQgxRUymuyFvR0NN+e1EA53RHF\nmzqa2rH8GNtdfE45779rFR7H9nZEU1JZd64bk4L2ByxEPo3IvkEY4PchjlQ/\nGAr7\r\n=vS6U\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"3553e17d651719b6ba9c7c9716f392a1f7733004","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-17.3.19.tgz","_integrity":"sha512-35fhl6UQpKyC26p8es4PCMtDgE1ZzJ1yGVnScAkKRrTWUDASqnGVVQYsmItwAtVkdXdijonTDUDh1RbTZnDZxw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.26","@syncfusion/ej2-lists":"~17.3.26","@syncfusion/ej2-inputs":"~17.3.26","@syncfusion/ej2-popups":"~17.3.26","@syncfusion/ej2-buttons":"~17.3.26"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.3.26_1572978890904_0.7266539797138498","host":"s3://npm-registry-packages"}},"17.3.27":{"name":"@syncfusion/ej2-calendars","version":"17.3.27","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"4dcabc86767343772864136979271cf0975219cb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.3.27.tgz","fileCount":280,"integrity":"sha512-HCjL631zA4FeB+0ssiZ/pHMLWDUTAlgSyD3+27rb9ApuF4cfdDXbLnrf7ZxuOJOku0GqD1TwNkCx9MtSmwe14A==","signatures":[{"sig":"MEUCIQCg+qMsIpuaEyt2MnGK7vvH4JxcB7DSgwNKNjyL6DUXJQIgCa5d7uKctS27shRvezJx7suMblAH8FEClJW2/nO9z+M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8028517,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdyp+6CRA9TVsSAnZWagAA93UP/iYV75sTCSVeZPWCls3f\nyV6ElznC+XFK8AxGE4dSPVi7oJmnPiaNxYL+b7ysyBCQ5jfMjGoyi/TFa7kw\n4tdYka7dpis0PTt4BBmTPUA6DdtQeBZ0nqZlhpoBISYmQQHy4BJnqn4DpGH1\nhtJ5HnZTu18WEPAu6vA7YvwjEc1QNgyVFnUDG+Bcn3jK/Ki0Ri41lDmieZZc\nVPRc88rWr9c3nKXLXUpKn/QpAM5pq319rzAZe8XMZBcnNy4Kh4x3nEuthUrb\n0r9jjA1KXgqih1Lll3L7vbcJykpZOkBvwuisG46e2lrQxvkL9fWhxHWfJi87\n4bhPM1mV27sROr2BHNpRariV3X2xw4LWXtNr/GHvEA44RNi7a+/v2a9+SAge\nUnF/oimUSGM/pHAOTsr/or1ZVKNtcoM3KlJn9ElygTaK9fYPFCoXHQImJtbe\neu2fB1ebJ6WT+LlKzt1IqL+gyVl+DnG9jmdi+p8WgPg4g1Wrqd0zvKu3OGsz\nlJpUv/mkluPqA7s1rKwX3FukmLBq+5xyYl1ZiWtn7JTCceCHvHPudsigcE7O\njmNhv/xUOm/jNMb1u+b5rmuyIa2gV1mX9ZlkJwz+JAKKpFoFB6FFKYswpTpR\nwJ+4h/jA9N0K6nCKL5FCuWeraQwNYgwqYss/Cc/lfS8SHchRuoN0nx1EfGQL\nyDvZ\r\n=0lzz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"3c4f4ac17da19b87d768827e8474050f166025f6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-17.3.26.tgz","_integrity":"sha512-8wCWBrKMljbDBPzYztz5cen7ciuQ/D9PHUvRgRqnH9Lch59BQ6bUDtIj2BGLDiEPVK29oMfFp9/E81lgXUN0lA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.27","@syncfusion/ej2-lists":"~17.3.27","@syncfusion/ej2-inputs":"~17.3.27","@syncfusion/ej2-popups":"~17.3.27","@syncfusion/ej2-buttons":"~17.3.27"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.3.27_1573560250254_0.08042711940209957","host":"s3://npm-registry-packages"}},"17.3.28":{"name":"@syncfusion/ej2-calendars","version":"17.3.28","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@17.3.28","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a1715aebe87694d20cb63128528a50a412330598","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.3.28.tgz","fileCount":280,"integrity":"sha512-6WHpEMbFDJcWBpw2B70HubnY6zccsbQ0upU/SmM1b+4JPxcvsMZlEkKxQ96sVh5MgCWGLFCYSsbAawAEeB4tag==","signatures":[{"sig":"MEUCIQCnA++BSVzRBJs5raiHuVAW2TUnU/ycMnBGMsZhMX55GwIgGZjOF9PYrOmTttXkVzlygYFSve2YAcrmXnkPzxqfkaQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8034196,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0+p9CRA9TVsSAnZWagAAJ5kP/1nvKkaySiNStLn7jiyi\nt87/zl7rzrKAE2lto66wxjYRfr50y1Jj+kmRXlBbRdaRTBMcehr6A5hbVVNi\nXHMky0mJK+xcsaHab5K7PQRa+QdGZvNHSdPKHiaOc+miXJusZzYC82aI4ohn\nIPvSkdN9RuxP1HjXkUw69q44oKLhho74YQW+Bp3KPtb9bVKNHIIFaCfO4bCJ\nWDHRM19659B5hto7jnHv6UIeCnXADAQD8MWhC4P89l1w7aiz6y9cz+8EJdg1\nsMnlvR/rq9emWGaHjYXb7ZvSjLeSJR4/Q1CRUt3aoiw9jAf/aApIxaH9Ycf6\nDeXnjm1xGHsH3wvQroL0FzwPIAV+1DXRacFCqK0c96CTQRqkNqHN1c68bH5T\n3V3vYnkvuA1eNyjqdD+DDLqPHeFPttL0HPzuPp5v524VK00do6XmlWD9EgDN\nd8W2vnCA9QOrE1DEH4WDL9YYdZTbc2jv7GLtoisxy5BwP2CRcf+VrSvfKTqV\n0tw2uzRtJx5K/5LyagYH6rSJGOyydlxEab7ZAvlbI3M43KLQr9qe4SN6Fde7\nzhQ81ZG0fH+/SkWT93cMZkFJT8T1fS94Tp2tiW/xhEq9JgTMAM/Z/KFuCeiz\n0fMbJnDjsoSVRFhTINEHaMkoLMW6uhfvYi3d2KbWtQDfax+yuv8bSDnZNKSB\nM2Jo\r\n=rgYL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"aba3ecc909c8d6e3357ed73a688b3ff854b6796a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-17.3.27.tgz","_integrity":"sha512-DK8Ycde6f3ZV0GTVeCF2OouaTMVu9g+5/wtsCWlVAFquRJKCAwC+oIz1+/zjF5uQyF4Nm9hE2lp1fbUFy9WaSQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.27","@syncfusion/ej2-lists":"~17.3.27","@syncfusion/ej2-inputs":"~17.3.28","@syncfusion/ej2-popups":"~17.3.27","@syncfusion/ej2-buttons":"~17.3.27"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.3.28_1574169212717_0.42558376885249394","host":"s3://npm-registry-packages"}},"17.4.39":{"name":"@syncfusion/ej2-calendars","version":"17.4.39","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"42668d1be4d62101e236bd9e46e4e21c13c2a7ed","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.4.39.tgz","fileCount":280,"integrity":"sha512-YhetGepqmnL6OtcNd8kkEbDA8HXFyCBtazie0In8PopjaJdDJXBWjnpgrCpw8CkEz1808JSoCgz53DaLVokwvA==","signatures":[{"sig":"MEUCIQCovINGiI2uK/b7tiTL30G5qkQPd7BCdoJp0wgG6chhIwIgESm+y7VGFPBK/T2kK0rlXnlnOgGLBqpA0r2TsZEiIAM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8163042,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+KxJCRA9TVsSAnZWagAAeMoP/05tdQqR+imrlK5RzWtl\nkdhWSnvv1st2cC8/IyWfVm9WpUCDOLQXvAFkoLDclkZN6mnoeqdh4Ylh+vxO\nsjYZcDqfiDFmSmGh8SGhhsDW9pB/fcLGaWlw41EbFR75WHoNNxru01NvlrBg\nMKlXOBF2ySSQWmIipEELxcUxv9Rk16IDov4iKZK/tTxRUI7GFJMQgmWZPsIG\nkZZAaSOyW1IUi8XtyY4aYB9HSQPzSJH7kfCchclxLVjUWHm8nTz9Vu2+G8Q8\nrK2r9MWWRvr8k2p8pBj3khFdCh56T8fuUkC4AX3JhaX6ELSpxYaGVssEv+YY\nAyt4N4Ww9tHrpsEhDEJSIBHSifOLm2KYD4Uz9naj66oeUjTG6bBBnVniR21U\ni8bvfST2AIc4kquxq86gqxlzxiZUi/kOb/zwGmDn/ulJmHNtt2Q166JFSQWm\nzK+akuaXuqvH69bZemoNIcdUFdGhM+hWeSVx0JRr8DZz1IjSa3u28P/Rjkn6\nZD1E360NzmUD7yaBCg3YQIOwxUwB9NBZ5OIOW3/UwyTrkwUb8W2bDzK2O62W\nb0KEB2hQW2KvWIbHwQys5hXeoWYO94BJXirotAqrRpRleNzwwuoIRd2Cwooa\nRYBAPew174seZHNWoEl3/7gJh3ru36jQw403qcI0rSJn/riBVJw3uaR6GHwW\n/naP\r\n=MRjT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"a00e3513d70b133b7af1787773bc8aedc0cff0ae","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.48.tgz","_integrity":"sha512-dSgZPmeopHgSdtsTxoKN/z0v6L71BAH00KgTpim2zDeJOLos5/Uadf59V11QRh9m2/PUYaWcccADvRHp0Zxm0g==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-spreadsheet","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.4.39","@syncfusion/ej2-lists":"~17.4.39","@syncfusion/ej2-inputs":"~17.4.39","@syncfusion/ej2-popups":"~17.4.39","@syncfusion/ej2-buttons":"~17.4.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.4.39_1576578121222_0.18096063961288356","host":"s3://npm-registry-packages"}},"17.4.40":{"name":"@syncfusion/ej2-calendars","version":"17.4.40","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@17.4.40","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e7544f59abf9249c85d2ca6cc27981e619922e17","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.4.40.tgz","fileCount":280,"integrity":"sha512-9a3iGWCHAIF8/Ti3W5g4g+tKD3L9Jg6GhylWwmtk4i7v3EPVS2NWBvseYRNDjJux+CWA/riuW/grwESoqcszLA==","signatures":[{"sig":"MEUCIH1xaxgM2vlSU/IWJo2KsTiYroo0WHW2hJ4YZcGqaIC8AiEArSb20TPBnUsgHST033HkHFl0V8KtS10T5jj8g2TIMlo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8169781,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeAfCwCRA9TVsSAnZWagAA54MP/iWLTgUCaF+7UNvauGw+\nNbIXafkEd2kqSOW4OgsNmmtLDTI3sWZO3/3X8iSagLk/pvNps/MfwqVzj/7c\nJFqSpf7khOeCzuU0p4h9kAgR6hLKmNBkRcxCNVRjRs7hP+WkmjImJnM5vTyG\naweJdtEjn0g+C4C7atSKvIxw4KJ+WAm+W1LLcNrRa3zI3hp8YvDuwhDLtHGj\nLXwwSAw3Dl2NnaSPcCLhA603fXa3j0bL9ffzV8IkpEyahf2fuwrxLCb/R9P8\njL86npgNzYAGGe4cUov9196ECggfVE4evpLaWsOUZ17N4P8ymV5EcAA+aOYw\naEx/8yjaQtrzxFYKsQwL3dRtxzYscWddi55T4MYkAj17sA5ElFzIxNzhHt6w\nevQsXdGovf3v4MAOrpCFeFoLtRkVoz6LjC02OqokSsZ2PaOjb2zSRz5UOvR7\nORMemawMqSveY022tpHH1QrVgV8WQreBZkPKM7iXxH7E6fNXn7bKwSNaToNv\nI08xkTfCbYsSjFJdPzTODFhAqaUKmxVHtvW+Gk1SVOddzTt2mm4IDdzJ28lD\n9RLS35ZhpkaBj068vSEd1KyabNIp1ujn4GxYAIXMhodZkWjtTywJoLZPuiee\ntJ8FBUZEgaOYOAvLHMi7QqFEJqdUb67AhNCriW2koSSIYKc+aRXb2Uf3wcF2\nGGua\r\n=2TCU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"b2b2b4210c468b4ef02d88da945220fe8f526a49","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-17.4.39.tgz","_integrity":"sha512-m1Sa6tvh+wzyhpa8tYo/4rRGQaarqa/8d69FW0H2NEfz+pPePr7Rjx7A3NErSxw6ekLD/uFzYw2UOhxHRkBx/Q==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.39","@syncfusion/ej2-lists":"~17.4.40","@syncfusion/ej2-inputs":"~17.4.39","@syncfusion/ej2-popups":"~17.4.39","@syncfusion/ej2-buttons":"~17.4.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.4.40_1577185456026_0.7972890250704046","host":"s3://npm-registry-packages"}},"17.4.41":{"name":"@syncfusion/ej2-calendars","version":"17.4.41","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@17.4.41","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"01a8a3a552ab376465d5e6023c2bf79f750bf0ea","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.4.41.tgz","fileCount":280,"integrity":"sha512-uTAbEtKsK4KD5HDio2SnGyElFREn07pN5n3JhJ+0a68XtDeJ0+XlaC5oorbmaARBRCWFrUZz+esMi28oQHY01w==","signatures":[{"sig":"MEUCIFocoF1e7XlhiDMX4e0x4U4t+s96whhjWxgo6Hl8lqv+AiEA7mo6L1R2Te6PzvdkE0eAoRN4Hy9o/V1R7qNc506tXSE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8170371,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeFFAbCRA9TVsSAnZWagAAekEP/1mtdT9P26yZ8auxOPJM\nmTDTsp9OkVvbbu4kezeVm2xNdlutEw1NpwuKHJNFcxfYp3TMcx0p4TGrsu8u\ngDkOjri4dIHppX0lrULJCTqt35bSOYG1Mq8HBN1MxygnU8lRO57rPTaagr6Y\noBIH7JRxGDwQEniFFNJtsunPh7LmkgaibOIm6DJTmpxE+m5YNwTfYtm/6jiq\nITXp5/4MOjtRvTtwE+5BWdibeKHlxYYbf69eiCuE+BIkc9Q5ANaZZV6zjBM5\nEyKgMtiwanGtngZqRFZUGRxQcbRGe8J2snM0SQntMrcbJO7CL7fm9NlDJCaY\np7MmGneATe2qCiUYCEcoBqtey6hIexPybHTU5TUAhC7QIlbN2fCWGZGBc+BW\nvroQIOk1ioUhs317fJ46v74v3bZ5MtyAZJsZ+d3gFHFkbu9MI4IREHil00DZ\nFE5P7tiEWKZNRB2wpL2Pto4Ee9ihoINdoEaGOEbL8W9kJLU1REvwAOpqR/zw\nF7qiP1s+e41sQzVQPOORXXXuIU7yFmatuWaOQp6K8XTXXYqUJA5y9z4JMjNw\nfhuY4W4KYGSsRODYCZ0qOK2cyGgVqYoGtrOJYs85pt07vjqH+CjTi2fnCZjQ\njFEUXcN50VKvij0v7pljDAA+8csvtnkdx9hMSO7g5i0JCbZtsO8hIHxhHXtl\nuWLZ\r\n=y9DS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"79bc147377726908fc522dd55065bff43d7fdcdf","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-17.4.40.tgz","_integrity":"sha512-RCU0zQgsMKx8QuKU6Nf5XWwCo+ZirPrv77e0rIBWN/cYR4XvBniDaRM8b2mnxCbtjlLUe/2q1Ta7IhHRNvpCow==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-spreadsheet","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.41","@syncfusion/ej2-lists":"~17.4.41","@syncfusion/ej2-inputs":"~17.4.41","@syncfusion/ej2-popups":"~17.4.39","@syncfusion/ej2-buttons":"~17.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.4.41_1578389531215_0.8980749881876189","host":"s3://npm-registry-packages"}},"17.4.43":{"name":"@syncfusion/ej2-calendars","version":"17.4.43","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"b001f9ded348c9cf396616f5c117cec5c10e990a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.4.43.tgz","fileCount":280,"integrity":"sha512-XhiR4Dnd3E4BuHoTR8ZC9WpcdtBo4OlHnBuIPxfLUhRbJJxhzd5izm3AiAP+9JCjuDkukmY2I1mhdCkjAAUqSw==","signatures":[{"sig":"MEUCIDgV8Csz5LvwbHXsbGuaTzq2wCOEusVfqVP09uvu+cwEAiEAq0VDEi06FaIlAzyvNX6iOnSWBfcAo706DHvRdxWURfw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8170503,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHWQNCRA9TVsSAnZWagAARSIP/2gmFlsbWPbAL3OdJDsy\nwkXz9T9CutRAwRqQ3hB1QD1FVy3bSga6EVZ+QwYR8OF9ejS5zQ5TDcxjoJZe\nna7IpPZSMuMHJnEUPIsr0Uk3Xxy7AOfCmdhkDBabQcMYullH64G0cFFjWs74\n6dO/XdcHtFgBENRV3L0GBUi9oJ8L+naQ7K/+3Bj5N5im5XYdPyKE5EUw9ZbS\n8CaIi20LQz0HJ8pEenH5NODwoF5cLDiJkHuaYmXYGo2ZFzZVpPNtafKSSZSu\nQIGOQQeZGY6Rg4Pibbg2h11ydStcnItLh45pIqPA/d/CZNURPFNcnbuo41cQ\n1cOEJKobK4nT7VaYRi0lppsRPBqYM52D0k7SZUERs8XtdF+uPYmBEDTm04xF\nxlPqaVnx0TEB7DMHVtSU4hdwo50hTi1VmZIzEgbNV7u352+i/Skz0C+FRXXf\nQmArgSgvZJwzKa1S/076c16C3YDQBx4a++LFOGhgcZT2M2VGrypVg8cS+UUh\ndD/LyOvoaO+mkCu9a3tQrtytj2Ko4rt2RFsMUc3WSOpNYyWjQvb6dZztLi+h\nBMD3d8ug++LURofGmLM30b/zhzuzBueTySHttVi7GXZ8G3aLcW6tjaKOHtYi\nI+QQ75SREBybR0IocFZVRH4jAJ8iM1Vy9X4KLDkeO2fWrLb0wrgkIne4030S\nbR3C\r\n=qmbD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"81648707aeced68987c76af90f1d8e3801d25e37","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-17.4.41.tgz","_integrity":"sha512-uTMObjSmzGRCkQk0GqUgAtveRDthpiIak+ASC7FY2RJO+PDLCWYicVfcVv6Tmr0YwHK/N/t4JRnNDCGobHRWjQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-spreadsheet","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.43","@syncfusion/ej2-lists":"~17.4.43","@syncfusion/ej2-inputs":"~17.4.43","@syncfusion/ej2-popups":"~17.4.43","@syncfusion/ej2-buttons":"~17.4.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.4.43_1578984460795_0.9915474554050803","host":"s3://npm-registry-packages"}},"17.4.44":{"name":"@syncfusion/ej2-calendars","version":"17.4.44","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@17.4.44","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"32ce7a08a0306116cc0f630f21a0472769f401e7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.4.44.tgz","fileCount":280,"integrity":"sha512-Y0mROwhlq+iDKgAPK2H76V8OKj0ES6gLpk2sIbZNSqf7e9xLj4x83D3A610wYpLR5ItCa4vIfCEcol/TvcJ+Og==","signatures":[{"sig":"MEUCIF8Zsg3Z361tNow1oUYBZhaHwQHCN60YL/wTPhm7Dw0yAiEA8v/N7T9bBF4ccDeHT4YrwOLF4CCcOAy67ffQOeSZ+1k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8171010,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJu/pCRA9TVsSAnZWagAAtUgQAJ9KxzYxltGQWSa/xlDP\noQzc9oPJqtHEXK+jV36QnabrGHc8pzhgyL6PPPWkniGrbk60XkIsOjFl3wBX\nn5VAV9fkaUuiqDn7HcZ1/Q/VGA/RZEdlHrcjXoja6DKKJfN2Usjs/+PYCp6a\nljBN3XUfwyAl0MRv52wf92lcaDy9IJwZ13psxIaabtYWNH643PmQ8L82R8tT\ncEWUrRXQ/rcjYH25NxZjDZGo5OrgQ9QcALl2z8df+832DGORPcmCtysNfflw\n8r9U46Mn/DeUnu3TP2iDBNAeWgDUb7/t5t7TpnQdnOu/msv7JGu5ZykPFDY9\n7A/ZOrNnFd7QGo1sLEwOQIz8/l+vBG8beveGpngawFkItI6quYz3RI5ciS4k\n34IaymhHNtOAwU39cl4yaxyyODQ7c7fJhrCSxTWbJduUSRGCxF1TBds6VbA6\n1gej4rUnOCEsZw4Te8110xpP9N0kBn8BVtZNgL4M7v9y9wjDkd/VpWscvNbQ\nWDinHbVyvhEtryxZEfQ3GfmT7ijFngFGqXasfYHe8blruUwv4js/x624h8iB\n3a19/GBPASwouD9+AB2purwQWkBim57/Ork/ixL4BsR4OpI+3qthT/axjb/Y\neNHwf9xG8s+wpUB3l0klvKB4JVmUuzY3LacZwtqYMDKF/A3GpGky+rkYPYnC\nzTcQ\r\n=XOvZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"9d9483b37c7ed4a0e08c7e9dba536cf777b1c7ed","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-17.4.43.tgz","_integrity":"sha512-gezxWjzVd9zo+24Co/7MzC5vRnNQWWx6i0IciyBWh6IzmDjGGu9S0Ya9QVmiW5j4BlTtz/FGzMzY9Pqnrfhx1w==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-spreadsheet","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.43","@syncfusion/ej2-lists":"~17.4.43","@syncfusion/ej2-inputs":"~17.4.43","@syncfusion/ej2-popups":"~17.4.43","@syncfusion/ej2-buttons":"~17.4.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.4.44_1579610088998_0.31103443902362393","host":"s3://npm-registry-packages"}},"17.4.46":{"name":"@syncfusion/ej2-calendars","version":"17.4.46","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"a7602f408ae55f518cf70c088ee532802d69ae0f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.4.46.tgz","fileCount":280,"integrity":"sha512-4gsUIhJNdhQAtF+b8FIFCJVH4th0fAKsi/oAekzLTOGKLjULx5WXcNIX+8fG2RJwUKQwVPppbRU1yYIuO+owGA==","signatures":[{"sig":"MEUCIQDnnvN59F98iy9wGs3JFOkn1S775G1X592iY71xQYdG6QIgSSbh9J1lwk0sgjUY1Qc+q9P+bIcminJAKAWlA1uUs6o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8171322,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMqBQCRA9TVsSAnZWagAAY48P+QGaqanyTEtMOxfxHxK4\npGILEeEtt+vUbBh3eqYx2DGCp9hBFrVXm5NhPQy6XD59uLh2qptkw0oLQxBc\nGAnIRfXgA3mnGetxdb9IM//V1EcqiOGgOMR4hdbiGuyZz2oYEY0IcBqlNl+6\nLGRdY1H/LK+nF2Y/lxG/7WtNEzobBP2l++sn2uxkGdDELpLXyAvxfA/u21bp\nx9svtZzcDgshtJiig3QqN+8u0clJJskXqWXOVGgXgzCQP5vID7Attx+GHvru\njJzxIiqzBgoWtHuT20G06K9DDgU+N1BrOztksqSiBoDtOvIdL08jsbkOKlnk\nxm0tp/eP9IZDZtwgohoDMNn/cqCBqw0JkeKIPi8NG4TDZZZS8W/DyKSAlPWz\ns68f43MelpBGCw2y0V/V8blcJ9QuwUL/4hjXGIHbnJ5UHcsODydav11aSuir\nfGU8cyIv1wpwQa/llog0A+P390Hgbt3FwaLL4BedkhDOt5+BW/n6kvCrDX7b\nq1xvpavtWP0kx+npSwcs8fWJqSdKa19YszelID5Cg7a0MMrRfTkr/ilQL8Qt\nvUtKqWLBNeoS4xl5xmw8eLiK9CubTldrxI74y7LdKuf+N2nhtId1XIkZq/pm\nyWvZqwUdi6h/u3k9qiffROqKV8sa+TB+XOzW1C4/Nfvnq26Ho962q0+S5tTg\nb7kQ\r\n=TJ4Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"e06a0450fef1013793a931703a705bdad363b156","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-17.4.44.tgz","_integrity":"sha512-YpmYrk9uUO/JF1EH+3bhLgtbrXxzWNs8JxIdPEG9UxkBJsx9vRWkE4fSkY4IZjV1S7aNq/obdSGsqpvVCF6Vtg==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-spreadsheet","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.46","@syncfusion/ej2-lists":"~17.4.46","@syncfusion/ej2-inputs":"~17.4.46","@syncfusion/ej2-popups":"~17.4.46","@syncfusion/ej2-buttons":"~17.4.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.4.46_1580376143696_0.8715224244582827","host":"s3://npm-registry-packages"}},"17.4.47":{"name":"@syncfusion/ej2-calendars","version":"17.4.47","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"55fc44b1917906c63d6b03ba81b90f832c41c0be","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.4.47.tgz","fileCount":280,"integrity":"sha512-kCX78JfjHbPKPpPytnQdWtOoHTiwiGzxRuEpHjgvfBFk1ZV4iuanBR+LeOZWCaUpnL43wvnwCvqbS9j7OEAY3g==","signatures":[{"sig":"MEUCIBqVrBP1y/a3jSbgvHkppcw9yAnLveyCnssXxkLXmrdCAiEA9Rd7i3/0DkTOcnMzBEPKQQFFPBq4UisKdRk2tQme2VU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8175508,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOmf0CRA9TVsSAnZWagAAedkP/16Sf7d0zvpHx0udyPW1\nApooSBNWzg0vtMc+f+fWVUlNh6fEdgd8axOBX15wKwgEtIJh0ux4pHFD/be3\nR6jfcYX5QHTmQgVLRm+dYdXTVQfO4qAtgW9HySBWDz6xxR6uidsK6gXgUEfT\nszaV158JT774ceRu2E4WEQHlyOTjevG8cCgiM1wQVDujx4gGRCyqnCl0DknY\nF0NKBzMLfbv3c15Y7gMeWN65DO2qmZy+HUmXxyyLpTB97iiLM3h/JDRIvUcN\nfo2Ba7gcQG2naA+bXMPjdS5WistAS86WLuk2AvMlrAZrcRWNYfPlq9Qyktgg\n8hZCKv6zNLfZDieZfgSgxN6mBBqQmq7A0j7Izv/I1LZ9Ccpvbxn4So6DOr5B\nmTTA1k1mckxEk9mwGNhm2FB37V3WC0YKMTMZqBNBdFAxPf/ogLKKUK2YeH8I\n2/eDslPj/pOuv5jEmgOTwv943zZ9Hj/IMMzGFtJ1Ung9BMKXbDbE3lK/qfcy\ngF24pMrkPsMnnXuxB6mG42o+PdNVd9Z/76FVLHTbrcj8dI5B9MGP3zprnVs8\n0lu8yOslafbpcal/rWH/iMtRUS+rVNeUcgWdzfZ5yNl4CvGtJdOoes7kNDgr\nitNNSbdEofyKV8B3mttQGtPAkwWrPfgjoWLXo47YgkHcjyWPJ68uhB/Xbiq9\nLfqY\r\n=3WNw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"4c1174c88df1a16302557ce2ac6b6aaf99c43fc2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-17.4.46.tgz","_integrity":"sha512-WDyAqXi17CP375QbTXdizq/A0Ifun+rZHndPS3mftSiXM3qAcnV99iJf9zbWzAY0Zursx6zJs44fG3Z2bPVo0g==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-spreadsheet","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.47","@syncfusion/ej2-lists":"~17.4.47","@syncfusion/ej2-inputs":"~17.4.47","@syncfusion/ej2-popups":"~17.4.47","@syncfusion/ej2-buttons":"~17.4.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.4.47_1580886003605_0.7811190221738586","host":"s3://npm-registry-packages"}},"17.4.49":{"name":"@syncfusion/ej2-calendars","version":"17.4.49","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@17.4.49","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2799cb674fd5f3919631e422930883cbad300c30","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.4.49.tgz","fileCount":280,"integrity":"sha512-GgYV9U33EkzY37PmCco3gw98BE7/NpcrGg9X9imSz2aO/lGpQiKaIrwg6dUKmPpLor/DwncxK5gMqjgkuY2m6Q==","signatures":[{"sig":"MEQCIE0XOrZK6K7+jWcagKMkhcdn2kLyljHRfPbqIKnjDTg8AiAowdDiSyk1HOTAXPZ4zVYMGi6pO+zYM1au0Iko4wy6Mg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8190623,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQofzCRA9TVsSAnZWagAArf4QAJrqAa0x5xxWWXhkHKUf\nWT4XelJnKGWFmLWM5tPvUKT5kQ2ilcGQ72nL7zGfYQU/dK6pqf5gKKG7Zfec\nuhx8v6zWJkMJzw3gkTDmZCauvhEx3VGDFeHlFQuajAStL8sdF+7dF55PrypZ\nAtf8uvintYEwMjgVMJiDTLIluxwKLpGp4Gn/K2PaEZARzVRTIdnGFI4Nw7Di\n+BNe7pSeTTltAxnw9azl0AU6iGAyYpKW8wD2RzU/3w0IGp7BRpYVq4iEMFZJ\ng1XSuZTBhiNkXHM/RAsb7L60C3G8ZQJnqX3zAjCmIpKzom+qJgJU5Yw6Whm9\nayOs2N62hSyto0n+IhLajyClIh9gy7EAD3PSx0CTYPo+SWYtUmHhqV1rpI79\nGrgWeTFE8qmFYBrlPhVfCSG/fnKGN99FM5h60h7HdyCjwduhGCKHajuafVLu\nO0BERx+blmSH4QwLcRPxajziUdtXyjxGPsF029u8ESaDTh896/2eaKAbXz6w\nUFR6F/R5r1LwihA+CDHgnAxk4cM0cxL2Q9y+ZITXGRv8ivSl9Nppk0GQ41Jb\nsqIemVttt96S6l22MgFoarazM1KHYm335x03njfTRPr4U/ACfGtnMIvemKJX\nrNzTlzNplLkRCdj9+ZUhynu6vORT/IspbXBjZ0JCID2yi9CWLvBZqL3BOpK2\npVHg\r\n=2bXz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"e1c01e33d2a79aefa6d51b0f55d5c070cb7e93c4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-17.4.47.tgz","_integrity":"sha512-R0mBKQRsNlj91iuNTfETRBidulWb1pueSbc7Pg5gYbPEEkL0uMq7smXtvaQTPOR0dejcv/9rt23EBQs1eyCL6w==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-spreadsheet","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.47","@syncfusion/ej2-lists":"~17.4.47","@syncfusion/ej2-inputs":"~17.4.47","@syncfusion/ej2-popups":"~17.4.49","@syncfusion/ej2-buttons":"~17.4.49"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.4.49_1581418483301_0.047286119638195734","host":"s3://npm-registry-packages"}},"17.4.50":{"name":"@syncfusion/ej2-calendars","version":"17.4.50","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"a27cedc289035b95af9e439a9a3534bee18f8447","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.4.50.tgz","fileCount":280,"integrity":"sha512-ISjzpn1TF67v9vsw3HVaXD/L/ZyWX9iyDW0mMvaIlRliymp7liaFvW/gQE/4okOp7+v6dMW6dGm0bDvC8kFS1A==","signatures":[{"sig":"MEUCIB1hgSqC77m06qYpF4aLJo5NpW+UyRAaBB9xqgAFNbtEAiEAnGwR6M71IrI2tCHVNtXsM9iiXpKUt55ZixbgRmrzP3Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8152046,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeS9DCCRA9TVsSAnZWagAANbQQAJjNEOFr3DcHh7Gv2TcP\ns4z/v8sC75G1aLMdhGnsuNoq6mXL2pyhfDiNK1V0Bhpro3pjp9tHoYmCUyjm\npRYUbsFFZGeL8h24rDgDWMq+3h/1A+8UCxOkn6zhZmlqhbkztDDem3l+7LQR\nRPRgYJdzfw4ppvHpknXTG6/S5hiTFPEfDdBqkNsUsVExLFv30cibQCR+Aayf\nag7+P86RRYAlGlFcnPkIAK3Oxj09Rv6Cdf8ZKMtckI4cecDOnrbXl0xIHEds\nBajwE+pnA+7OoUtujnFtlrAPxHDe+8OSiyq0zZwSn3vKEp52WhUnfFp7ueIm\nkHdGtK6HVQHiAbaVbAYGr95i+Vc91rGv1YwECZjA9tlG4RWtrHZ7awlfwt/Y\nufIsXPN8soul/wR8mm6ssTXGKTpnGBqz+XgoslmOAxHdovjIkEhaEe+7FXxE\nVtNYooHZBrHbRhHZqUsecxAohWHNtAJ2GuoLCm7poiSyBZZjfN7uWjtB660L\nmX8+WkcAIAQ6DUUW7SVMmqGrzHl5+8/7wSoIa3UxTn/6njuYnyi/Nidw8xZM\nkC7JDQifmQRAhBTRPf64FmlgQDHe1YRifZaVhjHyumA4YfpCthVOkpAOIuWp\nOagQ+2IT8DefVPoZk0OmcamfFVg7MAxNy1rf/vc2hTFSKvIRAu7vK+kyztTQ\njvvt\r\n=D4+U\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"0f43e0eb42a06ceda7b322f5a2ef4d136139d6c5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-17.4.49.tgz","_integrity":"sha512-4iomZss4Y8OSDQsxSys1dsj7GEJCYBOklXzshn11Ivnzql84Jyu5PAhuZxu9Ymxo3BT2yHW18Yj6FPA3sXE85Q==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.47","@syncfusion/ej2-lists":"~17.4.47","@syncfusion/ej2-inputs":"~17.4.47","@syncfusion/ej2-popups":"~17.4.49","@syncfusion/ej2-buttons":"~17.4.49"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.4.50_1582026945419_0.5779859827527964","host":"s3://npm-registry-packages"}},"17.4.51":{"name":"@syncfusion/ej2-calendars","version":"17.4.51","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"1235a7f3aee7e70d5bf0e9962e02e7af809aeea1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.4.51.tgz","fileCount":280,"integrity":"sha512-uNlmjBI3Fvcjn+qelyH9ss59L4lo19emrt9SxXVTpwCTKXQ1bI2gUlbsoR+oGpS1iRq3C0safqcMGSQe+Fft3g==","signatures":[{"sig":"MEUCIE4IVN5P+cD04pg1SDLlFkEcCsau9kDuybBAbot4ZkK+AiEAw9+5geERmpj3csNX75rqxR058rlzUuTfw828AnXdqW8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8152230,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVS0XCRA9TVsSAnZWagAAJDcP+QGrP1Y0X/m8hA2P2GOY\n/8jlOQ7YKIPnrjj9kdYAyppVXOH8+SNdNj/JagqSPSE6jlQOgeYhBkjSobpR\n4LBUNswrp6y0jPwcgjeP/n4oKfSBGz/9oIlBsR7p+p7okOtiEqKpP2+85o9f\nf5EOyNsSiIFS5skq28f6ThQLVApIcrRKtGqxuiS/3aDOT5wBDhXJhkO3tA01\nbg7KkVqJs49TsYpToQEon3pdWO8QKlbJws7rbvVAo+nEPTjRLFC592vzwS3l\nZOYeqk55mk0RkWmHj2KO0iqtOHZNcBIEcIy6d0au7eO+X0Uw0iYnnjj1fvsR\n6Mzd8MgjFJnz/5nYc/DKOWw7Yh4zTa0JHYyH8QVAP/xW5z3A05A9kXTPgfpx\nqF1yuE9gxURbX4Tc5BpAIMIXPOfd0tkUfKQWDpn7jek1+Ta+bWoAwRIXqsz3\n1JGgFVRsuhLM6mW3gyRkISInVW+Gf5jPjGXETnKqbe2szJXz96IM/+yIphSO\ncRyQ2oMxuSd4gIBrukYhJs6648KUKvWZcoBbNd+I1GX3yW2et/F/Jy14X3AT\n8Gi8Mfb/UUHbVAuOXnMh8wJjgPl990voeeWrY40vYwdN16ezKFvS5zEjsk8f\nOfIQIA3xphXM9l+cbnpHDOYHU2Roh+cGNNijmDjMmPJ+17QDs7T1wQSbkS2m\ndtqp\r\n=s7oM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"5cecb852787f5bbb4a53c8c1e520dcaa4a524f7a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-17.4.50.tgz","_integrity":"sha512-pzQOmnRffqe77gyEVFIKf0vCTbjK3+XTkttRw9N7Ymrql/YYa/mcqIgc5h+1ZHVeZQlbhclyAw3+XgbeKIZoRA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.51","@syncfusion/ej2-lists":"~17.4.51","@syncfusion/ej2-inputs":"~17.4.51","@syncfusion/ej2-popups":"~17.4.51","@syncfusion/ej2-buttons":"~17.4.51"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.4.51_1582640406418_0.7206017414742132","host":"s3://npm-registry-packages"}},"18.1.36-beta":{"name":"@syncfusion/ej2-calendars","version":"18.1.36-beta","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"e5f0d2088bf7248fc974d86613f6748f68ba4971","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.1.36-beta.tgz","fileCount":280,"integrity":"sha512-7UHXETGp2PSV7cP7lSyp+SlJdMn0XdtV17cBJs2P5PqOsvwoNhagFb8BjQjDMVL0eIH5/aYWgppjLTRU/5wPVQ==","signatures":[{"sig":"MEYCIQCvIN7KUL1bc+mwW7yNnzCotKykcZXBTXHrYZ+pDsh3PAIhAI5aTyYhJMStUSzg326/0Eij2chZtsr+PaCsGr3N1+sY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8294688,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeczdMCRA9TVsSAnZWagAAD1IQAKFe178FA78JsVS0Vvge\nJj6e184wt3+Jy/CZzRPYInEGuwO6q99qpOTZbObZQTrg9ZR8CenZS8T4g2ZB\nyGCMlf+FJZ/hQNofu5I3TWlp04R6KFPISByivKksm/pP3nTKV5akYbYwjMaB\nqzjKu2UsTpTZKKL79LTrUg8ppuLSXWcDmwTxSdW9tcEtTQq+JjpUuYt684HT\n82/ll83zUu6PIcRbsvqYtOtQ/J1VMOYCRyQxiHHuKWBiEXzD2zPkx+7j0DW+\ndF51aPDjp6XhggOPNq0mOyR12R2y22IFqZIBvB/4KDYaJPBQbscBR0xS0fya\nZXfvtZZ9l0x7wal8gf566VcTTT3kiTvIt8jyfx4+ZeGUCquP5qKucH9lDnlD\nJJr/SnfowmcLqI5Xg3HcljWWRJsvbx28CxVRLzPUBOwd41LVQZ8DfcHxsIYF\n7TX+nc7rSjBhKnq1tu6zyhpQNYIdX2efVv6zlT+hLm3fvsKiBH4rz2El2BKZ\nX7IKdk+P+kyZJ5ImqnBvdt4qQbqFr8lRXSdoSwzHrjbtE2y1d/X4DCII/h+u\nkLrgtd41i8IidxYdSLeGcWjKxi9OXFTKGhwsmhfl4fee2gIFTNr09oGJs3Zd\n3J1sDOvzTpPbGqW5GlO0+ofLTIIhEoAhIdW5/5E2pAB9f94j6pvK0rv4DKtR\nNTK7\r\n=n2n5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"4663b69f7b3dc589cd1ec4c924594c4763d5d103","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.48.tgz","_integrity":"sha512-VW78DXJ2d7G2sYV4b6z7jizjFRVskoLcDQIRBejZjv6NZ0QWE+S+qVMH80YgLfkAwedQ7djVVq6IhNi/2a9apQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.36-beta","@syncfusion/ej2-lists":"~18.1.36-beta","@syncfusion/ej2-inputs":"~18.1.36-beta","@syncfusion/ej2-popups":"~18.1.36-beta","@syncfusion/ej2-buttons":"~18.1.36-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.1.36-beta_1584609099953_0.21944119908393933","host":"s3://npm-registry-packages"}},"18.1.42":{"name":"@syncfusion/ej2-calendars","version":"18.1.42","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"a0b515956ec87f1b6d1823289ec706d6c2ea4e77","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.1.42.tgz","fileCount":280,"integrity":"sha512-m/ZJuE5ewRv4eco/G89KJZ3CLDAFHOQcOYfYMw6Rk3eRLrNLiNomWMXWEVjTDX3M8/2EWMEB/ziQzwU2/muFbw==","signatures":[{"sig":"MEUCIEeJHZlEWpPGhuS6CQm6vJDEj3DLm5ZYd2pKHuTMxbncAiEAtW9jL+icttJc4e8sZy/WP4yTTz0GlL0JVVENkjIg97A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8366382,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehHDgCRA9TVsSAnZWagAAH94P/1yG9OnMMqTqOmbZHocq\nfpvVGveftb4E966nVqQcJ1IspCvRfEXlkX8IEPvelZf8KAcxTF9DMb6hzhJu\nYMPkciOt4PmKqJt1oMLPTPx3t/sWmy6K3GAQwzZvHtHV/vRqb65Jt5O6zjjI\n3nL3WP/XBGKiRRlqlPdYQ9zDmRTiK0voPUUXAQd5eOcfA+KFNxNy9dS7zNKP\nEYyqW+642SF1idvJ8PCM3JXqC1+3crShgxnZZPS+CtM505QF27dfeTnSbsq6\n1KCrCAam98B67NJXY4Ed6FUJTDqHFvFhYhtHzB9X9JvG91j2r6H685KzDmJM\ncp+YNuvpntbEz9ZnQgXIkENO+wmtxfrfqNKHdEHCTw6KV9Cx8yDVLc1UXtXL\nUTZqlBXF7K4HEdsGn/BpNHv2uAGryJ17jUjBx04N/7bixeQcLgUYjS2rD4Yt\niDlPfgZgnKDUln/GtlWqVt0rKlX9sw8Z1+cF67/lE90AWbxz2W593KScG06f\nR+tGnxb/s3233YVf/AIuS9CjnklWwv8YINdHipt64uxTzziaGFIzFy6za1Kg\nAn9oaNuk1PVG1BsBuBCnEcxUkvrDSvIK0ic+p9nohwHv49doZz0fHnLSol6Q\nGw/gCrMHNdbEorUTh0qnXtVlPdQQ/ApkP1h7dxfn4Kxv9WT/T1Tw8fgKIejM\n68+i\r\n=oOro\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"7b95f269a4ad45eed615b2ee060593c86108bc71","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-18.1.36.tgz","_integrity":"sha512-+vSTA0FKRHsNcfWoxvlGgP1AKaH0Tzg3+2PRi7Yf/0nZCrVDg6hsKeugNJPZbI0eSz6C+IOn0B3R73cALjk4pQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.42","@syncfusion/ej2-lists":"~18.1.42","@syncfusion/ej2-inputs":"~18.1.42","@syncfusion/ej2-popups":"~18.1.42","@syncfusion/ej2-buttons":"~18.1.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.1.42_1585737952309_0.10826322253938603","host":"s3://npm-registry-packages"}},"18.1.43":{"name":"@syncfusion/ej2-calendars","version":"18.1.43","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@18.1.43","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"80448ddf3d4c7d4d7fa4cbfdb2ac0166877f2552","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.1.43.tgz","fileCount":280,"integrity":"sha512-/7+CXo6hj2c3EN0Li/GL7RSHyInw8qg2aGS/HZTyo9OpA2+cqZ8WFNawOwxmQrwL701RuQyAxIfBADKyTDZ44A==","signatures":[{"sig":"MEUCIQD21f2Vczg8rjLkMj7RrifqXd2/Y3n2jZFLky935+qd6AIgMDOkFJDyhCGi1ceDCLqRqSuVJAdW4JNMelg88YRdo3w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8371316,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejG4LCRA9TVsSAnZWagAAzZ4QAIteA68iw+XlIRfCn4SR\nrGF1vixh9FZ6oM9gMBji2mvXYkcW9pcJCWOmElWErlZBfhreSfl9SpM319Ce\nIdUjGFLirkEGZ3dVgkicfTctKId2GFNRDp14qOz33bePLlyY69zniu9ofZVT\nzB+zHhXLgh/TwAABQJx/aa1PnWCjPuxWVOK1p1iTrgWt5MhApC6ouW6PRjTI\n1RpdLvPNvhGpPY89oHnwsjhSBcnhzpghc/KhVWZMefKTP4UugYVnncdlIhB2\nTI2KjUXD2kHIS8qWiSnFXfvBdIgrPQb5w3pT5djz/fDpKrilsFL06YCgksyJ\nWY88HBsTcHxWzSl4ozgtWWNnnZfZ9MY/mtSbcS7EGksdyRQ2idhSgGQv7K6D\nfWLQ4N6aSSR7g3/AXeeEAY9HokmIUFPiAVv+TW6yrCEsmt2npXjrp5KhZZfe\n4YXgcJSuaG3eVU5h1qfbV/sbDOUe2zuelO2F+5TRntODdI+KfYSkF3UYPTTh\nqDje07UxLfyHBbELaw8/XG66JYXh3qYvZqibhPwi77MoDBSQQNzZeRsdYLbi\n8NSETVF1uhN6gOyKvVY0XXSbiag9n3NjBg1xMq8RdQsHwtk/svRWwnUTYeiy\n1AWDxvmI3/yVE1Ib7gDYFEgtTHdzyjbM51AZ3m1MxEe126sb3aO4wzMOETxj\nKBzD\r\n=H4HX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"06a982e5dd717d5cf5d69757c0963384aca0b4ae","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.1.36.tgz","_integrity":"sha512-MqolYKwWlh9G21fSAdmHhgF2wX2fDBka2ZiETq5NAd06tv/9Ag0/2a842qA3cPYMpNQtT+gypjyDUTxow9VDrw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.42","@syncfusion/ej2-lists":"~18.1.43","@syncfusion/ej2-inputs":"~18.1.43","@syncfusion/ej2-popups":"~18.1.43","@syncfusion/ej2-buttons":"~18.1.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.1.43_1586261515217_0.9919973059197191","host":"s3://npm-registry-packages"}},"18.1.44":{"name":"@syncfusion/ej2-calendars","version":"18.1.44","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"5915a865463c8f5b14dc051aae1ed135172e9e36","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.1.44.tgz","fileCount":280,"integrity":"sha512-+23LHPiA8fXa7FnaK+fKdy1d5LzfraTmVrBfXguW5iZnGs7yg4y0PWqmjm+1xvv0gP42KVoR2HuCsKMzOZAbPA==","signatures":[{"sig":"MEYCIQDcnB4fuGPdQzAdxQIlI8AVyWDfSMBm3Y9mSmz80p2iYwIhAKP6XfOO/doKv0oj5xBznIfgQYcKcHpYr61YryM1oRcV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8372523,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJelaDOCRA9TVsSAnZWagAAjE8P/0lC/qOs3aPwfRgRsVXY\nLG8e9BuaBGvhOBuswEUbbTPYQgW1WdTAf4CZNNf32SlpttSQYejP9fJgsiZr\n+hdFjb1B4fluFHTvTJMOgLfktzuEENP4fLesb1gmxcNazPTl8xfXwm9j4Xr5\nj3zj1fAV/sQUGQsB7jObPr+XsqHzOaX0CwKhyK7spunv2UdTqCdh5gEB2I4F\nhvEGKFXH0L1CGZgHv7p6T6PxPBAzg5yzdAyLJ3VqWqMl4xNytQVWN87GTf9i\n7KeuufUMy5CVMzCai6NTjyk1CgsMGI04BzB/CwS+aVKS8QGgzz3G5RitWZDm\nk27hWlMecHqaUd5jelgaSCYQpQ2HOi7ImpNoWOlcBBWoW4c5pDbUDej3Oz3g\neWN0R7KC10TF0WGds0bpQHuJrZXm1hr6DGn1N6h9Zz0Z6GE+IYkw4zmzTVN4\nknYF6OkKFiGiLpFw/UqicryWQ6gjD1Lei69AbcAn49tQplcoqMBiaDJbatZX\nqUdtB/uD28hiMZ4ABDAm4UBeaB4Ilz7C0aGl+pFkamsfnCao1+34GQXfsrL4\nNqyi9isPGARKWr0U0A+Ksh3PeHcTC/sWgxieTd+e57SoeAjJfDXEltHD3aIG\nuyzwnpSX1pj658dGUkJjhw1QOPZriiWxAK9ZPqgzgTGOcOm97aiF4y3CgVxx\nMRDW\r\n=VDQW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"59edecbe0d2e7fea4b337645e1d5f8c13893c493","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.1.43.tgz","_integrity":"sha512-mW4dV5QhjRrlb5njdLw2o9yxmvPblAyKsd6oIrd7AfRTAayW6ltuyfZ2zqPmKdH8tUNWbMIsQtb5oGN4439Wng==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.44","@syncfusion/ej2-lists":"~18.1.44","@syncfusion/ej2-inputs":"~18.1.44","@syncfusion/ej2-popups":"~18.1.44","@syncfusion/ej2-buttons":"~18.1.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.1.44_1586864333795_0.9226395702385741","host":"s3://npm-registry-packages"}},"18.1.52":{"name":"@syncfusion/ej2-calendars","version":"18.1.52","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"e12a338c1ab1cf038a2095141060c657d607dbb1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.1.52.tgz","fileCount":280,"integrity":"sha512-+kH21/ZJNgEEborh9VkHHOSAT4bZBLD39TUdnGv45JysRKD01DRwuY7H8s7xQEarfgq8Jmy/1yqbiVUEnva+wQ==","signatures":[{"sig":"MEQCIGL2jqiFoeZfkn1CJUOVY8AnZckxVFQH1AsnZf2gsXtmAiBO6FyjsHT7WRW3qVJSz28IPKkPQzCs21cSgByRGw82hg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8373147,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeu66HCRA9TVsSAnZWagAABNsP+wY1eRxnN2EHVrcgVFC0\n720wGAhqS2gAwvxxuuyvTNyPRQgoXg9mIWyBa7qTSAdbx52pvIpgCD+wzqwI\naM57a6DVAW31Qz7rbFDXNP7RiMJMrxPSgRTHrdjY2AGiAanSovwTC5UwvrEP\nnVbOpppAMlacvHaL4LJVUU7UTWZ+g+uO8MHSn6DC9Y0bclcz6NDxfElfa9+O\nzCVnHbFfxGI0bni2LVnFpsJWO/LX5HuI02Bs2UihylpDHkpwT6+BLsIUCtpY\nEnQuAXzRAxQKo84ov1pVk08JTAcCfXWthUJ6FeKS7xWMIEF4PngBRzStFecA\nEKTnX6VapdkSsfJZCGiU08TBmbS4G9pdtQVFkcoh8sLvIuCBv1CoYQWHvsE4\nH3ImYlAiq76mPv8cJJNpDwaLyw6V5Ndde6wOt9CK+WcYxVpdGggiUakVE5mV\nEzzy0cNYKGQtNS9miAR2NAaoRIUezgZMqX0StifGqdMV/iV4RYedAVqPbja7\nbidZCvYBO6xRWcDFOZfl8DulHS9SR65W/TgGTHhNYgj84x91N6TUNmIZF6Zs\nEbcCtKnf18mUEBzZlA5eqYf1f/540nucyByhh/wayz5klZ/gH3+l45BsI1/S\nsCaa+vFBjmBqjxIGkZYkstYPFH2sauxfKRIXFu5DuKU4g0Q+98mzyqirmR82\n4tDS\r\n=rR1a\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"2dbd00da513192febbd1b0921efaf64c26a70f0d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.1.44.tgz","_integrity":"sha512-h1WP9tkT0IgEhaLm3/7exQF1b6Xw/6hBlWIuLKcMEzx+/R7IWDksrF8NOAdxrMePGjvvZn7ho+13I8C6hVjzKA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.52","@syncfusion/ej2-lists":"~18.1.52","@syncfusion/ej2-inputs":"~18.1.52","@syncfusion/ej2-popups":"~18.1.52","@syncfusion/ej2-buttons":"~18.1.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.1.52_1589358214746_0.7198267383182317","host":"s3://npm-registry-packages"}},"18.1.53":{"name":"@syncfusion/ej2-calendars","version":"18.1.53","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@18.1.53","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c35bf0ca506df1bd22f4b984a077bb990f5aa327","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.1.53.tgz","fileCount":280,"integrity":"sha512-6Y2AkF0RaII1m9obqk2YsnvnEU0fxczQtPgkcdptV+jmIhmuS2YQCTIK8+uHoc3buQ/2y3Y3zcLxGCvRR0balA==","signatures":[{"sig":"MEUCIAY4vPHt40P0Cy1kwfSqtqy3BaROCoZKwpEzqwMZMHKYAiEA5bkzFhC6LOMKm7PbXOEg0WAKE+IsaN+OPPkwSs+VHF4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8373884,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJew4XACRA9TVsSAnZWagAAb2gP/A1zf4uQs6t5/AJdVwAh\naxoFIz9uZ9KJgarl09E8DuaoE9pAue9Aric+5nBJo5+3cDyP2znkKYrHX3aQ\naEB3FwlXV6gPLxdw+PV0cJgrmtFPjPcBa3znlfySkDotA3UlJtxLEJqjkT31\n+B4u+cAyX3fcpOc7E+4UPJGvxIkAqOjqdrkfHb9zsgk1zlwopD+ngMkvItib\nZHQbkY46l3p6VDjAMr1GJ7l9t0JFkwQK8eDqp7nb2PCJqpDjrPY8HY2q0A9N\nLSTKMnRWhen/Z/LMEkEks9ZLkCQLNdre/1NR5q+FzA/pnG92WqWZsotc2PsZ\nWFzN4mg6+5JuJb7clfSOPLoNGu9BNurF+I66hS5Sd69hfoHbdzWBFxPfnrcU\nV9SIcfjN/jIunC3f3WpPCigosutnh2xlwwmU1xbbClO05XFz+nzb5u168hpq\nzEWdBx3CSoVhQ/irXf1ajgq+u9J+gtLAFjq/bhZ0NxjLrf98/o1h9nWlKlrf\n9lhNX3hOSZGPH19PLPZaxYg16fGFYzIlJ5MtdzxMCluRXaiWSYEC/wEp72At\njUv8fqZUx8cdaqCCPCFyev6oofhYtz15yCRL2Kt3/La8wJ4RgKjGXJn/Cwu7\nobAGBoiBMn+pL04zJ1av4nVH3CRWiQSnIlDbP0zi+boic7Lh+MXrA262zOx1\nOMFh\r\n=aUjk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"62fd0a46b2d8ac48fa68ce68a3fad1c8a504e7d9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.1.52.tgz","_integrity":"sha512-3sqLz7YOLrNOFym9M7lwMcyvj86grk+12DPw+MJVGUIOQagtqu30wA8ZXtUahCeL5t9nNofeQBpuyVBZ/tjISQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.53","@syncfusion/ej2-lists":"~18.1.53","@syncfusion/ej2-inputs":"~18.1.53","@syncfusion/ej2-popups":"~18.1.53","@syncfusion/ej2-buttons":"~18.1.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.1.53_1589872063391_0.7642752889480833","host":"s3://npm-registry-packages"}},"18.1.57":{"name":"@syncfusion/ej2-calendars","version":"18.1.57","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@18.1.57","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3deb1ea55ed81d6b593715881e8d6311021b1607","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.1.57.tgz","fileCount":280,"integrity":"sha512-rxND9x+t5NdZsfP7uJ4YirBdkmuj08TSeFrqs8TAOlNkNoe1wd8fZV27EqSuyCALLEzBPHQiYBMPzQiLeHXqqA==","signatures":[{"sig":"MEUCIBwdHVgkKc/Skw/22G23z3FvDp6/P9+FkSJb/IHsm/ATAiEAyMGSYmmes0ilVuUazezqGUa0XtV1M5m15lBhc8yQHW8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8375605,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6KNfCRA9TVsSAnZWagAA7coP/ieqU9qaWM8IujHvZ6qD\nGCrKpNg/BdKYj1MQna/FttuEFA3uJ7odn1H+IWEHuIH89hAysdUM0nnaFXR4\nLNj72/4amVBKDEdzKzklB5NDRVnRlm2PL2ODktqZfUxCm1dnpoAWCOtiDSeE\nXT25Q/zftbz1JwbwPy0CQt6c+V025bJFkJ+oL0nDaB6jzbMh7IyTeYRUTvqx\nSO8u7cG9EaAWAeCBm6xUZnuGQ/KMRiEsj1KtLoAOTU4piZnA05aOFy6g4ZFN\n/XW2kkcAEVleeLOhu9aDwdThyFciXPHxFh4pDNha09FBfpMJXhsx1avxf1qO\nGOtl7ojXqwe22WREf2HXB4gBqoJ+nCW27XOvvARfzD4Iulae4irUL+FL1cQ9\nJHBHPKRvtI3NdPA/+lZkKtKqrqs1HXTLDHsrHpMNsTC0ZiYQO3kIfQoz0NkI\nvX2vY3MSKW4w6aGkJfMrj4lnax9hyyJ/nTZ///84x2Qd4gm4QcHkoEFJfL+Z\nHiEd1EpPjDnyDoo04+amKmPNtl8CQ9XftAvtnhD7aM6F32PJI0gYfkL6N79g\n5IAD/GVGhGFSnqRH/wuokeedWA4M/Ps+sSbLSCxqyjbntUYFYQ1bOH/iAcZ6\nswEsPhz5HiikrA8ewE5OHTFo6GhuGsM6gW/fVr0JeiVONVjRwW/xvISmKPwX\n9Htv\r\n=Dks1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"d0a7ffa8afe58ade49c0282e409864eabf61ebd9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.1.53.tgz","_integrity":"sha512-Nj0YIgjhNvexHb4ol6VyhPa5Ro/cGrC2URymMDx521sY3s0UOO77z+udwPt0ufKyjcP3el7vLjvgunMaw7Qubg==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.57","@syncfusion/ej2-lists":"~18.1.53","@syncfusion/ej2-inputs":"~18.1.56","@syncfusion/ej2-popups":"~18.1.57","@syncfusion/ej2-buttons":"~18.1.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.1.57_1592304478575_0.009112535602747274","host":"s3://npm-registry-packages"}},"18.2.44":{"name":"@syncfusion/ej2-calendars","version":"18.2.44","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"66e954209fb6da3901f06ad3405100a313d83f24","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.2.44.tgz","fileCount":280,"integrity":"sha512-CZ/JXlfQgLAe7Dl68cUaPYXUlagXb2lRq1h9c2y6PApXWoGXS2ITH2GYCZd1Bk+JNZIWZuQG+/MJO2Qm0QyhSA==","signatures":[{"sig":"MEUCIHPa9Bndb4HYQz4cLLgqk0JLVGPdJaouhlpyvEV9tBViAiEAltIMoM8aj8wZpUydxjp/H1nCjp1Dh3cEdAkGgezv8eY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8385358,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfA8TlCRA9TVsSAnZWagAA7E8P/2O2tAlDDpvMKsLFEgcl\nSto8/+SHESUxHpw+JJW0IVfHMwMyjRTrS78A9SVWJFLbq10CPClKiKn0Sua5\naUyto+geRYYp8Tqx3yNhcr2OdxduzTjXsusHWQ3HCz7q7DDdZ87tM8rBZcWg\n/k+YA5JK0iiz0Xl2J6XUeMhKq123LLlxOX3N0w4xTT+6jeJS96TG6r38TfTv\nob36/ap02PqCfD1DCkF4b8OIF7YViWGPVwuHf7iaE5SdkabwAuxEsFi1XUve\na5GYQVUkGkYy9S11PfctuZpeYc98dq0mfEFAbX/hPGD4UtxIjfTEn0MgkSkj\nJqYujTGnmdvUCHSGqsccZnHUtPE7tGiYZHBaLh//ejduYPRsV/BYMiXB86uj\nKt2uW9cyoo5IVMWj/0uLIu6Jmc8VDV+Z/Vc9tizkstDwGSP7t9FvADSP4Tkq\nfc4JKIQxm/zGC39acnrra38EqPEa4/1bwdV2VA2M+zz5cFTpV1UAaXc1Pv94\nXVAarm4SvGb4zIn2EQfMvKRre3gh4O15QiLUt53esDEGVoc+QART5VuvhR0m\n2naTK/Q8WNBGwFgH7auzEqUPjawU8nWn/aGv6now5Oki9ShirAb32tIfa2RZ\nfKX8zE9LtdlaLRGkWFkm1vCioplKm6ebRtNUyXz/bjey6OKEe+OREjZJDt7t\nra3O\r\n=Q7eN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"9f4950a1d38e3f41601d77ad87f75125d5b50824","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.48.tgz","_integrity":"sha512-+drGHlD+oX2JRG02zY/BZaeHlWMse2zgWWmpTIF3IySwOp1cRI53g3alipGphb/2m8nwJx8qvnAsOkaz/0IXTQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.44","@syncfusion/ej2-lists":"~18.2.44","@syncfusion/ej2-inputs":"~18.2.44","@syncfusion/ej2-popups":"~18.2.44","@syncfusion/ej2-buttons":"~18.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.2.44_1594082533062_0.19258893463365778","host":"s3://npm-registry-packages"}},"18.2.54":{"name":"@syncfusion/ej2-calendars","version":"18.2.54","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"b3dd31490d8af3e61095320c64a45f88f0b7298c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.2.54.tgz","fileCount":280,"integrity":"sha512-hLBsnkuPvwdh4+nUMat6FpGglN682qB+bs9MGiBNkdxScVNKtxElDhUgOYMLI9JV7ORxPMQTVF6tNPmd7tO/xQ==","signatures":[{"sig":"MEQCIAEgiinSaa+NLrIQfHqJ4Jl51Y2RgHvmZrHvx8nLJx3wAiBJ7iz2C8smdkeEk/XXBNJfcdRuYu1yuuAzjC8XzlGdJA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8385382,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfO8g5CRA9TVsSAnZWagAAKBEP/AgA4+JWVY+njyocIpxR\n/SQJp/8d5qccNehS1lQof8OUaIJzzuI4VP67eyLS79nIBAsuV8j1VHrGfmG4\n5VJUpkFkMROHsm70nn2Lp2wlLuJRTfyTZzWU8Ko3rS8GErgFjMxA8InRateZ\nf3/DH91+A3wM12DiI/ROO/lTDLLGD+uwYIlIeRKG3Reaeu8ZNxupXpDVYiqd\n7UCC9dalgKk5tYAzti79+l+H97Xu4+LDW2oKCXl5ZMqm8I9OV/3e19DmO+fs\n4wdUTTEFAh/NFCd7Ko+Rbotyrwu+ZfoUwUz6z0p+bCjcOhndheZN8b/ppqSr\nSPEF98riqYGGEC8WqXQESX/kYx3nn4c+qP/yySfik7rEiDTS47IPQV5F06jG\nfiajMZ9tmH+wn0iom+UJsDcNYY5d64iwH/6DafyWkKKgR/4UfzfUkxQ4jTFn\nPmTCpKKm4SzZ7hrkcb8lVTEcwIwihXEGmbqjpkyjDhQEulnRY1/RoUT6gmNB\nNqyr5SknvS5KlqQev1vyDu29pgVnuT9VCz5IlDRY8kN6R2Qx0F3a1B5Tpr1l\nziRlyaS5nYNPWhkZ2zxtpTpnHFTEqSLSoinUp9PPVJXgSNHiTldtz4I1dGEj\n1ZuB3vzGOY8WNIk33CajQe94XwZlFyEDmFL1b31SGX6djZs+JNXq7cttM6NZ\nqBd2\r\n=GfkA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"a780b8a2e3a8741914c6c09be9fed44763dc6e3a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.2.44.tgz","_integrity":"sha512-wbEpCAiPF05Tw4nVbp/kHEwzlqT3UJ/Igx32PTDcp7fG9fcyigFqO9MQ2g7TsNfcBDjhAxTKSiYei6g7qmwqzA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.54","@syncfusion/ej2-lists":"~18.2.54","@syncfusion/ej2-inputs":"~18.2.54","@syncfusion/ej2-popups":"~18.2.54","@syncfusion/ej2-buttons":"~18.2.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.2.54_1597753400848_0.20298556801062984","host":"s3://npm-registry-packages"}},"18.2.56":{"name":"@syncfusion/ej2-calendars","version":"18.2.56","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"622d82f0f5dfbb158e1201b89d77b020332fd148","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.2.56.tgz","fileCount":280,"integrity":"sha512-WDoS9wym9uM4I2dCWQyjFgqK5yBe4ERFMJHvD0Iyt0f4iDLY9XG2nGIx/81Qpid1KEjdqvS8QHtYVPb0gtBB0g==","signatures":[{"sig":"MEYCIQCnGRhKit0ImZwCEwbDPMFfVl2mCLve7LUY8MTYn9jcNgIhALnAfmjBth1QA2SEIHSWuVY1wJA2/kn9SPaYmiUJALOF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8385395,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTjPTCRA9TVsSAnZWagAAU4IP/R+4Xwii3KrGyuw012wm\nODYDSVzd6zxRCKzNVQjY90iXkNSYZv3mqYWXNZVIbrEZdnUibU0HjRv3IUCv\ne7ZTEe3pTgq/dHSqRseVwUQzyAPCkxiLjjiu/9NlCj/g1/L81OSzt0g5HVlP\niHuLXO5lL6bUxFr7P2PWFm5/X7bljknl/3WhbR7vO+2T1/OpYR7dXSBfFIIk\nDy5oZ7S40mWiQqAMF+/SfImiygqwGxPvc4i43SS4CN2ltePNyR4nwlVnb8VO\na8FUYUTgFKIWMlAQgqUVUp9e6SZjWpy1dK6Q+3zf9qcDOWOw1sPP0YSKLX3l\nRcHoBTOleMDtwzbGpKV8I231YuQ2wojjAQn79qpkEBd5MSOjwBp/RTtfC33G\naaJe5D/dobePFG07uSLL4ziQgXN7GPvtQp/o3G0Vqmc/uKOw1ZKOKNDg52MF\ndqLIecH1grrHvCedMM+b2AVmjuvIu+GuA3c1mECrBIC2hDuk8i9TUJh3L83I\n27FgO2duht+zjHsZ1mJB+/klzbeAn2hM6kZrABU+CGyuL7URui6sIs/SH0Qb\ngoDd/yQ+F2mOsYHYeSKmpl1sgm4ZZyjL/HwHGjnWO0MqEduTpK66EJvPanQI\nlvhDiYUECuTn1hRnH+il3QuZPYNA8oEb3vVItvtQX9RpK1w3yR15GuuSUx4f\nD06w\r\n=ANDM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"3dc3d136ed07b387ee14da2eeee99fd8ea135975","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.2.54.tgz","_integrity":"sha512-AlQSy/i8nCJjRMLllQ+t+OkWCCff6lFlvylx6ygdDdKdW+FW2DSagSTovHePNG7F0jDTcBesT7PVPX1ZD9LYNg==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.55","@syncfusion/ej2-lists":"~18.2.54","@syncfusion/ej2-inputs":"~18.2.56","@syncfusion/ej2-popups":"~18.2.54","@syncfusion/ej2-buttons":"~18.2.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.2.56_1598960595147_0.11127133329892147","host":"s3://npm-registry-packages"}},"18.3.35":{"name":"@syncfusion/ej2-calendars","version":"18.3.35","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"57dfb6b0895a769c2ff3a8acdd63ee33f6ba73b7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.3.35.tgz","fileCount":280,"integrity":"sha512-t0b9HGIL/AsT6UoB3k9WG/rPTO3lB/JWGpuQnz4xmaoYBEcFCes9aGdRpvt6EA2BWio+zVe3h8JTi/9swYefVA==","signatures":[{"sig":"MEQCIAklZR5tHeheArcGhZNMC91QUqdFGWRZXrhozj9PXLu8AiBxe7rLXeJfbznbFXmvUShi7WPMgJe83AAG5Nvn/19LJA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8401206,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdaRPCRA9TVsSAnZWagAAqHEP/A9uy1IrDTHT7pjiPgnc\n9QuoqPz2XopdhUnzITiDWjrjAEASSCOrcVNMUrVqG/WiBeJuw2i0c8EfX+S5\nHO+gzDARRPUNpfucE4wmrR/4mvXdX8KAPImXnlUN56Rd/v9EWajY/SZ3cl5q\nvv5VeYuLj/4ZkV5pKmefoF/7PFGL1hezHT5eHqkp3kBYf59VWIXBbp7uJU9w\npkQYDA4jRS7sjVTJsjsMUAhSf3r+b5GrEPjiMaDwG4YqlxEDGMj+DdT4LQ34\n/ba6Fgwc39ePNaaCJ3IVVfaPvdjolCTPIYM45FJCmXky1lUUgfSvi4cGMBla\nNhRGr9rKOAkmTg5PHX2p28x03SwL6DiJZlxdCOZHJK/xae9hcwH08QK1sHnP\nYq28YDDQXqvIJ6OJZvTttVOW7qpXT1Z6jetww34/VpF7TpO21VpvPNgd4qMT\nkYKK+mj5fsu7YshzrPaASii7mY5y7MeXCbujR7IgLQ6O6ccSvHmCTMxatrsC\nuusrUEaqWX3miyhWslyXOurrd74lWYflFa1YbhXGHhH3mm2ymuusvZAwmCNZ\nUUELphw3GX3uPQG/afiFghRhPI5rkniWUaA6CQ74shLtWCxsnxkdvhhELM1i\nuPoDqaCeEGGKXSCqNc4RHg3s5+FewNggJUi2qDaBdmoA1BhMRAmwa4UBKUq/\ns7Ho\r\n=KEtv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"d7a202504d5d9b9acc28a12649731a57a329d346","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.48.tgz","_integrity":"sha512-2glMinU0G2yLIMRzCNkWL32nTk9gEA92ikWYpKPAWKmrRAIIVopUONM8X42eEqbEdIpb+h6docG3FMskuT7DGQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.35","@syncfusion/ej2-lists":"~18.3.35","@syncfusion/ej2-inputs":"~18.3.35","@syncfusion/ej2-popups":"~18.3.35","@syncfusion/ej2-buttons":"~18.3.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.3.35_1601545294992_0.9399677017292085","host":"s3://npm-registry-packages"}},"18.3.40":{"name":"@syncfusion/ej2-calendars","version":"18.3.40","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"2084d216db43b52c8482c22765e4cce6fe696086","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.3.40.tgz","fileCount":280,"integrity":"sha512-zIfDbImQue8I3fEEPPCwNNBeHax8cgIVA2pVpDEnUukoeidzVTvDImmNE/H/4PUe3tfC6R+5mZT7OMT2okmGYA==","signatures":[{"sig":"MEUCIAeq4o/aKl0+LnUryt/EXSV5lNbSm8zhFWXJ8xrcJu92AiEAsbGV4Tct18Q75xfK9w49La4NxeEfpRogY3S3PIT1ukk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8408492,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhbH+CRA9TVsSAnZWagAAVbQP/3iXTFM0m1WbxhIh3nMR\nwi19L1LW6qjR7moRqJ5hslWEytUTPv3odti4DT2IIKwuBdjobFT0b1+pZmkW\nvU6Ne5le2Yc4w98lGtZ8Y7UixN7XB9Na/WxQZkd5TT5hcaTbRRLp8DofbRtJ\nP64CnzoIazmydGpQe6e1D7EWUXaKfanINkMIqozym/u4vRKENSbdR8kuN79c\nsGY9VSZhf8BdaZP6uCTWL8eKCVxXMkQCnAr6mUqCia9v3xeU7mUiPCwdn3Dp\neb+wLCiWlNMbDnUC5L8vhXQ8VReTNGJfjx2OEtyTQE1I4In2cHeThR4yAs4P\n9cgMPX4CaTIWe29+VMqBDZnDvRXX931dXSBhOaVSVjiZO9eJA0EIxhgzE4cQ\nCDhbsUV8SsbeOwBnXsTwUbfqzsj6HpUfUxmSfhC6UfuaMoRDjY9G7djwqHWq\nByC5Puhfd/a3O8AK9QIAD1jHd/J391H8YAPfPNHTrMmwsevk3GvU7Uo8Zj3j\nx8avZmrMfVDH3jGQ+sBrWQTd5B4DSTEXiBdBozsCSWcq8NKpUArisLCkFvrO\n2S6atuRiBk8n8N/BK3XJ9+xOS28SFSE/WZDCdghiJJHYgs5AYa41kgbyXrSF\nYgAvdi7/+ORuh7hmfPS3SyLddJXVfejbOFprFhySySCZD3nRE4U3maAOV1la\nqLxO\r\n=fkpp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"38723d053cb47e969e8d8c3555574cf2755bc5af","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.3.35.tgz","_integrity":"sha512-JQRtdkms13UzAKDS6YftkJbQjiTSl6UDo+4ie8cmxD29ivDsKrsCBCOo4PcEhYm+ongjMjlGdzupkldpZNmNNw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.40","@syncfusion/ej2-lists":"~18.3.35","@syncfusion/ej2-inputs":"~18.3.35","@syncfusion/ej2-popups":"~18.3.35","@syncfusion/ej2-buttons":"~18.3.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.3.40_1602597373823_0.7761683710792036","host":"s3://npm-registry-packages"}},"18.3.42":{"name":"@syncfusion/ej2-calendars","version":"18.3.42","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@18.3.42","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c468bd9ac761bb57c90c650c15f34541b7a4244c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.3.42.tgz","fileCount":280,"integrity":"sha512-dKVwJHAR30IzFJrtY9SdDFQzfhe3knNcFmNNxChYltkF5qnVUlIpYvZA53Bq8dIZJg7CJJu8nuFLjTJGVruUAQ==","signatures":[{"sig":"MEQCIEpFBNbkX/lL8kT36Nro73PmJUlEy/P1DF8Eq+C4ZaeAAiAeb+0j4zOBjoI6zjUikP2zv2XVacr7Zf8LVCHmW4upbQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8412256,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfjsmbCRA9TVsSAnZWagAArOIP/A+EKyP389+m5/+uErV0\nDoJP0J5DkfRPEBiYCsd8UlfrTsdIC8VJ+2NfdW18q7pckVQSZuDrK0L6HoWf\n6yG3IGxlwyeQhK6OuwUG8wpxa5GGBuyyXADQMtVxrCbaECRhjkYhEhw9RtsR\nyy49s0g4iNUvXVuIos4tKx5bKOz6OBheBozGBFsB0nC6uTOhzK63aOPov1gW\nhkgu7P6VVbgpGuk0vEGgI0QoUwQ4va33p7PtrLTedRceggNUia/Lz5u2s7pt\nZqUhGGLoRNpMtje9NA6JCNrGk2hg/CgzKwCVMvPvk5T0G879y+ywoltTeMWa\n5TgW6R60eNqr863yPwRZWtn531iEWFKCh1NRqkjNiLi7E3o2nEMjUBwAnXhn\npaWO9gzJmFoI306QktwALLldCpgb+aML2GkssymPPF7bGTyI2tDAB422cVWt\nhHqN3lv/olkT+6+mcvrn0vzZlQjCDhYfXcUZG+AdVbuE+kv0WiuHQwR5Gvru\nNUknh9L/IeMS9c9omPgU3YAieqPEJJ0g5Bad2weFZav4hhS6t0MSoCjaNp0c\nzx2YI/bth8Xsq6GYAt+5Xhj1WTdwH6Sp6qSQQJsREFICngqBPy8XRQKmKAfG\n0MdPFIDprL+aYKPdqVtxXG/OcTs4g9TWZ+xZEc0kySbeM035H9r6Kqmy1I4X\nHolR\r\n=SOW+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"5aa65b9d4e158cdd2f34d88b7c54b734577b9cc1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.3.40.tgz","_integrity":"sha512-Sp1FrBtZOAstHe9Bzb0O3qOK58n1tsvX92KBc1o4TdsmhNYMnDEQaeIgsKqJ45jmn3510pLFRYZ1vYF4ZrBAAA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.40","@syncfusion/ej2-lists":"~18.3.35","@syncfusion/ej2-inputs":"~18.3.42","@syncfusion/ej2-popups":"~18.3.35","@syncfusion/ej2-buttons":"~18.3.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.3.42_1603193243427_0.861090002321439","host":"s3://npm-registry-packages"}},"17.2.49-beta":{"name":"@syncfusion/ej2-calendars","version":"17.2.49-beta","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@17.2.49-beta","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a978a28d81fc32575a6f63257e141b77f8a0e03e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.49-beta.tgz","fileCount":280,"integrity":"sha512-nFZEcA/8f7ZBXRaTts8GCDfDb25L4MVKCmBe4Fb5nTI9GBL6SWp0hJy1Sa1ke3u7z7yLCTRCz0Tzn6UXpzt+rg==","signatures":[{"sig":"MEYCIQDrZCxvKr0LLpYz1ZyWbCn96xu/t4KpjL9D+qxpeyPeuwIhANGGBwpQuABc2roxYaTQ1vF7wRgGHgnAEJgi7KEoCHCq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7933093,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfkofACRA9TVsSAnZWagAAEZcP/0k5f0mfjE8Jh2LuWub1\nardmuDjDRlEVKQ38WRvXZei+8owWvmMcnjPHH5kXYC8aauzSu5BullB42UZj\nFNbVb5iwcciavp1pGqEndCQWG02COHsRr7IAsoBEQPk2rkxR7vQ746eyFJds\ngEGC1zBHS7D0m92yWxfpcRxHRHShDCb9DpeFuldpjM9af5QC9IOyKUyFKRuK\nJEX2qW7EhsC9m5MbpDP5FCw1LLs6XIDwUhqJwQ+u4FagKOco3U5DfkbO5KPz\nRaXnD+7sR6Va+Op+oaGeWoCl6KMEOq6WVK0NqWxahS4e8UckBrxIT5ydXMuW\n8yffOTG5pUE6kyuao6hLHCBpLeRPaHNClbQUW3Ite1TyIfv6yUc9kCsQ3470\nZf2MSbCwgZUvDr6mGemdBW2ksJ27abBQeYPygB6GWsVh/LlhqcPHwtAz7fbm\nZjOZa6b4EJkeqDkHuZi24qig6sn0NQt/Wtnn3cq+uJFzsWMHIp0WA5MT8azk\n4meiLZmMolULiAItW3dp2vPSxjTWeXuz/k7YGeY8mFyh6kPqOgFjxs5Cen6M\nUm5RGkNmeo+Az2Z4xw60MCqPO0MDhsh7h/SDMwOlolUW8Cx7EvlLVMh4PNkd\nsy1yNWusem8EY/VUFlrkB0/B5PK56AqQ3Z8rtnE74pUtui2FVe6Yowhghzy5\n/QEg\r\n=qyn/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.4.1","description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"_nodeVersion":"10.15.1","dependencies":{"@syncfusion/ej2-base":"17.2.49-beta","@syncfusion/ej2-lists":"17.2.49-beta","@syncfusion/ej2-inputs":"17.2.49-beta","@syncfusion/ej2-popups":"17.2.49-beta","@syncfusion/ej2-buttons":"17.2.49-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.2.49-beta_1603438527745_0.4935925798545391","host":"s3://npm-registry-packages"}},"18.3.47":{"name":"@syncfusion/ej2-calendars","version":"18.3.47","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"62ee7d85b8a59934f09a1ed361bf6e7645b81ba3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.3.47.tgz","fileCount":280,"integrity":"sha512-zTit4SGHy7RSKi9vJE/C2ms5krxAjDI1f4zTxJxJ9zvSmZVNHsSZqx6dXtiVRDNLsKgM4csyDzRx2v+h3Gqbdg==","signatures":[{"sig":"MEUCIQDP/R5yoO+l4W3rlX2w1NmWAznVMiXpFk2DuIaOhTWb7QIgCgiR+GiJgIoOBXGnYwdbk8v8gMMdMhJohuhfNTfs4MI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8412256,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfo7R9CRA9TVsSAnZWagAAwC8P/itbPjrhcW+oxBYh3lSZ\n+MGEWPERAJgq0QDhZiOvEHxwg3WDIBJIFpF2VkE3sh2E4d/HuQh1XlNIo/wX\nliWD5bNCmsfXBxNGMx5LW861RvFb6C2B+/jHm/CgpPy4zAFxhCub+iR7K9q9\nIF/N9UO6VqYF0AxbRqQTJlGKgpWiTMshTwSMCT9l2V4o/pVsGfuiUx3rU5Cg\nagLi5JsOr7sHuZ95y2jsUY1cNezOCtxwGld6ECHVV4j2J7uQffqT8zngL3NY\nQtHXcJREJPLe7TdDHaFmc/OVBvY/M+0ce1T71MR3P8AVxr1lxTcqsklZ5rTD\n0YxJoMAOdr90hn4QTol3uoZjHaBqrRND9Zssz2ZK3kdhe4e9xgozIGCY0uAi\nA+n8796hk66BaBperfqJHuHmYFhNhjGLkOJtgQhyV00GFvkmFBZDEPUKoJY6\n2l4C006OlPQ7fsui8LqNKnogbAJCvN17qPKRr0ZKapg709tnwtRMlGwO8jGG\nD1p3NCEJ98gS4ykM2s9NfvGx0rgK8IN0kJYNnSzpyKGI9JlP3DLfWR+BvdFj\njcXOXYIDNMLq2AAIxKXlLoDTeljK+xigHxCqf59z3r/pyUDouW/LF72NNW05\nlfWJr5RY7teEWpmHnORMWZZIihfMip/VojDZHe4o6wxeyKJwEBP6v0lRTUKD\nB6kj\r\n=0OLw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"ced697c09db5afcee5639564a42cee7f435a2229","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.3.42.tgz","_integrity":"sha512-PbsxMEdm2mTABHypxW1N8UoHjab2g/DL8qC3a4MPkLhx6gIVbaGaprKY8ZE+CGLyGTbppOl0jWQC66CVS3QiTA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.47","@syncfusion/ej2-lists":"~18.3.47","@syncfusion/ej2-inputs":"~18.3.47","@syncfusion/ej2-popups":"~18.3.47","@syncfusion/ej2-buttons":"~18.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.3.47_1604564093241_0.4599734456765492","host":"s3://npm-registry-packages"}},"18.3.48":{"name":"@syncfusion/ej2-calendars","version":"18.3.48","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"da5a3b509905775b6b1f0d617435b89402101a02","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.3.48.tgz","fileCount":280,"integrity":"sha512-5Izj9rbl0CRCD/Ipd76tcKN2vWUflk5hmJPSwk4Uaduxy+8xJzkIuGJmPR7BaXV3Sss/NstGXr+6cMq3JIX6zA==","signatures":[{"sig":"MEUCIAUIekVcPfyoD1GXD4GT1NH1Dy/nrVVcjiM6wwx756mRAiEA/S24rBqk7ZZrHAnyNNnBtxMHWW6tyOcEhnfUy/sutMg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8416500,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqlxxCRA9TVsSAnZWagAAKa4P/As7j/crbDmVOwpJlwUO\n+/ERvCrQnFhEvgLdpUIpvYDJj6ayLHomZyAYNMTvEjXm5aMY6KJcCXrfLGQd\ncxz7tP7U5OAbrjiTo/Ug2jsGYWR/4WnFV5pbIbOQopoqm0PahAOYIYa+11Lu\nJvVozg8O8VespXpYVRX4Y5VlBZHNtw/7soq4lnbp+7rQfEutBbb3XX1w/iED\nQ9DOZVztAaKIR2fJMdyBrmJVv4a6+QtF+IpsHhdVfuacgBi+Z7wR3PXPA4t2\neDXFW9SQGpFAe+SJUOn8ZASpcBrGX27FyUj5TQ0UVkFTGCPOBhLej7vpQ8D+\n+7XGZv9vfLTpB6q3EJaMtMHyyixn5s7KIblRPBoUjl91sY9AHBNOnapTF4mU\n2XIsq25ouV7sMmCLCoDCdICE+YmT5q5uk05qHf5VqSlHHxHdV4SPj8qR5IlY\nHGlDVpTk3DGIjvFwzdTLsvX+GRyGsWcDBCeFqxAmuC1RuymQEgO02gxZEcQd\nOGcrytnu6v9mLA6KPmHxcXkEvLC6rnc2mT5KMQCx9o7VifJFeBP4OOU65Lcr\nnlpn07wXHlrcaeMLrSHZ53U5Xv13cnbkER/hrSC477/YoEn3ZZg2fmEBufdG\n4Zp0l/ERsGbFGQ2BTvOOsn1NNVdC0+oFOwKuBYs1t8GGYeX38d34prXg4nX5\ndbM8\r\n=mXTx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"dec222bd165726ba83d1869d2ad27760ea9e5ed0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.3.47.tgz","_integrity":"sha512-ONbC/urdw1zEgLuQwNwRW4SbnYm0sFpPaB9L79/TEP4bGyOEc6v99U6bIYAuyifViDQgXYXyGVkOugN/UJGGQg==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.48","@syncfusion/ej2-lists":"~18.3.47","@syncfusion/ej2-inputs":"~18.3.48","@syncfusion/ej2-popups":"~18.3.47","@syncfusion/ej2-buttons":"~18.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.3.48_1605000304816_0.8021851704233376","host":"s3://npm-registry-packages"}},"17.2.52-1205479":{"name":"@syncfusion/ej2-calendars","version":"17.2.52-1205479","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"576d6f98146d26ce6a52b7e94ef6066537627817","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.52-1205479.tgz","fileCount":280,"integrity":"sha512-pWFodoGVcJwxNrGykpRH2rw4QervpJkp+KTSrZCVAHKBtNCSlbq3Wy1UDh2hi2J1fRBAPMmLhVHFd/OeM+tVXQ==","signatures":[{"sig":"MEYCIQDqLKjeaDLDBqxrLrjRsDE8s+BQy76zdp4EFVat0lCAtQIhAJshnqCCe7oF79HgJcccPkfIFQRHDoekyc293FIQjX3Y","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7900859,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfu6n9CRA9TVsSAnZWagAAqrMP/2aP/BFVmrzsiLhjNcW5\ncr2YpxAo7BiEYSBgN+2KBSGqL1dSuw/q2aQ1ISCfqt96oNfApiVlMHkULeUn\nNscDQfxIU7hLXie6ueNcZsHrFsqD2Ag1RF5ml1weZqA3BfULx2wwglKY32W+\nT7PBh6KEMo90AW+HVHMTXk5mlvKNBXXVEhponJq+4lr4WdKdHtn41YZLLfgj\nmBIYwlEPcZ/U4G0BksCS52zBJzfY5cn5G9/7rNl8rpkhV4r8+gyZQtet+58E\nTwEE1SwQ8LW9qFad24MdtpgKW2JixLPHkYyOMRN/Z1Ob9+nMiHAieU2QWknt\nranwsibWjkiE4BhvtBDvnpb0q0FMgKOcFsw/B1pH87kCqhjSdPywB2Neotb0\nmuKAnvzCFtmORr2wC8+p0oWn3nr89dBPP1mpCUF1MOahfbqD9XKb6r03ZfRo\n6r8gg8JMbQX/fnmwUH/wzbm8qpIIiGpv5i8ApLftTYYCySUBQ3GKOYRMPhp3\nZfBQQvV5jwmdkgvdUP0nsslandoawVzUn+S/EYoc4rPbd8MoGImO4NT7lTyq\n6kMF8zqWiqUpYG6NEf3jD0NhpvJgE4BCtJd2tsELtokqTwkIb8aQrO0HzF1k\ndGA4rBVVvTlwKvsjaOOI52jSbQfBBf1IV4yQ4YEwSu8Cgz/CynP/SWqYdJuv\nsmMj\r\n=MXFE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@~17.2.49","_spec":"@syncfusion/ej2-calendars@~17.2.49","_where":"D:\\today\\cusom pub;ish\\node_modules\\@syncfusion\\ej2","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"f925ffa0be49a8c461bf272e9b593dbb83bbe9c2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.49.tgz","_integrity":"sha512-x1LopC27/vDAe7lLM3YX70zVe34SxtMdQFEZzlht5LeKtLvs0v17iv0xEDsTlUzu+0u/a4vLV/DAZ6nH5Zo6Ow==","_requested":{"raw":"@syncfusion/ej2-calendars@~17.2.49","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"~17.2.49","registry":true,"saveSpec":null,"fetchSpec":"~17.2.49","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.4.1","_requiredBy":["/@syncfusion/ej2","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-schedule"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.15.1","dependencies":{"@syncfusion/ej2-base":"~17.2.52-1205479","@syncfusion/ej2-lists":"~17.2.52-1205479","@syncfusion/ej2-inputs":"~17.2.52-1205479","@syncfusion/ej2-popups":"~17.2.52-1205479","@syncfusion/ej2-buttons":"~17.2.52-1205479"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.2.52-1205479_1606134268811_0.3587724121261222","host":"s3://npm-registry-packages"}},"18.3.51":{"name":"@syncfusion/ej2-calendars","version":"18.3.51","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@18.3.51","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":"f9fc8da305169c769d65a8f7f454b2af22d0ad31","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.3.51.tgz","fileCount":280,"integrity":"sha512-z3R4m55sfek6QrWwv0U0giYCQB8cboBtri8ecB7ByS9aT51pyTrf32n0V+WOFrfgLTvEG7Q7f1d/jh0A43IfIg==","signatures":[{"sig":"MEUCIQDY2eMMP4iYt5X1hlD8btc8wDH4V4RmFSthBJkJbZWKIwIgdXPoDo0P6h6nvAMfDn0/nHT6GELGTbs/qeA/QuOoR8c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8431607,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvO5hCRA9TVsSAnZWagAASKgP/igDy4GHXdUcVBMhJw3A\nJzVuaHwobR9L5KkElvwKqkNnjLz2tIf41uQumo3Ryyvvsw2dTNstm3CmV+LQ\n3FFkE6WWKeuRZxIG2VzTuqxNTK90NEOaO1i8aZjhHXs8+44ByDj/3WkXgc4y\np2fITKp9xEYPVdda2IqaFevgofphqNIWvZyBgtbCA1lya14ZNSaPEeU/ZCaG\nJpe9U4Lq6H+y/an2oX+Bwbb/P80JmebToUDl2XqfLfgxQVv384icymg22ikY\n7AcHFMtgenrrqKLbp6WXeHbAy1ib1HitICiliL02h6nH/98nNaQxVilyw8Yk\nXaHo4F/9BtTx68oAY4xBM0ORGKfPO8ekaUz7uzd+8diB9VW3GYQUR81EiZpW\nwy+ER6G9yCcu92mhqAT//9OMDnEAHTT3MUvdx0RcA1c8gas2+4RHWbLklXsn\nn8nAhQi8kzYWfVOfVgk9QVRBbQpdh6WlyBXyx6p2y+oJ2IMmswNybOOaL9ej\njBiZ/6w8pAzz6RtvwvWnIyPLOmHwia3eN5MXU0A/S4Hewj/EcpmaiJygntVS\nuKhTB+Avm+CLQVSaZfzH7bOFBB5W0PC2lQIgtDdkDnp2kb/anxrm3S+LcXLs\nz9/ob0j5ZpgFy+OnFHs15IbYDy05g+nHc2Od1jc0Um88HB8p87Wsi29B4QJz\nBkqc\r\n=LWuL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"53bd6180a89adc2de42c5138e930a8a023f19d87","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.3.48.tgz","_integrity":"sha512-KeH2SDkGHIDumUkg4aKwQiw2iIvqRh56ESQ0zEH0QqFjcQHa0cEaqnncnM9BjZhpzXzClI0yW01F25CwPK8a3Q==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.51","@syncfusion/ej2-lists":"~18.3.47","@syncfusion/ej2-inputs":"~18.3.51","@syncfusion/ej2-popups":"~18.3.50","@syncfusion/ej2-buttons":"~18.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.3.51_1606217312595_0.9280761266378923","host":"s3://npm-registry-packages"}},"18.3.52":{"name":"@syncfusion/ej2-calendars","version":"18.3.52","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@18.3.52","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5f590b82d6e954fc28374f71a3ab59372f935a2f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.3.52.tgz","fileCount":280,"integrity":"sha512-Y0XSMji7yNXKSvVk8YhfvUMfMwueMQO17zfgfQeeJ0/5NjMGf6PIXyp5LYmEOC0AWch16yWDN2uhJka39JGoRA==","signatures":[{"sig":"MEUCIQC6QJheIJUmb/wl0rd76gKa03u4AOB6OUoGzjqnhbpZpgIgWaIUKL6lA1ct3BBgMzQiCU6ayplwn8LSAoNU8HN/jjw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8425046,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxkH4CRA9TVsSAnZWagAA820QAKUwy6sAjMvmX4583/PY\nLQbw5+cJpRqB0nnj+aJjt9W2dbBkUzkGl5V3RJSVhQajf1TCNth/3hMNCo9M\nPDLTYzEgo+vpXk1ehWBrEjZFBAYTh4EnYKwXBmoe3oHyRRt4fgwwI3CzQRgm\nUkSIwOcI4WJIKZ4hcR+dLVERZDdDx1J1mKt65b17HRecL7dYBamSEViej3h5\nyRRw5pAvyxrvjNVG3PBEc52S3O9ojz2BgeDmKpHkJCCrjYxA40rhWUN5PL+q\nwNdGyjT+nOWj/1jgMtGrIsNXdaqs6hXyabWDyOihYXGfSl4PGrWhyDcJGe7d\ne6s8aUgOTubvbrJ3Z48nuz+3vNx5FE+Gna7XxXjbC2VpYwWdEuTxqnBqKSi5\npEJpLPniUfIBp/b4eU8vjM0VQqeHnUIinH9R5aMuiuJUhD5grVC3MhZV59dQ\n3roL7saUkKTPXh5UmHWFvmphis2Tfz5dkLK4jMuJN6h6WexVgopOLCyUu0B3\nbZpOO5wEbTxj3yzrS6HjHRd2g9pdCF6OjvNJOJ+HG+3MgiCI9xGuZ5Fj5Znl\n7sLI24rUNplIXuKSWT6uhHRZRjpClPqsE1G/c8k4JpnlN7DzvEFGF5qhB091\n6czuqlP71cfn8C+0u3wtX7O4HfXpRTobrCQR/2jGribLsuXvz19geOocM793\npHfy\r\n=IDu6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"99bae0760fcde56a7832abf63c8940d68d6d11fb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.3.51.tgz","_integrity":"sha512-4hi6Z/T6iS1bK4EWbUPX9cVO/jQuE3ICW2MlhmueLEkw2UgGUS+OmHxNn+6TGa2ZFlxmwEcSVMreLNMJrHFeaw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.52","@syncfusion/ej2-lists":"~18.3.47","@syncfusion/ej2-inputs":"~18.3.52","@syncfusion/ej2-popups":"~18.3.52","@syncfusion/ej2-buttons":"~18.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.3.52_1606828536332_0.2836616955178566","host":"s3://npm-registry-packages"}},"18.3.53":{"name":"@syncfusion/ej2-calendars","version":"18.3.53","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@18.3.53","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":"06d08ea6fce264298a68b58f1b5cae86df6723ed","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.3.53.tgz","fileCount":280,"integrity":"sha512-qu+bZMV11dld/UaGtewPXNzy+vpWrAz7OwegMK2X7T6muvPURsWzMsvARW8XzhjUejJLqxF6n3u1WKp2rWbtEg==","signatures":[{"sig":"MEQCIBHybGWyPDNg0Rjwitru3y+BDeB18G5RHv1eXPLP4q6PAiAa8AMfApAEzZ7gLUW3YVYsPDojEEPdvMYO5OeLnc6cBA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8425609,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfz2XhCRA9TVsSAnZWagAAi1QP/jsDLJOt4nOPDPuIA28X\nIOlN4x0h6JOg0WqPUfDz6Jbfbixj21P8IpS1YPRcd1V8YVEPAxyJR3mhvqx2\ncFn6kQyGsmkdKNQsLnvNb1AqNsqc0aWEBRkO+dLs1TWOsSoKJ0MPRFXpDY9H\ncByEc2L+Ci21vEQA1kHDke6fiZR90BtCpPqxa8BAHD+4YEcsP6A8E42p4/q5\nUoP0TSwbFGVncPpam4eSnadAt6f9RIPta9sWbkn1bRXyNjhLroH0Ysw9Pn1u\n0OEjtgOGz8P4eiOhp8tgGenRFvy5tmQnKqQK/kIzSC7/KnHvUvyntsW0zFWY\nA3jHbEwDr8nAk2eMAmWlFPiG0tPqQfdEpGn+ZbKoxKs0vqOrtR5X8Fl3wRJ4\nIH45AMBg9rK+LDsMvVDO3KiKEG8d7Jtn9s7nKCsoQy0bNDBVFzklRWQWm/qK\nBT42+M0X33+TsoSZ0WSTDiP11jRb3Yx7llI0aDTyQFAp3lvpHyThLy2Nu0Kg\nYpa/pObd9+7jiQwiahyohRCyWCB+WHycvCImQn3VfBobw2BjTxBXHd7mrpE2\nWNBwOD4dCm4V4ySsHuDstlVQlqxsmBC7N9Qe4reEpmMeRAofpTfGBoD3AQue\nIBkWVU8fgvaGRZqDGmO27wivqtiJbUBkhg5ZaavErWCscF0K2DyuJays8/t/\niwr9\r\n=6SJU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"ddd83f4f993f80cc340aff23fb752920a2b32c40","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.3.52.tgz","_integrity":"sha512-lAQeU/Ev8c7lfYv0/NSiVOTt7P3MKgwUqWnTrMd3pbTtAz8yIHZSj0RrvRvZVLT+1T49+794+Wnkgkvf8CfWkg==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.52","@syncfusion/ej2-lists":"~18.3.53","@syncfusion/ej2-inputs":"~18.3.53","@syncfusion/ej2-popups":"~18.3.52","@syncfusion/ej2-buttons":"~18.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.3.53_1607427552351_0.5343502648490324","host":"s3://npm-registry-packages"}},"18.4.30":{"name":"@syncfusion/ej2-calendars","version":"18.4.30","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"7888240c49deef26568a6aa1b126ce551fe58d9c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.4.30.tgz","fileCount":280,"integrity":"sha512-552ZynopzGsDPjHz+TteDZ5IAAerxTHfCYrNse9XH/QXMIo4b2RLw8RRxH/wDoCmFZs4VO1eqa/Y+Ztka9ByJQ==","signatures":[{"sig":"MEQCIARmlDBaSBpyCE5e7OYB06Lwm0hZHmWnUHrW76Iq+OnlAiBwmmwR3P0aIhm0B8vAFkQHBPRskr4VvlClS/SpCNybwA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8436660,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2wenCRA9TVsSAnZWagAAF4AP+wdhr6ZugGWTj/CpecnU\nFQyFT76k4saTQgxdYr9OK5ajoCYzZCXRYpLnbn953pE5jXmhlkwZ1Ctzc2/0\nNrZsc5f5nBRHs8RU32mONsAqMbcz2o3/jeplLbHGwO5ED4JNtfQcM61dUqO+\nzf8U0jl0kODONyEGH8IkdkoBwp1g3wwhD9tvPJX7t3bcVYiQ7iKVa6FvS9PG\nlt4MgVP2X6qjStEEVlMPHtd5xk3c0G2NS08h6Aow3yhDVtsNRHlClG5wVot+\nF6fX3Si2wKFuVdBRZWDFP03+9FDYxkNlvT/4iT+GCIpmo6N0W4SMoLUzAucY\nrz4jfj1wwBCSAE1dlvJw7PH0ZUDj7iC+DI+5LwuVzncBR1xo0KiyQ5Ff1yqM\nNbJAjI7gVPACrAATYQ+SBqyK+YNFMBe3JuhQb7TrSjUsO+OI+zMRVPBMDQ8d\nVKUqUO0biEGTkCFoUKimAtSGYCGkOcakW+slP+S6tspjzg5qLJ0DxgsjojKq\n8g/S43/aBnJFFWf15+cNlAV3tywmUdaXS5SNHUfFbwUwgftl+H+oSMEr1wv6\nU5X3O/V8AIY9DipxktQ3Pc9M5heRud/srIUrkY3Jm/nOAHPUBimOAf1mCJMw\nAZ3fCXoc4atu+/Z4myOTGTJ4CL+tjRFdAEZMejG7+Y8xXs4jApE5exT4KDdE\n/+yK\r\n=hvWw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"b1e1a23c91b4ca097f5e046f22cce238eaac4cb8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.48.tgz","_integrity":"sha512-90ZImoPPjVLnlirpfTHkxbbxlECWDAQ8oTQyT9NIAH0tHJfVKyR6KwfbcI07+1/JtiDJcYBGQwRXDUn7Zgz9Nw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.30","@syncfusion/ej2-lists":"~18.4.30","@syncfusion/ej2-inputs":"~18.4.30","@syncfusion/ej2-popups":"~18.4.30","@syncfusion/ej2-buttons":"~18.4.30"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.4.30_1608189862685_0.5705601003360437","host":"s3://npm-registry-packages"}},"18.4.31":{"name":"@syncfusion/ej2-calendars","version":"18.4.31","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"7a3fe6b9300011be9d0b7eb595082c846438f7b5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.4.31.tgz","fileCount":280,"integrity":"sha512-6H7qmk27CW2zQfmUkV35Q/Imv9JMk8t19tUQLWi0nV7rBmwnomhywZ3fHeJ7EKNJojrW0vo3LMF74I0hUXFvUg==","signatures":[{"sig":"MEUCIQDHSiuWHl3t8MD8JQ6yc+4jDxDchjtPrSN99RfUEU48HQIgLI4NaDYDcQiWnK5Kv4TFs3R7dQcy2XKLe6fRz1jQ3KQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8450830,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf4dvSCRA9TVsSAnZWagAAlWgQAKTXyZcdS9XVq9XB5gV7\nl6a8YF7rlCT+uhtoV10AB7PT+Tb1hci81cX29fOxeLYsoED3Rny5k2foEc+V\nywMZ54F3U7HoQ+044qyR4H+WRm10Sx9sXZX455jvtYfbb5aqBr3I8SCX8iAj\nePX19CtEmNV3Wa67pVTpvRg4vEWIxABuBPjMf2UjobsXM4NC98rXchrmAotK\ndfrhw209+4v/Wf3RNqg0TF6RmxYtsyKxPj4mWyguZdhDWDa/10quzsD9bNU9\nVtfqje4AEqWhY/OEtZo6LTn+mxS4CHiL7muvEFwXjhJXCmS9TUy4NUj7Wlqz\nvcCoN/XJXAJX5F2BGOvJvEKlVNNIuVjlQ1kBp5zOr9rMJ9DlB14NJ0mlT4T0\nfQDqfD7oHHhNKDnXc/MlX590Am0U3VOsV6iKFtHNAWoAZHYkBsj0VV56bsJ7\n3l4GtFjMYG+lnQyy8jLo7d5DgGNfdTSTB9mV3oZogvZRisRavB58RXTbhLUS\no0DlACTrdoLYSyKCOdZXm2EDdZt8IaBM7VOTOXmCDXlTkl5zKDVg7Syd45vd\naY2jiTigzhjVc+bLX/1oA/4HhfC8W8YaniJ9usrAkb+QmDhay2om5LmH1j8X\nsfUbN+rK2MKGQCMAVb56JjfiqMifPjGJ+tpIy3FoSIow74QIDvI0yAlDuYN1\n3zqk\r\n=nIx8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"1bd6422405968c8b9f9838d817e593fea990b153","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.4.30.tgz","_integrity":"sha512-e72UnNHtG0FyScRonxaJxrKSOkPW3OqYY0/cadQdCp9ESdc94lc+j4LfnQSl/mxM75DVSdK+YjcTw/lbQ7ktdg==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.31","@syncfusion/ej2-lists":"~18.4.30","@syncfusion/ej2-inputs":"~18.4.31","@syncfusion/ej2-popups":"~18.4.30","@syncfusion/ej2-buttons":"~18.4.30"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.4.31_1608637393712_0.26735650568599034","host":"s3://npm-registry-packages"}},"18.4.34":{"name":"@syncfusion/ej2-calendars","version":"18.4.34","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"668fbc943bcf9294af59184528b6128038b84264","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.4.34.tgz","fileCount":280,"integrity":"sha512-A5NT+TEy0ejs3e9LNAWGwDv5UzJYJcUWnRftnwivHrsxIqpWKGLMuAeUjHoSnMyQdYXjff8yn2csmu9F2RwmaA==","signatures":[{"sig":"MEQCIEAuWAMCBqKOPk+6UVT2B1bJzVsIr+LfmMhKsC6XisaGAiAs+OIY8dDH1EikNFO+pnY7pwHocSRnIzHavAFK9LZDMw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8452732,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/bQDCRA9TVsSAnZWagAABvcP/0OfHtMMs7qFyZ6mimLF\ng7OaULZZB2W457XqVS0oKvKz18v9X7sPnbA1bLjjlb0gmsBeN7DbdkBuR3Fr\nwAV7ZeZk/0yT9mYzDgNeVaprPlLXLhCvfnYec+Go6A60voLpZpT35eBx4gZk\nFpaKExjj7fjoG7za5psnwLkqkOW2CvNDqHG+U1TdB3HlsGO2FqWaVgbP6KMp\ncpFCI4XyXxhMxX4j4Opaie/KKx5brEid7JHhAYx/5Pc7bIFUBd/C+eO/UefS\nr2iqWcIEwvIZ9rMyFYjLr5shK+/XykAk4x5wu5HbDbLrEqntl+GJwkTpYvia\nnL3bG9UsqivvfnMpxRXBJni9ZfzBKiRDEO9RkXZN5vuq5Q0QpTox4DFSFMO/\nHHr8wFwFI5mWVTqdltNareaYUFH/ZGmnWkjxEIaVexLrC4R4dYorr4zH2cE4\noraZdktNpfApeKJNBn0puBxz6KAahioa+X9teSPCKFVldaN+Zc7vY7qGQE7t\nZ8kuMForme3YZx/yasbvpeFSJfRFSwvpXf/Kj7/0ZLfZ0/F92uYx1Gv4RzTq\nOG74Ia5p1b/YMNSCpOa/hZTOfAwcaakdFsVDsjPC0FQs05T+t6uFO9JkBunD\nDnpR1UJFy5X8DsqzrTxS5usMFA4P4U1zoSW8G455LcvVeyvRCyPGTmHZxlo6\nw0Zq\r\n=GwTw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"eab3c0271f9f16dd05bdd1f83051e67da8b97796","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.4.31.tgz","_integrity":"sha512-BuND76opZEvFh6LzNyoLwfFglTpoWFuDZlVU5XuRQIohgr3xHxL0OvDDs43xab7cQSgJboXT/zmm0PsRmdbi0g==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.34","@syncfusion/ej2-lists":"~18.4.32","@syncfusion/ej2-inputs":"~18.4.33","@syncfusion/ej2-popups":"~18.4.34","@syncfusion/ej2-buttons":"~18.4.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.4.34_1610462210909_0.8206843016938934","host":"s3://npm-registry-packages"}},"17.2.55-1205479":{"name":"@syncfusion/ej2-calendars","version":"17.2.55-1205479","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"dba3d1a2573cf0f0aa94b1e4e8cff5e5474df7a2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.55-1205479.tgz","fileCount":280,"integrity":"sha512-zTtoqCb3IbiFvOWdjY56CFSHjT9eIyxs3icV833APxkz2+BgEGueHL6eCPdD0NjJbT1JdJVhRw76mJ72cnXZxg==","signatures":[{"sig":"MEYCIQCMFQfloylLncjoZq3jUs8NcpxnsD4RaA4SDL3FniXMvQIhAOaTgDaKMrUa53wL5cefgWI+mAdcWqNlzqJLitwb+GzV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7900695,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAVnhCRA9TVsSAnZWagAA7Y8P/RpD9x16/EN6g7Rj0C1Z\n92XTWqDCvgaciVAmQ0kk0B3Qqaidm3fHnluWgwa0j2/Omw47PxBMQsCaWH4d\n5STbZ+NWVYElaivg10QnzgasMn+kK+G8Wh2wcXam3aX7oqsPV5QhWbyUMd54\nex1xeeZW9LDFrNXa6sPhoSeI+zc/WsgNcq/H+jZNCNIe01XwlkpSQmfPw0+X\nPJmKYTvYNjkZhyzeVDn1BHYJ9zCQhCS3HxM+kqpyLZR/vzeizWsQGNzVEPnq\nv2tbQwTjaxUdO2+zZXplWXOCS2+n19p/1z+GZcfa+SlQwSqIOmLDoend93NL\nfis8Y0ngjnRNfFklPeemVKDG4K5odBSRmjg5uSMR0Xrj6DbzhiFNxy/4jRtA\n90fzmMEPxGceaovx6W88Tr3Lb77ENwhZc8UlYma6FPBJNaQL/5xYCFrqnVq6\nTuYL0WIGET1vTRnjjX44QGm+qOjNHcDsxvjDUv13W7bAloKn0SgPzOBa2lKk\nNYeWLEj0SXOrNJlpNF26daF6/y0iyEJLYs1XUeRcpZl1lpv7MgYUjlrdO0ep\nB1w/83sJySg0gkExdqLAhsROs+3jp4GekV1FV34F1lhACPo4tzV6u2djU1XA\nc1TF0K3/U3Wlpcq6KX1wW/MTlMtarwW+Lky5VzKARv08fD710QAz2y+A3YrT\nb35H\r\n=UqEY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@17.2.55-1205479","_spec":"@syncfusion/ej2-calendars@17.2.55-1205479","_where":"D:\\January 2021\\package manual publish beta\\projects","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"576d6f98146d26ce6a52b7e94ef6066537627817","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.55-1205479.tgz","_integrity":"sha512-pWFodoGVcJwxNrGykpRH2rw4QervpJkp+KTSrZCVAHKBtNCSlbq3Wy1UDh2hi2J1fRBAPMmLhVHFd/OeM+tVXQ==","_requested":{"raw":"@syncfusion/ej2-calendars@17.2.55-1205479","name":"@syncfusion/ej2-calendars","type":"version","scope":"@syncfusion","rawSpec":"17.2.55-1205479","registry":true,"saveSpec":null,"fetchSpec":"17.2.55-1205479","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.4.1","_requiredBy":["/","/@syncfusion/ej2-charts","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.15.1","dependencies":{"@syncfusion/ej2-base":"~17.2.55-1205479","@syncfusion/ej2-lists":"~17.2.55-1205479","@syncfusion/ej2-inputs":"~17.2.55-1205479","@syncfusion/ej2-popups":"~17.2.55-1205479","@syncfusion/ej2-buttons":"~17.2.55-1205479"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_17.2.55-1205479_1610701281318_0.051293812608220524","host":"s3://npm-registry-packages"}},"18.4.35":{"name":"@syncfusion/ej2-calendars","version":"18.4.35","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"6198e3af70d9836b6057513342d4e9917452aa09","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.4.35.tgz","fileCount":280,"integrity":"sha512-NR7Fa4m/36m+xlhSxi1mE3gL2OLGl7mcpf0kiH9UQJG7YQX18RR8dUR4n57hB5fbaBKTaug/lUSDCF+qN/lv0g==","signatures":[{"sig":"MEUCIQDh0GXyZU3edE+47Or0tyYNh9xvNYyMHeI99wuk5m3nKwIgfJSxXehVDjr5IlETsCr8+R0afwdOM9rYh7QU6jH1xi8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8457395,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgBrYGCRA9TVsSAnZWagAASmMP/RoulS171AQVJ9czCsee\n/PDOsnj8mVKupt0trFpw9e9Qq+vxPYyj33nA97jNA+o7i6PISbVTgkbO5a9p\nXwodPHBsa7N+je2H2CT6cKrPvm3HNze8ZACo7IUoNeoP+a7r1cnyt2zySlIM\nDWJrHM5z6Qq42fVEJRxKciqeHMFfZ3EFWVRHfxMD8UvWXRTevFfiG7DxQQua\nxpIfGR5mc6a68eExuPcqC2C0anL0SbaCGIAasqPe1rj3O/HXnlmSbh9Edh9B\nQDmVrRHukLdzoG77/CcWZy+Ww8liftg2yBWqWH+jxu/c+OpbskOax+3PM8Vp\nFcsPhR2yv+QX6xjd2PXBYEeVyE2qW/QAS39vTAOzsQHHFM9kN81liB4wfjA2\nBpukufnOQjriSkgOvIqn4pqcS5YECIMcv4ujG+AHz7MGZzjf1vtPFXBM4EK7\nK0/UsbkJqTQA1qE8MUEb679+LUCNmfZuva6K+z+6q+xCEgshwuXKBECJbFL3\ndCSW6nX2fD7Cjp+IXkRLPN+AOmT8OeBTr+AIN3gMzrPcyHWCLf758+HGFln8\nYa5YpivyqHhrbGjmEELn/Hhbgm5+zi9TjPbY4Pxiww2/7/bHEbQPK8I8oMDP\n4F89L46cs5NXJT55pimyK1gq6GSE/nGNVx1PPwjEsZpWKMzg5Wp+6OQV5D9F\n+Ujk\r\n=i15/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"aee4624ef3208c294f97482dd77eadcb42d3bcb4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.4.34.tgz","_integrity":"sha512-ZwY1FBtUlgcTVjtG+WYlXO7CvJEZT6ZcMy309xcKM44YPuV8TElIpvWuaPMJyCxb/9MStVgA3DHt5hj0yrKHxQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.34","@syncfusion/ej2-lists":"~18.4.32","@syncfusion/ej2-inputs":"~18.4.33","@syncfusion/ej2-popups":"~18.4.34","@syncfusion/ej2-buttons":"~18.4.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.4.35_1611052549738_0.15363493616294743","host":"s3://npm-registry-packages"}},"18.4.39":{"name":"@syncfusion/ej2-calendars","version":"18.4.39","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"2d305e9331eb2c2a0f000736f013e7913298e5ad","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.4.39.tgz","fileCount":280,"integrity":"sha512-JPn3k+aNfRjEe11MlISl4rbTTS+/1vIFWqyck+H3I6M9ttp1Ww/W7a9OFCVxMpfWtblmIl8vZI1nePOS+/hiaw==","signatures":[{"sig":"MEYCIQD9NnLRu0AIiJ/4Yezj6C34LmmV9CqqCbGgqN44APDrIwIhAPRGx0XNiqdYKug0J42JOEqvnlHKwzjwLR7t7JjGvfvg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8479967,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgEkaLCRA9TVsSAnZWagAAp5cQAJqTV+iOtCtmryZpHsWN\nPL3m+EmjMV3O+AJ4L6hemEF8+1L0MHgKYRWqNhTH0IRNO+GJ/KbljH1j7HS3\nAvhW8DsI/kOXzIttnaHqXTWDpLULg2TMORR3zk2Be0k9mVTjB8SDyE5hRrVo\n7OuacgedS7qp9UBTgXs3AJ6Qp5JGpB6UIhiSDvMoVZxVclhDB/DKoEFumTfN\nzEGmrSjrGrWOTyVPYUeWbP7fhZS0CfZvWYYf/4y5pBOIAq87l8xxrNvzGkTU\nDsc4IXBkmW2yKZK5phRaTn2cdUsYMhL/a4CPZOCLk0rSlYD/+FiA1Kv9UAht\nT7maD3u4YlKVMOVNFsuQ1qG8HAHWWaiVILynVtjWTaDt2AwcnrEbF/rRi9fG\nycJp/Hore2d9bLMStAlvTI7Y7ETC1MSk8cfw9tG+uuE8JU3er8PuZgziYVrY\nYnkoaeQ8um6YJX3iAqHZIwBSsxtR+oiADa7dNzE7zZeu3SArPlkGC+OIY6EK\nGBQt9Y9x9cNIII5dQEuJxUUYRoGSf02P5N3LwImLm9NUIdcmaumHlEj4+GH/\n7mXQBROSRVAneA3WagmSrjK648ivzMZTmTF2EbxtZMLS3yP2/18KSwvTgrKf\n7EKCYUUsKho35nLhLSTaNY71kFsfXjb7H4TWSugxcgqyOCzpW41dF1jY2rBJ\n4a+A\r\n=k+Nr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"cea8bf91f0959cdf2e7b6e97202a736503695053","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.4.35.tgz","_integrity":"sha512-ytj8V1uwPt7jdZ4y/kSBCltXHKv7VEy/KnQX2lfRj1ZgCp4z1fnahpXoSqr4CYHe0wkvXtjI9CIBPzosrxodXA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.39","@syncfusion/ej2-lists":"~18.4.39","@syncfusion/ej2-inputs":"~18.4.39","@syncfusion/ej2-popups":"~18.4.39","@syncfusion/ej2-buttons":"~18.4.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.4.39_1611810443355_0.6857431911966674","host":"s3://npm-registry-packages"}},"18.4.41":{"name":"@syncfusion/ej2-calendars","version":"18.4.41","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"7238a446cb266aef42b9b59991f23ebcb3e1b359","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.4.41.tgz","fileCount":280,"integrity":"sha512-CxGiSyl2SbX5LOv3o9Jm2xpz4y9G8W/8Q+owectwQ6asy2gH38tDanGV89TvlkH3WbYYJ/4+MA8kzx38PHl+qg==","signatures":[{"sig":"MEYCIQC2V4W+I8k2NHD3xo526OYs/zadD25LcINBZC1RKi491AIhAOAg3/t+5mt71z8puzdYtWvZ0hXW1egeFf5BwvstXb6F","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8508288,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGT99CRA9TVsSAnZWagAAJa8P/iWT7a+BlYcLqrT+rn8I\nFpBThHYihNLElLEAr4Wg5MXurkBXQxqXqH6xP8LdHbKmslZU39blc+pg4sHk\n901E7Y8woZy/i3pl8zcxkbEQxd5ijyqTVmfAHOYir2Irt+dmUWa5/jCWahcv\n+hsHNgS7OCRX3oP300BJsJFR9H/IbvqHWvQDbm82rYj8ZHtjtux8ZG0P7eZR\nD3ZbUZY/EbF3eVskeFzOjww+oXZJIwJh8fpvfK9Op1D+4dofr5VGZuw9aJov\nDAtZDrcyeJqIhOT/lMiPt3O3jLLgKChO/rcqXVFwC4I3Kj93Sbpf6pG9qC+o\nOoCwN1VXg+ENTHF4eGKRsoSAxxYFLMTtO0tftrhiBs7fpvxz3VTv+PHPeEsw\nE6IhL3STUAIAEW7+UiGLgtzzhtYvz3zY7G5r5a4Um7ZSRJz70720tIlsEJWa\nK5jXgQ1G9eB6B+TyovC52D0FI2Z+OeLQYB++sCF13LiCTCIs5xgjT2o+6LTX\nM32lXPY/fS9YoSBKfu/rbe5dxj3wFwrZ5z2mHEcZ91UwB4VZeluvclOG0ftE\nn5v+A3DjCdFFYDEpteOeDVpXiiQEbiOJ5j0sPzCPYI/doXOlyEm4YtUcPhuf\nZPQ2n6VvMO+Qh3h7RFz2JaQjIX+gyW2CYKTAGr4m7FPeR4+aMnVL13Ih6fLN\n9Vpw\r\n=tBXC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"0a65a32800780f13e91db396a41c747da90599b9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.4.39.tgz","_integrity":"sha512-7GNUIX93Tkhf4GiEYI9HactZddB3/X3QBNRoURhp9oB8AW3U/FLMwPjw8K/YtJFuP2w87UGAVrgZ9P4nUFukRw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.41","@syncfusion/ej2-lists":"~18.4.39","@syncfusion/ej2-inputs":"~18.4.41","@syncfusion/ej2-popups":"~18.4.41","@syncfusion/ej2-buttons":"~18.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.4.41_1612267388547_0.16269619288148562","host":"s3://npm-registry-packages"}},"18.4.42":{"name":"@syncfusion/ej2-calendars","version":"18.4.42","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@18.4.42","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8d9b14bf81ed83a0aa896c54936e716cfbde7ac2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.4.42.tgz","fileCount":280,"integrity":"sha512-d6UdzEO0yLDyWLDaCfZAFfdyCm6VM0/PxFcluNkBwQQPeEttsvFLFDtpJ2oFMj5cBtqVv/EM4HFNQuPOALlaoA==","signatures":[{"sig":"MEUCIQDbTSYGj2aMDBrSdjvfzYiQpUTwW12fxXfWg/2bSgK0qAIgbrwjW6ky91aJ5/1M7uJDBQTkOWc1gp7tr/ZKMHkrM8M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8530532,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgInDZCRA9TVsSAnZWagAA55cP/j973HxNzQV+MuIob4B3\nfDLy8T1Fv1dx7hJKW6Mt9vRvjFqiv8Q5d1CDwnz35qNOdpzbjiTErmYEoznc\nhhqddtC/txPDw6zFaWOdOX5mWe7iYxY6JrlAzTWwJ0DEDdmFvMq49qvVnzQK\n+MRSK/JZtwnj3Kw/h8Zk3oVY8BGedqbDG4prq7t1Ithc1setCCUldKqXKSRZ\nlD5dnzhzRKBxZ1vSQvCSQYRpcfXc7TsJGdoqnYqwBXozBB3TXOs8uPEgcUa9\nEutkCdWxvz/0U111nkIh8oLO+xmEDH9rWSdqoVtMsav+zZzZAoww6pWheOgv\nKN/6EIVhxfL1rPDE6AHtzDwTxHc/RrSH2lduDbhPcO2EiCH7QyEMNRBy17p/\ni2xNHTcSdzZkhdBys6wxFyGpzCEUctmE61ZzQMNAV08yRzd3nDn2KUNM6FY7\nX1vI5OMp202LpSVHAt7CpF4+8ZgYF63D2pd4IYZt2mGgfZHEJhVZzK7VurKs\n4bgV7ah7EzHeWH1EOJZSZhhNhEnMxNJY7Mg76TO2DhBocYocDIYVQ25GGg5d\nUB5Rem2nF5JlWAQLENyV1gZ+Ggn2u/FyYLaCsWiFeTJgth8u/40GAInjerFt\nc1RKAbKCT2pz6Wu/350q2/aMjp+aTNUmrvedE+WT/Z19Rp32yjQfKNBcAu7u\nneE8\r\n=PrSa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"d2e03556f7c56c8b2bd7dd81295e90d3b0b46244","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.4.41.tgz","_integrity":"sha512-YIZs/MqA1YD+DPPNrmCbOMVYgJKScovYXAke+ewFbaR4/VzSZx+QJClseLkNVQBEgGM4+bUs/B6Nvw5dzQy8/g==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.42","@syncfusion/ej2-lists":"~18.4.39","@syncfusion/ej2-inputs":"~18.4.41","@syncfusion/ej2-popups":"~18.4.41","@syncfusion/ej2-buttons":"~18.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.4.42_1612869848954_0.3471421512942312","host":"s3://npm-registry-packages"}},"18.4.43":{"name":"@syncfusion/ej2-calendars","version":"18.4.43","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"4b2d2afcffb28ccfab42205bb88c9c3acd5dc384","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.4.43.tgz","fileCount":280,"integrity":"sha512-DVDYcvfCU+cr+3y0jspl/iOAWXZ0M4ZnH/gj/r1mKUjWaIwIoh/EFkohSlZamf6L2blJnFK9+TbWwrSLhLLtjg==","signatures":[{"sig":"MEYCIQC185+dgW4XhHNbBekPvQ+FM5gFucwCMLYuU4KkMBk8RgIhAIaHCiC7o7Blso4xglpFfu+yaVOl1dvAi5KtcfOp5Ukg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8536194,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgK5FcCRA9TVsSAnZWagAAgJwP/jTcDSdj5DmNxPEcRstb\n3lE8/fpud6qqVUoYMu8gtFuWr9SjtJfsgotuyRDcJs1Z1P7heSHWKlEccGKM\nfDpcAeHASPF+cm8t9DkdKfVt6rqnQ2MhdD4Fqc1pLAUDbG2e31/TMng071v5\nJ3TUJSroMvh40kAYXnSDXf3RU1ZdlHrZuhmUUpX2CylI9kwL0+mxl54FsiWd\nXD77QGY+OOpBMwgID30NajtLVlr0i1B84LYtsCFN4K0xn3XjuRdhEwNjpTLb\n9SO2EvnsghN1jlIQw0LR47GV3DTmsvzdVsycXSe5yCCAZSEBYb2n+9maOrzs\nzLsURF/u3NY/YPAGeNMZygNGMDL6SU99hqFfdGyXDLW4PrnyTYCwEQHEb7BH\ns7bh+6hIWLiPLdz9khJ+cnzHE9qtmltZ2IB+xEHQa/woUJMvfuTq7djVyo7P\nUgURBB/yvuVIzzesrjCJS1xv/mbTYH/jCZYtYEl/0pDL8OiRqG1dA11ULpD1\nGiGt7Q50VIIkz4dLzRTDQ7FkLgibdp6nMNXESXrfi0xtf5SV0OI85iWNVmmy\nzJOPa7s60+d24UpQnZICzeJmEebJ6+6G3KuKsBorpM+Qa9OXTG9KqEEnJqQT\ndUZZI+BCNfg0SULmRbbuaw4kqV100O9Je9xD1SSjcBhjISK8VgLUwphHh2+Q\nPy7w\r\n=X/+Y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"888e52613e6c158e112ba850d054bed30bea704a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.4.42.tgz","_integrity":"sha512-uGQq8NaaAPXDh4v52p3eQk59lk4AN/zY7kKn4xJU6CmBMY2JwEKz8RjS0REnItmdpmaoTq3HW6I87o1PDo/P4w==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.43","@syncfusion/ej2-lists":"~18.4.39","@syncfusion/ej2-inputs":"~18.4.43","@syncfusion/ej2-popups":"~18.4.43","@syncfusion/ej2-buttons":"~18.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.4.43_1613467995548_0.8582843495187438","host":"s3://npm-registry-packages"}},"18.4.48":{"name":"@syncfusion/ej2-calendars","version":"18.4.48","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@18.4.48","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3f03e392d3b4bc9e7ec7439523365d9a3b3820e7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-18.4.48.tgz","fileCount":280,"integrity":"sha512-jDic+kNuWn5yu0xSYd9QeE7Re6yhKJi7S200WJk9UUNGlo9vtLYFpPt2KCgYhBc6sBaErU99wb+OB4Ij4yK3TQ==","signatures":[{"sig":"MEUCIQDn1jbGhegKAxg68KPlv8OwIThCrViDW59a5aT+QgE3iAIgOpfFWxlYJA6FIW0INIHFxUz9KC47GeNVokCq90ES9m8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8543269,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUH1yCRA9TVsSAnZWagAAk88P/39rhrgTInoj8/lBftCe\nmT+UfzKWmDeZmpRPZjcMkvEPUVToPHHA9BCJLKX68oSyNlqVYtC5ToUlW6ty\nS2YC4/5OOYp5aQxVhAp1rcxZXleo17FWZc/HaonjT8neefW959xBYsIlYQux\nfFe6zv7Xkr4tmONUDM8+XKMhEuSQ7lvXwe1Glunkl+UsykkuxKYhFElp5zYo\n1Q9cG2WLWIzSxPs9mz+aIMD5EWqpa8Q8AZxM3DurLvHSjEZz0Bu3KqyAuXX4\n4BOSZKXzV8djShT/NiKt+O//UtLDxz0d3pc12WZVtjl4496QLROLvwuSvDRl\nzSjxHsbmkyuxhjcg238WoBjCMP+Pj1iStnoIg78cErmpZrEC17kaUk7vTx/Z\nE017ALr+SjON1bPgO9d26fHgsudmwmwcGDbsJTiZjHyuXLEKedCaYifmC8YF\n2e1RrBSGPbWt3YvtKpI/k2H0e/qhwkuyzKXipLkSkHUQ/RzsUtrDjokaDJpW\n5l7ihUNSq6CLfjtjMFpMC8SLj34o7w6DKa6e9Q6pEoCA9lR0uIx0l7Em6KiY\nTILCupJ+yK6RotR7EfbwH6oM4WUq3pKYzsfoakBguiqnsOQvkhYBXLP9ueAK\nriv8QRHU5cIau0Wk/OP9Nc7Y45dMFKw/YJU39kaNUIkanTohvYvXrN8g7KZL\nV3Hs\r\n=zouf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"30c943f0e0cb69fa7c0aea1204ec2b1a164a45f4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.4.43.tgz","_integrity":"sha512-3ZdJz+dGC50ZqPSS3fbFxjT0Li2JlsbZNQqHtLMfGuJE/n8GdMr4uuQaukysVvd8TxrYS/2yDIoa/vLA/TqYQQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.44","@syncfusion/ej2-lists":"~18.4.39","@syncfusion/ej2-inputs":"~18.4.47","@syncfusion/ej2-popups":"~18.4.44","@syncfusion/ej2-buttons":"~18.4.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_18.4.48_1615887729190_0.48052815664026793","host":"s3://npm-registry-packages"}},"19.1.54":{"name":"@syncfusion/ej2-calendars","version":"19.1.54","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"f965bb3ef3bf47fdc05b4ca6fdec93c98ba1a12c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.1.54.tgz","fileCount":280,"integrity":"sha512-b/NlPaorWOpWfKQ+T2DYpWJLLbXiT3a8um/ogzq7ruSN7zqOjJeg+Nz9GooJV9FyNYkYyL/DtUf8h1I0P8EW+w==","signatures":[{"sig":"MEUCIG1/NYnIImJuqRh3s1UR9IsFzO8nKMCU8VlJ8N498yf+AiEAqHyCB+8kdqrqpWZm0VckgT+nyUBXmu/tIV42JqqHIiI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8592337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgYznCCRA9TVsSAnZWagAAKKsP/3vSkxy9X4NQ0Zf07/2D\n4dLdhCABOPbD1oZNciAX59RJ0Q7Ixu8w2vkUHX4GhVuk946YQTJZGMfCAgUW\n0W99Z6Na/tbSiV9FPufclDd2GoF8Mrj2+xFUf5XydE3IHWpLHQfL/9Eh7+95\nrWDafYwZKvk5SDvDVeNXjE5hjqdKweDle3CRiFL5QbYsl3dDk1GhARORNyAn\nKJiWDtQ2UkdckWUVnkGMfbKu72Wb/B/cES4+pdIkb/7o993cwcuSNde6lMjK\n2hwF8Tx0wOxgOWdGkneFFj6pn2xXf40xzjVxVZs5Rwco7UTAfEq7Qfk5MxUO\n0K80QJ+Nr0TYJumfY9ONmT04bv45B7vp9cGuPd8ij+Avhg76CyIebqwTiPBF\nVjAZdO5SmDVA5fYc0KPfOQrzZxfvX4jf4xX3CaA3s/seA4gSMrq8dwT7zx42\ne8gltZxcc+3p+BrKEQTHAhySXLm5DNQmfOxwWDay1A8riDXuNGNQ23fcvj1y\nm1Wj2uC5/F4SDI8TojkLTG7oSVGkxmrkNgk93JzAjKJHkdcZNNWRftUDqVv3\n/tuEnPdPAjzYTuE7JTtpeVZY2/3j/lni3Xo5w8Z5zmwUFlENbGlL3CBQuLc1\nOBHkmSYwGsyviRddK268PpIYULP3MW7rv0TZ8rNPYmIuQ0b4awMrRDXsqyQm\nWyVD\r\n=zO98\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"dc5e0e61d285da9b9189fa061bd56ac2615cc99c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.48.tgz","_integrity":"sha512-E2JQ548TsGvvOVYrmJOJD9viJ7TitqGowwUUpHMwQZg+/Y+oL4lb6+YyzESnOzsRP2QIzlMJENbl1jjEdD3i2w==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.54","@syncfusion/ej2-lists":"~19.1.54","@syncfusion/ej2-inputs":"~19.1.54","@syncfusion/ej2-popups":"~19.1.54","@syncfusion/ej2-buttons":"~19.1.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.1.54_1617115585908_0.04291623411437606","host":"s3://npm-registry-packages"}},"19.1.55":{"name":"@syncfusion/ej2-calendars","version":"19.1.55","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@19.1.55","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c13da66c7c4f4d982c48abf62a6ddf2c86cfcf56","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.1.55.tgz","fileCount":280,"integrity":"sha512-VPA0o1SbmY5MktK4R/gUpheuHSW7LQ021LydwbLWFAqpWlrKbOHZeukQ0VL73k0KW1gxFknNMzOZf6AAKmdpMQ==","signatures":[{"sig":"MEYCIQDaqGPyem45hm+txdg50RIwfEmw1O2s8YsOmJzbOo6gDAIhAPPJDQSzqV7VtvGpvegLdSVlBJEV0J8uo88Av3KFplfR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8592506,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbAB6CRA9TVsSAnZWagAAcUUP/3yNSzfS6++aztrYarGJ\nDI7tn2AQchHyfXGld7nrGX47CYIIfGtcrrn8vHIfJV/O54LrBLmJp40YCzpi\nYO2S9GP4wwF32u88brqBaRU3WCBDExFLGNl3lcrWKLVjrN7fk3QF41Aexd+z\nzovZ7fG4uT620E50FvrbvN3gOXA0UnE5hJFBMLuBqZHFGMImCUaKhI3eAZcD\nEIqpNStH5XXaQC/ShQaY2xpcXfxjwMZ3j5TajjRlrHIP2TlNYhwmMJZsZRQM\n++myllrxFwc8rWU91mvo1ZrFQu2aGFgM6U10ArLiaRW6zm0NR9cfJaoVt5BG\nOrP4lAGOcnSO0Xh7MuF7UEfxAY+QxZxSzobycBC7pH5QUO695iDgRw0gQE5U\nPu1i9OzVTPwZmkQ+mLuWr21lOx07gyii+qx80AzY9kE22IlvJBwQS9OAKHqz\nPQM+tHXXQ5C2oOEjq+37x0Yp4AuDs5zpXRp6fQiOof3X83gN2hTZZAWu0wfU\nvcWz/AXp0tjOVLgvVoO+ZKp036Z7TF+y5NQyWx7icz25nZO3+kyPHOnRmrUN\n2ncNiul53cE1SeGwbmv1lWMntQ5QkVAEDILy90++D7AsJnVjZPZWHrnsy5jB\niEfuFw0wMEpfwsQubt8Fu/HiUE+WIbHMYxRBQ+9Qcpu05nYpU/D3gZHjvhp3\nQBxK\r\n=gEHy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"5f7db68f8185d46dc0a46c4ce8c25cffb39f270b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-19.1.54.tgz","_integrity":"sha512-M2GBSAQQ/OZWP7bcVTcUFsMgP+SLbkXWVyD8h6z6EW3WNm/Bst4NmCA/+UOENxGXOQnSyra3w5InijpPTlTCFg==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.54","@syncfusion/ej2-lists":"~19.1.54","@syncfusion/ej2-inputs":"~19.1.54","@syncfusion/ej2-popups":"~19.1.54","@syncfusion/ej2-buttons":"~19.1.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.1.55_1617690745850_0.5924162104881985","host":"s3://npm-registry-packages"}},"19.1.56":{"name":"@syncfusion/ej2-calendars","version":"19.1.56","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"d67cfcf3844c40bfe011dd0a29e0d973eda387a1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.1.56.tgz","fileCount":280,"integrity":"sha512-2JpYnU7cl1oscW57toJieI0IDY1yI4hfCBITSMup0UN9aJJrO/P07BLV7k05k0Lswyj64vFAQ4XVyDb97gcfLQ==","signatures":[{"sig":"MEUCIQDzUJmA2hq1wH8xYipO27Po49QzVEjuwOz2CE73/VjTawIgZ+gLShCGYFEiqOPOmrOPJwk/bsf8NwdcF0eqjJ+qims=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8573214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdWGkCRA9TVsSAnZWagAADwYQAI9Z5O9GHizkoGKzxcAE\nEKRhaQjv4UU4cQrlbtBClSWLSBhWgiFyzXDAjsvxIU4lxtFLUwqB2m5Oe9ey\n/fNq+rhCaTwGQYVPq+X2HtDCKyGrwEO5wjOzGkLW8Y2+Oy7JppINZ70l09Wh\nn0WiRD9KA2cdS4pO0zhKpTGIeBp2MY0wkqwKLamGhiqaQcX/67FpivEG9vWP\nsxs6ScQck4ylRXTzRIM/iHDxbrAjZVdSR3qmkOEE82IBALijor7sLrFC3tsU\nDa94ziw/EDJyOh2VOqkg1NHkv8mkQZh37W/yUogJ84bLZ4V8r0IUO4WDB8LJ\nQ66IxsP92PJGuWGKvSoX+49CIU0w0wiOXSEgU0UOv4EiHNknVmatF8g/Bt+l\nW1S7Ab2y//RIVclwCyRKlMDMJfzbc3O5x0/qV1+uONQ0FVI4LR4QEm31z+sq\nBiKRF/NIo9ZZERyy0dw4FjYWRZ4x+yhZJ+CAOqq44nt2V9gvqlsNkfIi7SDH\nx2euXHGDKO7wAzKMrWHyOU9aJUaLKK2thIUZVAXhE2n3Qf19iZYP7II2ikXT\nf/kwjUT13tVnz3iZ1guI0O0qE8BhFiO6/5th+5pXleM9D6U+mh5cOELnIIPO\npqDvmVK5ni4BP56abl/jOkovT4FLU04Bdh6zIVFXjn+QlrLy50So9O/l9W+n\nNQky\r\n=GgNs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"1ad9f4017c891b7ab2e124e7ef9e6588a21a1dea","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-19.1.55.tgz","_integrity":"sha512-VibzK0t338riTKWY38gMaVy4fdY8jIeyQZM82g1erL2uy4JHbXrdPtLH2kV01XZ1Pz5UKdXZT7sm2u6Kgb1+eg==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.56","@syncfusion/ej2-lists":"~19.1.56","@syncfusion/ej2-inputs":"~19.1.54","@syncfusion/ej2-popups":"~19.1.56","@syncfusion/ej2-buttons":"~19.1.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.1.56_1618305443425_0.6643904002131902","host":"s3://npm-registry-packages"}},"19.1.63":{"name":"@syncfusion/ej2-calendars","version":"19.1.63","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"8bec8324c795846f46b307a6faa0295722fd9c16","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.1.63.tgz","fileCount":280,"integrity":"sha512-tPW8dLokKOZN2Rpild4YC9lXYIXUb8RU7kjYYeJu+QwcNjisdPsKprEIZKqNYfk7L9AD4gLztAK8CUTcN1FQ0A==","signatures":[{"sig":"MEQCIHVRzSJBlQP2T97T0xV0haaIalB+l/1qoFPj4Irj6B0YAiA1aIuKeYhUjvcg6DRuNOZQLvH9wFjukDqiE7xgH6Nw9Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8573214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnL8yCRA9TVsSAnZWagAAHC0P/jOSrKLymrzQBGEcA7yw\n9NACH7Bbw9ECk9HDoGjvW89Mb/5HeB60luJOUZxyzcBJIrPxStSJdUR655pI\nZHPQhfEshu2BA1t1EM5Kzx80TVaDdagL1T6xMn+wyjTw103QuYx31cT9IUUJ\nJQslKp12chxWINVOiwWGwFhDnP/PM7Ztqi2o6NFL2Yi/xsh4P6Tx26Crxldx\nV69n4zdo0zow3G/8/ZVBUDHb53pocj9yETSwEywVICIP45QfRjvSLhldgqk8\n90RWj5VCYGtGaelfIDwsVaYUfxu40+13GzjP9mq5/Ds2KWXWSnqWul98cxRQ\nmbNZVI6v4kQ9HXP0Wfgs8TwY4rJhVq6qf5BTWnjSrbTFbzEqKXFo2kHp0NQq\nMvWgmjT7skldGXG6GYEjTfYuWqIT9z3kdpHSrWeRHqGZQw/Hc21WDYDUB0XD\niAPcTNW2DuFH7AUoE9MXbNLdzZnj2YQ1QIS2cOYqOa6DSbnlaN/7G+ohYVxV\n+3JICdDsq2QgcjxQGu0+kkoIkiAxzM0+/TLEbXB33pCaaGcQOYuwxgWsRgRS\nqh9NkbjVQN8/Im74spcJk+unX+APR5GbIterrpxK1Ec227d3l/Q3hjWqtVo0\n6rq4z0DuxU3l5xOzVipzadsEMv8bcVjpXiPz7QkV81+D5+5rtHNa+aCXVa7u\n+uwZ\r\n=BuSg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"1ebd47c4a70cfd97f579568c409436e96001f7b1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-19.1.56.tgz","_integrity":"sha512-sbu1j8QCv4iLoQUL15SnPbn6FHr9HYw7Mhkrgp8UTxf2u55EQuzhQV0aaTjp0yFl8VVGSU8xYZTk8r8bPYHJEA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.63","@syncfusion/ej2-lists":"~19.1.63","@syncfusion/ej2-inputs":"~19.1.63","@syncfusion/ej2-popups":"~19.1.63","@syncfusion/ej2-buttons":"~19.1.63"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.1.63_1620885297554_0.6841288563868213","host":"s3://npm-registry-packages"}},"19.1.64":{"name":"@syncfusion/ej2-calendars","version":"19.1.64","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@19.1.64","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ab9d730ecdc89e001f96d558dd87a9ff26cb5152","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.1.64.tgz","fileCount":280,"integrity":"sha512-UOX0Yn8dD0cTYAYMfEZWNhUoSVxllEY4oRyHe8y1Dg6ixe6mmaIWQLxBgq3KSh/+rjhcMuG+zqdaLvbJbkuZDQ==","signatures":[{"sig":"MEYCIQCK8VYnwuAFI1s8uolMf2ou3iZnMD90S7AptOKxe8GVcQIhALbnVEWPDOz78thGuf4Sladpk9+vs8qG2HqEJYuBGWWh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8574222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpOFZCRA9TVsSAnZWagAAyzcQAJjk+j3SD7ljqcthM3j+\nV0WNMUHZrLmYBTZtueFTdtsk9qSkiuOXMQrH4lzlO4/WcoJ40YZzFyeIhxCH\nOV6IfIzjCPSfBF6QfI8n+lsncbM4n+dTBOHpuEeSxPYYe/UdDjBXEQnMdLkN\nAzNa+4Ee9rteoOHG0mxxZW32GFpQ7pMEtK1yfw/XBjp6bm0UKCzNmLIbkTqe\neeBDTdabsLK2frrWi2j9vzLTYYNAnQMNLajIaMC/Zd57KUTHuU+cPRxjTB9h\n3BXkZ7MLPF4A+2niCWEi0NnAbaT/MMUhCBnzZeb7On3NORzshZikuznapDG3\nHszcszOvtQl0v8gWQirINbSX/mXInC9L1PrN271K7tTY85mn94wVuSlq21+v\nIIxIkZB7FPyMokz/TA7SMHlOA17uT9TP4QKeHtVNYAHLbeCWiA8veWoCi554\nWv9JytrFOcmodAmD+qyZJgzUVUb0MgFddujF97J43JgEYN/ltW97/KLIP8UT\nrHbEzq1oARz1+to4kv5G2vSn6HsZXDlW71XLgL7OK/6XLM1eqbNttNVUumZt\nZJDIqtXDFgvwEBMN0RKGbnxs7istS4Q2yWfJeWFqC6Z/QNoDw82WbE5z4Q+T\nKI5TNubIlcHpQ0CbE/RykeY88T58Z9rr1BB4tPZ12DltJemo1rBvSvM+4TYU\nS5gY\r\n=Jlvl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"26aab725a42a67a22e3e6d5743d032abddff30ea","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-19.1.63.tgz","_integrity":"sha512-kT16fHqBEpp2AVg8qZBGw0XMrzBdZRe5M8KcyZnPVxSc+QOlMBUoHaI2ioSWuC6orwPUzpZh+cdCuEO5WhgGjQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.64","@syncfusion/ej2-lists":"~19.1.63","@syncfusion/ej2-inputs":"~19.1.63","@syncfusion/ej2-popups":"~19.1.64","@syncfusion/ej2-buttons":"~19.1.63"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.1.64_1621418328770_0.8118114846222002","host":"s3://npm-registry-packages"}},"19.1.66":{"name":"@syncfusion/ej2-calendars","version":"19.1.66","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@19.1.66","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"093d5f8cab958822ac542789aaba36a1663a075c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.1.66.tgz","fileCount":280,"integrity":"sha512-0OpFtSJ10ilXF19JU8dJrj9n229TA8ZfEXzeQyeS2ejTa1NoUBCsU/TTgkoT2UP1s6mxWty5ojtsLrHsESC9pQ==","signatures":[{"sig":"MEUCIG3LEzDPFZWvu3id0i+xF/YvbLHELrBUddeME2llsJgTAiEAvQKlHip9Gi4t2pjZiVGw2tEugWtnaPJIcAIEAlmSSB4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8584755,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgtc0uCRA9TVsSAnZWagAA+FMQAIM/Xg0XluoUMQbc5AID\nWcxFRXh0+5nkqFeXAiLnsW6vtuwoR22sOvhudrABqMaMrAGV9+LQAz/RVz87\nm9U4Eim/ofofs1vGYLZQDs7QD7LB3PGvy/cOtcgLe3yXNa8Ig1WAUMizvKHb\n4TaeegIvGg9ovqnJwReKmZUk9mf0Z56Tck0ZUw2yhMUhM6JGU8czbglyd2Hr\nibWMbNTL+QwwqYrJ1IpoBBclI8+aj9YmaU59U6Rw1iEP58oSe06wHbutGCpv\nXqICiMFmLHnEF37DLFC7PYWUTs+pxtztZPVFArqG2tqYiS0qQFIIoweF+Qxp\nKnh4gSIdupoeqMu9bMqFdwe9TmFj7XXuhzsPpn42QsSty54owNlYEjnVJom8\nS+JgJUVOsIYVdqEX7pDuk3X9Fj9eDJthr5bIwCsrCNeNaabxIqj6SrJ9dcAS\nJbjgwOdEQLo2gIWqqXtIrljlbdeYuRxgT/OT7PQZY4CPxPBI1JuiKjQRxHFA\nohOXGEYmhw8B1QNRoX6ND+eDIdYUXSGOC/eJ8CmAyKSuRTl+pYWnfN4YXysq\nIx0GMtX8pM0/NIkj3nhVsrd1vQl78nfdM0/TQvPCVe6ycWKVQ+oTGXSL04j6\nFhvihBiqXZHEMBLtyb/2unSY559quU1y3A+P6ExkMTqHaCXnfNto7kXe6wHb\nIgGY\r\n=C1+F\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"8f494b566437ee7669ca2e503c8d5640c8b46566","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-19.1.64.tgz","_integrity":"sha512-+UTQfgxlITui559v5D4Wwt1BHSEEk4/LMx3tHS26zT5YDv/Mu7yQLJLkzVVMdHTJurqTfgQlRoBBkBYyR5a9kw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.64","@syncfusion/ej2-lists":"~19.1.65","@syncfusion/ej2-inputs":"~19.1.66","@syncfusion/ej2-popups":"~19.1.66","@syncfusion/ej2-buttons":"~19.1.63"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.1.66_1622527278033_0.8060596918536509","host":"s3://npm-registry-packages"}},"19.2.44":{"name":"@syncfusion/ej2-calendars","version":"19.2.44","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"aa8de4a6bb99734ba946a9429eccf172535c8d04","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.2.44.tgz","fileCount":334,"integrity":"sha512-wE8Ch6YUQQW8UvJyhid1eiEeKOEEJOjo3JIvMSF64nmj1Wj6ksWxuW3jYuBkXWix/cSD+Ey6Z+rwySWvQilg2g==","signatures":[{"sig":"MEQCIH1/SHmlU5B2anN7OqPALdf5bYvWf7QZ6oQGX3FbhX66AiBdtAe+3g9s5gQxjJgt9e90RT/Bivpyao3zUUEtzFmkHg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9474348,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2/wyCRA9TVsSAnZWagAAN9EP/2Y5SwYCIH+aPQJOtGul\nXN9aiv0m9cfHK7NyJTEbGwuXRXPkTJynGWHRQsVtP1MPOpTfoIkVdS3j0Hbd\ncIl+G3x1auIZjGx8yGVHIyOiFjINM/+eCMhpDSh0GxxBTQBZp27VwQbXEOIw\n7M1FzY9M61SRiiZt980CI2SMmI3dtHWKSPjWlf2WE4Is06XFgQXpPnxiTRqn\nWxmBXzycLcLNw2iY/mWswng0tqcguZHX0x5sDTY+k1QJ3DB3GJUTcXwJsL5M\nn74YknS5dID+r17YNbx5UKsbKCFBXMkcMjHNGvGfhusN0xyYOYeiYRS7dqNI\nynpgMRe7ODri675Tcw2agaxreHKOQMrdbV1Y7cDedrmPz3+fzfhnezCPEj1F\nxsld+AwKcAWGPTT2QbVwic2idgiBdbGEHgfTKncC9raLBpKmPEYu+mHa0Bxf\nOMToenGvPj7ZjGlZ8G8fVltP44kvTO8yqT3hnKuoXtb3JoC2h3vTjy9vbA4z\nss9bCmN+8rrP/l4RtJSNhhGjQTgnCD7EMRCqMcFKI+uXBej1HjjwcLKtinv5\nSp71rA67hh6icfiEUZN+ZSiHaIidunHTEFPkSI6c8gfA0G30QW6OCuh2tUDt\n8wLWbyil9sLtzwyJq2m6pdGgFIizC42AI17I3McHKZXgyLFO40K+nfLKfoVJ\ndQi9\r\n=to+V\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"45b895c9336786151f9e127fb2731c0b2fc83655","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.48.tgz","_integrity":"sha512-9vZghCcr3FnIwZCPVn1oigMUoY9p/xPqko76KUdB0Sp0Vl46nvE8WstU+mbPan2Lw2+ZSo1sq+S7uVqloQOTAw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.44","@syncfusion/ej2-lists":"~19.2.44","@syncfusion/ej2-inputs":"~19.2.44","@syncfusion/ej2-popups":"~19.2.44","@syncfusion/ej2-buttons":"~19.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.2.44_1625029681513_0.7101167774712411","host":"s3://npm-registry-packages"}},"19.2.46":{"name":"@syncfusion/ej2-calendars","version":"19.2.46","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"08936b93f2d5b097ca78fffc7f681313722097bf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.2.46.tgz","fileCount":334,"integrity":"sha512-auId4QmljALa1JMzsFgxuyd00YZBakne9d4TynW5xtx84eiUyHkq1ORaRwqbmLLuQPLor2wJEE+PIzlHmHW/jQ==","signatures":[{"sig":"MEUCIQCwuP78yFjJxN+P6iXQkrNKf6sGZLje9obJZQx4T47xrwIgaQEQSegA8JROhAHxECE+JWdFGN4FnIT//xGD4BVkFhU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9567850,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5BDvCRA9TVsSAnZWagAAIacP/iVrB/rt8wcE5kNruh5k\ntzxu7lwTHIlUbvDHxzmHI7wFbi5+XApQWy2yF9uM6QHZyqWHzcklhKxRQ9/n\n5CIQAw0SLKtUTQIow23l7SAKZdSZ/buI0ovWP7dZKc3/meko5odXPcXjP+c3\nWWFmH3ruJSlY0kL8hrZtTbGAbxbIa1wOoxLM36E6hzASqqUZhoySVyquYK8P\n4PoBlqkdrUxk9noaTEhijkyL9zB6aPGYF0gUDxd7m2ZQgNrUbhFoQQTVbIOU\n90/1syW+7OBUoxGgQcovYpp2dg3sTWDf33UlZxQ66YZrSM47GaMezkCF2hxZ\nw5/Y9jk9XpWJZVeAT8tDxBhSEL22LXe+frQFroov4vpOteG+HwvTvlxVwIV+\nErCZ1Rf8xSZwtnqSKEX1NWhdL3X4K1ou9UOlEmBb+DE72fTpfAK+yhF8acPb\n3kq+xIGH6ATU1IXzgKXxmFqw5fy6SIxHCHmHgBhfVCEzyvQEwxvx2mtE7LWU\nVLUWb/yuEr1ClwHOTWOLdIRtU1M5W6eMD8yLQY141WALHVO72bL4ulE/aT9n\n7Rwb0oQHRd3WEN7bmQAH5zINHIC6F1AI+nIaWoMxsja4Htsh7oY/7TJefEIn\nKZlu2G+Jl6iBiGoPz0bQ9onk9RUufvjCcssjgjIXyFMjXPYTUqtCcJs3kT/C\nUl8A\r\n=RxCe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"4a730530c69215baa68d9b03e2206f045cf9c766","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.48.tgz","_integrity":"sha512-BdEzdATNNPwipyQGqLV2P9Ewgp+ho0U8gP3uCW1U9NlhC3x0XKSoCyd9kglV+edlDmiTqfuq9OgDxbt1X23+fg==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.44","@syncfusion/ej2-lists":"~19.2.44","@syncfusion/ej2-inputs":"~19.2.46","@syncfusion/ej2-popups":"~19.2.46","@syncfusion/ej2-buttons":"~19.2.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.2.46_1625559279141_0.7130589180852778","host":"s3://npm-registry-packages"}},"19.2.47":{"name":"@syncfusion/ej2-calendars","version":"19.2.47","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@19.2.47","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"13638260f57e989cc940ae4369731b5905eb46f2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.2.47.tgz","fileCount":334,"integrity":"sha512-OVIyJqs5Lo+GOdSn2gSaU0/iX1Lcy8GQw9nI9kJUkoTVBoE5HjIWT0AjGkvhSZtOm9dVqkfL3xk8xdzyNJDhrg==","signatures":[{"sig":"MEQCIC45q5qVC6T+ZyHWVtMQZWCdIUhhe6Msb+ZkCK5WGiJRAiAiUoEyoAzfnSyig5kUrpnE2S7QN65o3l4dT7Pi3pCQNA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9567902,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7UoiCRA9TVsSAnZWagAAJcMP/14P3VdxP8I69900e3lz\nK5Hujo6ifq/T8+eRKYl95zqpAt5fMUgZi/bzR1cu8LoCsbrqw0ACMc6OeNX5\nrGg8MT8hhWiOFvTh4QIDi5y/O3qxwhcBD2UdfsMIWZbdiv7ZuzwJYAW62gJV\nUI3AR57pC3E3b0npiAzi/yjN867csWTB453dS5HI23F58pn1DmwBkutG8ieB\nhsRsZH3zHd+NlVpkqWivMo+nGi0sReg+2U/91J+OEn4BYx1ac0TZTAU8/3TQ\n4NIudM9UZzaJWf2JnlaFbtP2lf1a9tW6lWEawZe0XfEeUgQwpAQIbEplj3nh\nGoK7E2hFz+K+Udfwh2rhnRIwNCV0wxpVq0YrTlmDCOUsN8LqAMQgmO3ifXkL\n10DwG0zAHXh7MHr/PwMWZnP0hbm7D20fb2FzwM3j/lz/OWiZhaxYq3ID5qva\n8uPkAvB6MgD0Jea/2NW2+gsQl7DaIG7SP8EQGkbn75IKHkXYdnReTmGQ/u7U\nRb3K4yeBnxLpeLbVowwix117cLv3Or7O1mx2fQSR1OB7n5ortZPT07A58V5y\nX9dgfcpBvJeCjW2584z3z4lcKL5HBx+BvK17h6dzbSKCfRc8NdftiNuMhwbq\n0Fpw7fxxp8ysmiLUmy8TLnVmhsFNr29WlGGB9jYUJ8rBmEZVqsp8nJSYz5Om\nxLW0\r\n=AzQT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"f2a313290fc39fe50647344bf0a79ad13bc53a64","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-19.2.46.tgz","_integrity":"sha512-W/s1xNYrxEXVYQlwobH6O2uldER+WnjP+62bsYqggzbsOrPw8rMmn650pZet5n/6AQ6I+vFjq7RH6K/VubFrqA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.47","@syncfusion/ej2-lists":"~19.2.47","@syncfusion/ej2-inputs":"~19.2.46","@syncfusion/ej2-popups":"~19.2.46","@syncfusion/ej2-buttons":"~19.2.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.2.47_1626163745691_0.5330468079530666","host":"s3://npm-registry-packages"}},"19.2.55":{"name":"@syncfusion/ej2-calendars","version":"19.2.55","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"e47cc88fd67ed4a6f6b2cf18a2cb8e581247d1ba","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.2.55.tgz","fileCount":334,"integrity":"sha512-wR+riZmaXzsG9FWas84Ovn2RIlBAos7P/lcoSaNIYbZIdiWbj3enzO0pF/S7ybtr4o7m2TR5HW0gJF3Mkr5RXw==","signatures":[{"sig":"MEUCIDkFWqklKxl9MeIjOktazDFROXY404ru3zoD0B8TM84oAiEAxIQODAoxCNVt7CatWgyRWNGIb1XVb4TFXu7AS7tO4BM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9567902,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhE2BxCRA9TVsSAnZWagAAnnsP/24BZh5eIznkLZXAJhLn\nF4PgBm/Qm1xt7U8AgzKeqeG5brfGD7ZQqLwcNLt/TiPmfipzYLT7aWkY9LKE\n8A7jlBpHHMP1e174jUD+dXY2to9yzzoV6liSqTFYC+80Sa/2QrK2hMfEe38T\nRvaiqGScqdamATdcMEeC5IVcoj1XPfNfn2SRJK/+nwLa2tatOfChNGT4v4y+\nJWaPfIGeh083L7iMWg+Nr9JsSH4G/Wi06UvYjf4wc2hJgnngct6pZ8C8/kZR\nhr/iqnKCMAfC3bWWIA7osd7EZm4zA3LIOhUROoNkWBrY8k0kXZ7dDatF6PuY\ng/kEsE9Y9UQrPo8QP2G/ET8Y3Dv4BbuMkBNH5hMI0hDCugMCElKKpjiNHfEp\nplm/3AySLjmWTCzPPxI+m9xlWulgHmVO+WPYuNrdHI0jU9FoqbU05yn/eLqV\noN+SF/7LuchVYHHOTY/sy3GjOvDXfNW87+sDN8/l4BM7xCYcOgRBEBxLHw35\nX5Dx+zZVQGb+PyaReaI7I70R5ZrXhVtdZ/CPmMSucjuDx5klSuvzZMAFjf+y\nbThZrUs7Rr6spXe9D4NAz5Tkslpp8LvR4QYGsbMLd1rvw89yZ8l1OOK4AVWo\n4dWbP6nGQReKkql7J8mCelVdDZkZb4sTNold1pffoDc+oOShRWD6g3aV9zP5\nVNkR\r\n=nK8b\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"1e68efaf4fc4ddb2ce990fdfb4383120827be8ea","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-19.2.47.tgz","_integrity":"sha512-+o+3SuBsE22fG8cRfHE0tCkFc48ql23nFivPJ2xHm0zUe6Nia/CiT7TbaQx0ACvJ37bzUdRlrJ6FRyGdbyn0ow==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.55","@syncfusion/ej2-lists":"~19.2.55","@syncfusion/ej2-inputs":"~19.2.55","@syncfusion/ej2-popups":"~19.2.55","@syncfusion/ej2-buttons":"~19.2.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.2.55_1628659825423_0.24367655131218213","host":"s3://npm-registry-packages"}},"19.2.60":{"name":"@syncfusion/ej2-calendars","version":"19.2.60","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"019638a2fa472446e2bc106421948a770df90616","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.2.60.tgz","fileCount":334,"integrity":"sha512-xHApMO6YCq6ei75ag6DMtrW2zQHWoXKfPrOQYD9gaUQgVTNPoggMpjo7l/8AS2CJC5IeSaaNWaGrYUjqLiK62g==","signatures":[{"sig":"MEUCICWGh3AEriUdQPoew6jDLGtxoZJJZLXPxhzGYrEmcz/SAiEA0L9oFe7NrXNxYylaYC06RE4QhkBgFemuz/phchcjuDo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9567902,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhN0aWCRA9TVsSAnZWagAAaQUP+wWAVE+oO2bXxaaTjqsc\nnOlFovjNzqzHft8uzFyKwFt6jBoE2c4Mvj69F6ALT+meWNXrvn3os/eSJekO\nBp+BUISTk2LBYiZrssnRlSc5HnHxnIvUur+0aA9de/CosDYgEqFU9QnA+VJD\nqRjefISJmWEETzN2lrYGot3tHgAYt3J70rjFNnZLajw9IBlMjkQ2vsJWNNoy\nIWfXqJmbrb2mdFLvqD9szGp3N+mey+xeTyZClwZe6BiEZNZQzv3gQOHX+qr1\nO1Rvh/Y0Eu/rWY3iXG/gLVboNc9CWHKqZ0048q+NVd4uRyN6XhSkbTBt2gBk\nqR/DGanXXEC9g2TP2eJ00Ft/gopOhRmjD2HazLo4PD44MiUxPNyWheVp2qAd\nC7Jajfao4sWSSwaaTJcl1eSQ+8NIArz/6ni3YdkG1sMfXTDcSuETEdRMDZno\ndBzlMWfpoa8KIvNm6st5cT/ruqxTckLrgtVK+j/ZrEP0NtPN0UGUrpS4imbg\ncnh5nOqKwxiqhXgFr4aYUggkU1c9o463am7TUXYq4XFTNGy0liyMM4IibUbQ\neibYezoBZOv738XjIw9zwmK7FAJunUQ59ipk/6Y7nUfHdvTpEzImNDHjUekK\nkacgr71jyzyC7aFqZq3XTyI6WMtzIvoLi6rlFCGVthgf08JuuekS/+Wfa9Sw\nGwL6\r\n=D0bF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"d9c6025b3723143356b86621952ef766df79077b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-19.2.55.tgz","_integrity":"sha512-3nj3VEm/y4aKK9+ZguYfMYa2EeENJG3EmEbXrz0M1+QcCpK4acC3wgPCh/ixG3Z2FLK/Q5QQTVr/YhMTJLYNvQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.60","@syncfusion/ej2-lists":"~19.2.60","@syncfusion/ej2-inputs":"~19.2.60","@syncfusion/ej2-popups":"~19.2.60","@syncfusion/ej2-buttons":"~19.2.60"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.2.60_1631012501842_0.07091983479633646","host":"s3://npm-registry-packages"}},"19.2.62":{"name":"@syncfusion/ej2-calendars","version":"19.2.62","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@19.2.62","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8ffb2341f8cedc94ee46df17cc2b001cdd6122a4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.2.62.tgz","fileCount":334,"integrity":"sha512-zoN+MrriQsHf2UbeBvvDjiBbg38t1W3hB7mAHYruj+qmKE12RQrdWpHMCkqfCyCmOiS5YZytu0aV89iKB1sjRQ==","signatures":[{"sig":"MEYCIQD/CqdMJ4VnlwjEn8Ig6eUxY98XAQ7bBlOdPPVRdUVRcAIhAPPvKmV+KaXO8s32EnBGycwIahx13qAzDbO47znXiT5/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9572310,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQIeXCRA9TVsSAnZWagAAaYIP/AujpqHyt2KgNnGcMp6g\nRwieaaYVrpOgPQ6TYeejzRcrt1YNSAMv32Mdb0CroaoWXsL65Z9X18AzSFIh\n7n+mGKfcJ2cw5nmsfpJJmUOawTTNTN7b4FE6llijEIWnYr0IC9YXiUHFWXLP\nlRXBaTQaDRJAwx7T+jEmI3LCKXNr5kGb6c9iF9F/WPXGS1GA8kKwl32ZxQqC\nsCsLEYSLP8Lv4k5YNpePdOT3OaHWpwL73bXqvogQI1pL9UWKfSfZce/1JpVh\n1W1KE4PyZfI1nXlb6a96zAzFhkeuz3WHp1T6kN6lg13RKIiGPvziahfI6341\nV8uf0F2ZEJgg6PJA/Bw/tTGr2V/k/TWg0ItAZlY5mHO/uSYkUUIoi9R5h/SP\nEynIn8LxokLow3qeQ6DdNNy4bZhYP0d81MIrXBZqoyWLuzn5bR88YfcXbz2U\njig0WZ8FnluLxdQAxMGyI5HphvosVUWlcH7uK8GrIGDzikkHQtc8QUtb55JQ\nqZLl3A33RS6Ru7Dja3FecFasBVmTWtO4D/Uqm73KtHHX1B3xnBfNffYUq51l\nuNtGu/HEJflx6KCxp3kUyVmr2lmQn52L5AflNk2PU6JY8totMCUCFXWesnPB\nbo9t9/PzdyN/KNY8omtcP7gtlhKyT1PeKQDXPW22fkRZEOrIR6uLQGYBMiFs\nEx1L\r\n=SJDY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"8d5418b531258beec23bd17a63c806f61cff875e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-19.2.60.tgz","_integrity":"sha512-cmw3ia5uI23+vb79jVAD/qW1L9AVMBeVv4zwdpPgEzNaBS5YHBCgt7dUjlpvHq5Dnk/px3qSK/dT7IA5/wvA8w==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.60","@syncfusion/ej2-lists":"~19.2.60","@syncfusion/ej2-inputs":"~19.2.60","@syncfusion/ej2-popups":"~19.2.62","@syncfusion/ej2-buttons":"~19.2.60"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.2.62_1631618966873_0.36978142703364103","host":"s3://npm-registry-packages"}},"19.3.43":{"name":"@syncfusion/ej2-calendars","version":"19.3.43","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"0a8fa07d4ba9d9bd5e833c9ba36b2e645e6a3d88","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.3.43.tgz","fileCount":378,"integrity":"sha512-FQdrKDJ82UB6i43YsRRcLp5QyiTTH8Di3uuNAtyNoNvey685BATAdoTkg5GMbEX3j4lTV0l7cAslII2aEZnrXw==","signatures":[{"sig":"MEYCIQDUqyev0ssau5pNoQTIHLIq9A6QQSmKPV5ZNDj1zZl6ZQIhAKTOsqicu02ldx7J/EPiFAT+oBPw6QbbeDwRwJhVBsGU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9657014},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"b59f82188be50fe0e7813dc4e3cf1c011e56ccc7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-18.22.0.tgz","_integrity":"sha512-LdEprkarkxzKw06H9SSZNsUnxarT8WRg62/2JICgt2aM7OC8UigBpDP6/a0pO/3v1JWTdqn5DzVu0tHgGn373Q==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.43","@syncfusion/ej2-lists":"~19.3.43","@syncfusion/ej2-inputs":"~19.3.43","@syncfusion/ej2-popups":"~19.3.43","@syncfusion/ej2-buttons":"~19.3.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.3.43_1632977968400_0.1645693405179991","host":"s3://npm-registry-packages"}},"19.3.44":{"name":"@syncfusion/ej2-calendars","version":"19.3.44","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"95ae3758fa05218533591791c75b683021bec4fe","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.3.44.tgz","fileCount":378,"integrity":"sha512-ydu25Lq3aeksxvm6TAODB2W2SOcJ+jnbGzPY/tJf2Y5/6LfKN4Q/F4/P4oBfm8TqoyaT1nj9MA/oQsdCfUImOg==","signatures":[{"sig":"MEUCICOcTN1zIczRmdv7yZfIavYGkxqGGV0OydjdQBLUAMQKAiEAty8NDUNWUibHz9G/Tn/dUQ/hH+P8iGXBjk19hxswVNU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9656242},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"5e8905224073f45c351633010109f2fd199e3c3b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.22.0.tgz","_integrity":"sha512-ghYH6W8Zev3H8hYgQg1O/78mc4ui/D/2MNr6QyFlOTVTmWw53qAaH5FnB82raw5Jge3ujKcCx1+gk2WEhmEcBA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.43","@syncfusion/ej2-lists":"~19.3.44","@syncfusion/ej2-inputs":"~19.3.44","@syncfusion/ej2-popups":"~19.3.43","@syncfusion/ej2-buttons":"~19.3.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.3.44_1633429049332_0.8159690651843405","host":"s3://npm-registry-packages"}},"19.3.46":{"name":"@syncfusion/ej2-calendars","version":"19.3.46","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"822d9bc25f416d0a1b445b237e10073e62330111","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.3.46.tgz","fileCount":378,"integrity":"sha512-KFOprXqhqFIrv7XmEeR8RwtF/q9zFvOt7HwTYgkBwYhGdAFIo0uCU9gbIvNb+djUpDsnEPHynYiHPx5cW/Fy+w==","signatures":[{"sig":"MEYCIQCGPWugqZyisHQiB63qQXYZJLYVBw0khRlFSG45G/om3gIhAMjxJ4z5FDC2LfzcfTz0U+dlKEMzwA1x+rbhFSOsHoCf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9656429},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"20fe127a4f58ced3436ddf4d9d50a9352e44e739","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-19.3.44.tgz","_integrity":"sha512-X8qpqA5zYnQcRwO9UPRFZkgs4GGuWjdmT3Hqxibhq6o4Ab+rZLh4+2d0GLqO8XihhDWyRecobfBk2KTwzy7QyQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.43","@syncfusion/ej2-lists":"~19.3.45","@syncfusion/ej2-inputs":"~19.3.44","@syncfusion/ej2-popups":"~19.3.43","@syncfusion/ej2-buttons":"~19.3.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.3.46_1634638603787_0.9065918671570534","host":"s3://npm-registry-packages"}},"19.3.53":{"name":"@syncfusion/ej2-calendars","version":"19.3.53","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"f936cce36352cca6aa52ec3bb6d5ca119015d483","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.3.53.tgz","fileCount":378,"integrity":"sha512-VYmxjEcSf4I3T7dKZKMBKwjHy2Gh3fY9j84ltMCPTbuCvaj5Ulg5H4EoTC4N5gQnvoPaG9fZPwZAeJvBa3xzvg==","signatures":[{"sig":"MEUCIEvIjIt7vQUeDcMB36PsODo84cE26VVCG1MJH9do1EkaAiEAlpw9LIsquRXBpMaNHi3UNg8mBXnEYp/1Pn7ABx3lIio=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9656454},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"d06f7db2950a8518be4af0887b81672ad8fe8426","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-19.3.46.tgz","_integrity":"sha512-assLoYkLa9evBRoJyO81sI/SUeKQgsnk/Af7iGKN3IxgswzWKAjhenmzDykQQvs6IhFLlU4GnJDlLuYBXPfxdw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.53","@syncfusion/ej2-lists":"~19.3.53","@syncfusion/ej2-inputs":"~19.3.53","@syncfusion/ej2-popups":"~19.3.53","@syncfusion/ej2-buttons":"~19.3.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.3.53_1636695857504_0.3759394270274439","host":"s3://npm-registry-packages"}},"19.3.55":{"name":"@syncfusion/ej2-calendars","version":"19.3.55","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"a74f4347136f795596cb55dc9fae6a562bdaeacb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.3.55.tgz","fileCount":378,"integrity":"sha512-140xxNWFvZrvvTvPwaDgEQlOfp+/0eiVEKB6fG+64V7DllSW12C6qPpoJ2cW+woDPrppkD6sAWzbfNN8typ7KA==","signatures":[{"sig":"MEYCIQDlxwpAEU9y9gs8EWM9DURPhSOcu0+mu0WWumjVc4LEKgIhAKlY460Sx0LEc5mKtO4Z+h6elybbaqx8ORNhiwE8ZZdR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9656776,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnOFtCRA9TVsSAnZWagAAH34P/jKAjAMtdbRzsugFgzut\na1eFht27rTF3VzDsjFkPwreAGSZi3BhPu5Cm4fkyI+9qNU5PRUPrJ4yvlLVv\nEb4fgiw1kJNEk72YhafL9q9D7TSDGyua6td7/dUf3MXG/oYFdxOmaEWsKQW7\nO3QgMgetx/KFZuZhZtZf2v64fgwbpP3INzOdcuPrQdKfcZFrCVVEkdkYIOAv\nXAD3ewfGZ6j6V7KeyzoyxuxqzQSGuGV5WsJTtGKjJpQF2UEAouJ7TmphEezn\nJoeqWoxqNj5O3rL9WgT8q5kuAZD/IO5Vk++1Q9tFfa3+5n0Z/t1lLZwW0Hcz\nCWVEN3r8+H982r71KduE8i58I45BkWnHpWc20T3h77ofdTzXHGN9PDv4xYcA\ncvmHUJm7fucz02dl8/tr5lvmJcaB6/YhpaH7zCqADQH/CQZTsIfXHSMFfROw\nHleBj6lKIHaJ7rmmC6S+y4K3c8OodIjuIcqGn1eoyRFVz65e9Lnr72zCdJzf\nRSJYrWLSjfzp38BwfRnXUoQL5VcaEkFDY5yguVORW9swOM68vFq8841SaM1P\nRH4JHxNuiPRGBVDmZFQgTs2G4f25Ie0VVFSkMuPcVxIgw0Dv0lrYSyL1bdbX\nOtjlLSO4JlLjwBprRB5n7IjrC7a+38ImYEGYlTe+3lfH3RXiILmmFkWjqgt0\nyByg\r\n=OT0/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"75c5015e6d79451b809bd83fe9ccfa924828b4f1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-19.3.53.tgz","_integrity":"sha512-9m1bWEXO2RdNDWIPAaVduGQFbIBwV9uh3oV0DcnW6kjJlctI5roPf2+B4wlszi5PFj6eiAIiljROMkdTS4ZU5g==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.54","@syncfusion/ej2-lists":"~19.3.53","@syncfusion/ej2-inputs":"~19.3.53","@syncfusion/ej2-popups":"~19.3.53","@syncfusion/ej2-buttons":"~19.3.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.3.55_1637671277429_0.823768400503399","host":"s3://npm-registry-packages"}},"19.3.56":{"name":"@syncfusion/ej2-calendars","version":"19.3.56","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@19.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":"c0fda25a7abfcdf55d3427db522dd62ef8b7c114","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.3.56.tgz","fileCount":378,"integrity":"sha512-XJj4Bl6hl3M5e+VAMOh5/JM3uR1C6v2unCl3JuHk+lCV+WLWcaboBC3XB2ZsZ0Sni2snSi25+yk8K3Ia9LiY5g==","signatures":[{"sig":"MEQCIGu7hl6X1gJhehc/3hA1WdODu3+q887N5rqFyiqHRLZ1AiA8ymvk5MGF1J6UAdUyk1osQuoNy9ALh1dzyuUQg4V/Ww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9673693,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqNAbCRA9TVsSAnZWagAAk0MP/3kv9S5ZY0zDILcwDhSD\nVKtpNRBtfs5+gkebK2wIKK/OJNgEyG3S0gGOEaEkywCXbqhInGo+hjYRfDEU\neWD7Zt2K9tVzgR6DaXEjh6nd4cPd0f1VSWol6zwZiAWTKz7fiTCQfEXaBKy4\nbiEm2uYla9zGQnDbCmav4qapKQ/nhodV7BXBrpCDWQAOrwV8fbtO4q/Q+k+S\nDgn6PHs/81I+smBopZBJaXXjg9DdC2btA7GF1DnP+mrkKf/GTxxD5hnit5S0\nTtzHsUdGtW8d8Urvk0tveg96aEjol/UeVrTZWFnZ6QZ7Dowvy0UW04uK1rL9\nhaJcmC4AizdcY9TmJOl3Fsco1w4rhlnPNGIiz2r/3WxtWJMKei7lWeWtzs94\nyoVraJ2MP520Ta4XVJTXSCRHGaSmwLE7+wFIN/OXnPSQGAls9BQI7XyMb2y1\nsfLvjL2KAgdxq9h8sPiOPc8OikWQaGvjsp4rbIIpNtsqtg6h1L8if8eGZ0xn\n4fijP2RvkLc+MvdU0o9zJ7weY6seofF3bj2tcARF85F0/fMjCHl3r+bBSRpb\nD3zCkRmbrUKb6kvlSHIfcw2XM8+A7KlwNIHsgH5IjTeVYIw7MZwqTVUXQhdV\neaNL+oQrrDbE1uty8wkdkCGkgLGklfq/oV2sMsVg5FcwvTBJTghtJ7onypp5\nzrGK\r\n=r5pC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"1750f67bf33354bd284066a12dc23208e39af06c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-19.3.55.tgz","_integrity":"sha512-PjIfcNqIA0VkYukwdA7OeqWW5Yj6gxqjzwXhmjDznTev1+Ql+NLWXXY8lFWk8qABfwVg0/pJFU4J9MEoM124wg==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.56","@syncfusion/ej2-lists":"~19.3.53","@syncfusion/ej2-inputs":"~19.3.53","@syncfusion/ej2-popups":"~19.3.53","@syncfusion/ej2-buttons":"~19.3.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.3.56_1638453274960_0.9612426978459261","host":"s3://npm-registry-packages"}},"19.4.38":{"name":"@syncfusion/ej2-calendars","version":"19.4.38","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"a144a7c9ca4d12c37b2f79ae9d30e2b89d00032a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.4.38.tgz","fileCount":388,"integrity":"sha512-Lj/IKYuiW/9hmrO+WrwDtLxRjskPUOXnKcrKYsu7Ex5nxTmNz0/LmbjGXJMBHAhgMPt0pNt0YS075yFzXR63sg==","signatures":[{"sig":"MEUCIHaik68ansWx8IR28iAPvkvmOqH4rJqHWdBXpjjGiUprAiEAjJJJrdoOenE39CIYRCUrAuH9RZFIuDvuJ9av7K99M3A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9707724,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhvCRICRA9TVsSAnZWagAA72sP/0MmZj/7m8M2cBvTKnMM\n+PtMy3kqjTatj2A+dsAKTX71WaJ0FBYmpjmLsHYI0MlLqNfTCg6qBuWWA1Gk\n0SKVxnrw9M4cQ2qWzO0J0ACC95sSXKUDSoqfRI5GHwSm2aidd3yZS5CQ7+ss\nUI0ar58+jbOdCYJKdJvKqxTGsx21Kq0lWPiLG48CSgEiiKuG6vwPli5vK4oi\nbaqJZvT9VvcoHv5oCYZ9vFVAeb+15sLcbraUqaRWm3X69TStwLpoGImx/Wzb\nhg7qVgM5Fad7XnSO/ECyk9x5+WcPszKDDTxdvLTBeL8OPIMJ5BWREvH8eh+a\nfrhP/hOKcG5H72+VE8/OdS5m7+2pAmX2oJ8qb57U1zzu3iJZ3nF/sODId9Xy\nPq5yjsy5GLxCQOYPSE852zYQ3feZM932J2Xz4ROfxV9AN+NkzAjNdIYr/8aT\ni4U/iHuvP/lr7MbKMBPfQY8hnlhHB5s/NEy/st/o165A2vUDjjdrcAeUQn5Y\n3uXbE55FiJdApzZuKo8m8rCIOp87sTEyV9kUUzLNPxkFxvsbqWzKWKEhQiIc\nxVvQ21TMI+65Lj8DJep59WkIcuVM8y9qtNtTOuKyAoJ4MOtvv7RDQxQiMI21\nm+iv6zZeC4vSMPYy6xqmsK9svQ/dQlN2QoPGj2hZfcZiCpCc8OcHJls9OOCp\nfsoy\r\n=MCVG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"f35cadd8d17c3a4c3d42e6d12f9c4017c8f1a6d3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-18.25.3.tgz","_integrity":"sha512-JFfC8GiO/alltVcAY+uMqC9LW37cvLghqkxsedIESh30UPs+/HsWj7w7T3/Vz4mhI1+v4s15eDN6upZ0jwa1dw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.38","@syncfusion/ej2-lists":"~19.4.38","@syncfusion/ej2-inputs":"~19.4.38","@syncfusion/ej2-popups":"~19.4.38","@syncfusion/ej2-buttons":"~19.4.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.4.38_1639720008668_0.6339862079953718","host":"s3://npm-registry-packages"}},"19.4.42":{"name":"@syncfusion/ej2-calendars","version":"19.4.42","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"55b35a6e7c13a88a5abed1215bdf0c5f693410d1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.4.42.tgz","fileCount":388,"integrity":"sha512-T8z4SEVmF+fwfsy4T69lr0LCuFYEtU4RKvmQS2S6e/Y+VYsG8tfYhDbo/TCSrS12jyrF8NtQpWN9LlzIjRWbQw==","signatures":[{"sig":"MEYCIQDWvsk1Dcqq6j6OPEfvfmyvvDbvGi9pyE6RaXna+NRwqAIhAPBKplW1/ljRSAqSM5g6Um6ogfgfx+9QC5TIX7FZrjv9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9708158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3Y4/CRA9TVsSAnZWagAAMSkP/j5Ea2a4+THtkjdIC8mi\nTRsqU6oQDSV63Su2t2hT23+PzaX4hxLt6eb2mGp9Hgjocop7W9xlIZZJ/PE3\nKLmy8K170roihOGnzB/sE+DqCRqmi5/uuVRb10cYx7DheT/VcdUmuvdNmJFi\nmbSbCDbCZKnJhiyuf41xo/nVi5hvmPSn+tuvTjUQfCNdXGDofIDECMsqyrcZ\nPTxHLKhFOmI/AYiam4nj+dkDniK+vxt/3k0+TtF9IoxT9jLVhSfoW3NbsXTX\ntORsouTvVjdX5B0giHpDkYV22fUL3lDIt4SL/JTaiwHrGpFY76o5/H0SSkUi\nYf5YblSVHOqqQXKh9ifzogDHl07GN0AIlBttiWyvCH63YA5ocPlhhpjUTSGA\nlwEXBSuovcuQvTpZCWtifExxHDSK6br5oOHZz7G0szyKhIUv/mT927+oY7ts\n7i9OPX6Unbljm5XG0LySUcwY6nj22/nBGmb5SGaFcyK89u9ZXvRB9ier2uLn\nFEZP3GXSajwIXy2xY2lXmP0z4YUDbqpXv2W4jetQOXofSUqIiCeBTcJl0n8L\nVYNJ/inDXWUR46IE5b/u+KPkbtNjgs8w8xhHa4UGPBvoxNJKI8PrTTzl1gO6\nRgfB3rE8+hWh88x4Pq66+NGvSG7wj5l15l+7jk346k7vBPK5InLFc9gmVLTg\nVKO6\r\n=e6PE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"38e16bc77c36db13bbdb9781fb8461d28704ebbe","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-19.4.38.tgz","_integrity":"sha512-89BbLt/5/ykTr+keq+FloO8Lx/5AwuOCXaNCLgYXZza9KzqzLpfUEN9xrLbN2uLedNCSulpNhXpQYFmOyvQqpw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.42","@syncfusion/ej2-lists":"~19.4.38","@syncfusion/ej2-inputs":"~19.4.42","@syncfusion/ej2-popups":"~19.4.41","@syncfusion/ej2-buttons":"~19.4.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.4.42_1641909822781_0.48034465456626796","host":"s3://npm-registry-packages"}},"19.4.48":{"name":"@syncfusion/ej2-calendars","version":"19.4.48","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"42eb27cd23116350a362818dfc1d7dd98a1a2bed","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.4.48.tgz","fileCount":388,"integrity":"sha512-X1ox3rybaIBsRtri4AwDb+smF/msD8xJTEjurQVB/aWMJ1008hK+zvXecManW/S/mz4d8Od/++G5XI71JDQMyg==","signatures":[{"sig":"MEUCIGYjJAHPl4N6ewc4PUyrG8WArMYDYMDz0juGapOrsq22AiEA/HxPHvxBUgXhZf/ipKmaiTK3Lk4jWK1bLhUMnJyiGJc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9708158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh97Y5CRA9TVsSAnZWagAAKnkQAIeTpvWvRXeRtCHhbTFu\n4SCAZLdT+fmrm7sHV7F5IAUKkB9H+EW9MjX6KwdYZwr+fE1kYkQyRDZBoNto\nO0ZUdQAtD/KFOKLOuPWZ8+V9yiTi7z3mkNk/anzFDgSrqc95KOJJpiaZflW3\nb8GHUk98Pak2GT7yk0ziHBQVThzBwGbpFvBiLev7MKAvrXaRSXpP48zLlphR\noQALeG3O1VsmSTzr6wrRbyDsaxLw0QBdII+5mtA84e+iWUoejEihKyc7v+6j\nWa8syl0wfvQgPYekPxSV5yr242xe31p9GvaTu7UPcyrtaM2ORQfgynxZWoEi\nPFdCHAWZPy4wd/55K+tfeiIOhCx3czU5PCtZ7eaOVZTUComKgw02CnUxUmHw\nSj+vA62pUAAr4w5f6D6iiG8ywbLQNXAf6KFW2eRIjIO40QSqcIK/HS+PTpHj\nZl5k2P7eou4kCZCAtb6dRy+UpzPeKHDED/mCmnxhECzix4+8tqxsstiZOSog\n+VLe2bhIDiw3RICLGwkinSlVG7uZOvBLbwMk8exUlJCwn9iYhWK0a9xKEcpl\nFGTo0cLyIZXrf2AYnjP1Sa9iGrALAYbnn8Mev8zY8xTf6YippZe8l1jBjY/B\nQHNvWYdJsnu8/FSv5z35kQOpcc0nCAmEG7c2WE76/7Un5ZM3dFfMZEICYTs7\ndubT\r\n=41NC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"c8f351417ef708bb4fef7847ee3e431d420511f8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-19.4.42.tgz","_integrity":"sha512-lFSATAaBv5xWH8wfMtThdR5AUpG14ysGQCU/1BOVVVri0P1w/JW46s5naTrz8b+2O5mpPH/SmunIuyjI+23sTQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.48","@syncfusion/ej2-lists":"~19.4.48","@syncfusion/ej2-inputs":"~19.4.48","@syncfusion/ej2-popups":"~19.4.48","@syncfusion/ej2-buttons":"~19.4.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.4.48_1643623992840_0.32365244222507417","host":"s3://npm-registry-packages"}},"19.4.50":{"name":"@syncfusion/ej2-calendars","version":"19.4.50","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"4d3929c400cf2fa59890cfa90c94e928bc4eb7ae","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.4.50.tgz","fileCount":395,"integrity":"sha512-4HWB1joHCOlwPWubj0Gm1bxkNkr/9KdJzIuFEl1UDA6/FQLIGUrxqoVHyo6FBkd/+sGr1m25x0ZYhxrcPS9MFA==","signatures":[{"sig":"MEQCIC5N0uGsoUwcBGozzHmD7xagri2cQac/H1v4fzIt9dHbAiBUJk1H1WB7JP+IomHIeG2i1RK6edZsduftgJzAqK1KPw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9701291,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAkHoCRA9TVsSAnZWagAAabwP/2WnuTbzWGUh7gtUhKC1\niLnR4d9sOuUdYP7OSHWoLlpXTY4xSYbKFNe1y2ePG3xSkcGmXmvzAwfSWEU3\nPxpxZkc9IvRNgBfLysf20MJvtfjdlNdV3rM6VpyI/aeNBZnDuj1rovmM8Iil\n+TlG1NVXb/Nc4XRTuTJVE0OMukKSIn8UnQvhtxDYdrAQoHRx3nBKSqfr5KY5\ny8pJd72P/SKPtSIvM6kiZMuX8ESuJwTZzJafl2R/VDeNJm0aKqPKcCXvEfwm\nLFnYZfgpuob8mMd0EtV0bNJPEpStmOcAOpeAUZhl0MxZ2jd7HHVgsd6dC55b\nedjTeo+MSv/UnOSS/Py5SlWdJFvYCDBRjsInCjNmUc7MrKMcxeYqmmtK3jTv\nPjGJyuZQHLNBjpgZiWOKQFgo0th4gWTZxidKSyyy0GH3t+vXiWAMOX9e8+AX\n1HzEGbzdMoYET6Lyq70b3kCI2zGjy/tyi4xL4IY57fjQpVuu4JAyfzPzepNZ\nbCLxjwu9ibSPoJ3l0eOMNUTHS/kooPZwsKhNXHDLoLe6IG6bUtSXCAiMu78r\ndzsqsi+iM1ty2+VnLfeR2M++xSbHVbFMulq8MOotO7eHM0Jg8oLxDPboKiQh\ndCvyvJPvCk9wYAw+rGYGWEG1UOKdMGTdAhldirmiFCWPRqBW90mIutdqXqK4\nAMy5\r\n=Lt6S\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"32a3cf95034f0bdf0bec7d9ca11386d236b9230c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-19.4.48.tgz","_integrity":"sha512-eduZ8/SHrwD5ZUGqbyYTqclbX1Zq1/epZXOYQ6NltYuToDAwfdErMzDD3snRgKtn9bxXjp1u9k3sAcGO68wGNA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.48","@syncfusion/ej2-lists":"~19.4.48","@syncfusion/ej2-inputs":"~19.4.48","@syncfusion/ej2-popups":"~19.4.50","@syncfusion/ej2-buttons":"~19.4.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.4.50_1644315112147_0.07344762462208188","host":"s3://npm-registry-packages"}},"19.4.52":{"name":"@syncfusion/ej2-calendars","version":"19.4.52","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"041289eb9eb7971ad1b15ee777934129f29b5598","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.4.52.tgz","fileCount":395,"integrity":"sha512-RGnTnANT48RZaWQgxu6N2DJZ1TMjHwmqCecoNO2z2aORYB72Uj3ut7R7OI9XpwYoG4YfBNmcaIB5J7SAbZJAHw==","signatures":[{"sig":"MEUCIQDqMSGIXtLCiddMHR2rRWu4MQjEVUKCcn+hVZguowERUAIgU5b+nDgc/5R0vWrk52pURHLj1fuMpRq0977cW2SK/S0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9701291,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiC7DZCRA9TVsSAnZWagAAeXMQAI+MCnKW0FMiR+fwHpG7\n/tXQe88R2gl0jEKUUT9QJK3OwPQP1MAbzepFkb0C6NLn0tBtB59d6GyMvpkq\nffLLF0FygmmY7VNya4qi+4l8aD3SUxEtN8Re+Q04OftlJBkRNHnEgbaKbiwi\ny4gqtxOwivWh0zcLO8iS9CuOsjELhWAHSROMgDXj5r3VqI35FgwMx5PtARu2\ntoit88+xweUH/4LYWZE8hMwIq0UexPM8oTNxjsbTeeVm4FEAB+0ZBi3dfbY6\nP/OYDDnQ+GeKfzD+JlXJIzzHD+KYUG2+nOzJtN6VZ1360e0qcdiQRPmpru7m\n31WafHNies89uKTTtEhk99wkzVRaTyUD2dGNcqUPA+edgaa+O2NUxBo5t4K8\nhfLyvPN0/JhQjcQeIhfJwoQjcpgw6q5OpRD43lBo2+uxXPjeBWk5ISZ43n08\nNkMgYJAMMVCZvdot8IYcgQj+GNG2oFKv58v9Hv5pVxs2/r3mUO5j7L71BWIe\nJAO5R3bYoecoP0BX+ISXoyCW9CyD/qfLzwWVzNVTTHllSgxX8dAbuipaj/eJ\n15WhYgkAizPHMDPwxOUnPKcxmfPL7n8pL2I2hHNREW6Emo05fF2joWRRI1I3\ngzq3DHUChULyfBTDCL4iRppSeT0yMnhynvZIpVgDxri7GEpqJeM0CcNsjN9j\nyuZa\r\n=dO5M\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"fa494545ac2b3bef7f03b2c13540e3b99d782c32","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-19.4.50.tgz","_integrity":"sha512-ymsjp8JjA/v0vkj1f18qyYiE7ahsYHIVhKuvJ75ZaU4h+Q4nNd284vyfR2adkJqXJt0Yh1/QiUMVYUyYxERnsA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.52","@syncfusion/ej2-lists":"~19.4.52","@syncfusion/ej2-inputs":"~19.4.52","@syncfusion/ej2-popups":"~19.4.52","@syncfusion/ej2-buttons":"~19.4.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.4.52_1644933337289_0.8416754064917753","host":"s3://npm-registry-packages"}},"19.4.54":{"name":"@syncfusion/ej2-calendars","version":"19.4.54","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"29c6f6ab1c6fb11b9a2d5a557ff6a5c0b2e499d9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.4.54.tgz","fileCount":395,"integrity":"sha512-D1+gAJsrWTZO3wv0MCGk3I+I012qZTUUJU5DJZEuYWwSLawnixOPe6f/X2nIlEEPc2FTWNVSuMVWcofuTIsrMg==","signatures":[{"sig":"MEUCIF46jkiTy8hBirMWANvun41LlUfd2wyovo0wapiBOeF5AiEAu9rqKkkagD9oQlzgZ1S/Rl76cCS2rqaEvmcRBRLFfEc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9701293,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiHg0zACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqZtg/9E3pn8472//OJN2i1NU7CGM1HDPfJnoln3bHQBJ8WPRq0LpAk\r\ne89XagxDTHS9x/NSAuALlFYFffJkf9i9d5nuvob8bS/ENwtolgh8545zZUAY\r\nV2uzF+GSN1jajrWD0Qi8FZoBrWRiZUPADnRVd3yoSFtAFADB0lGxnelVUZE2\r\niQDZn+0D26SumSz7F2Aq82GSWtt6p98JVm+a+oxW4YP7spE5SmX6c9NyNsN3\r\nOuYu12at4wQVmakhO8lbo96Px0rzAYYhqMv7Ceiotdzq7FsSbOyVB6upnnbu\r\nDH5YyBUqItd/Erlz4ZG6NCfCXoAckdMS7P92Rflk7+ekyzc4vPoVhc5sDnDU\r\nvn3CbK0siMLZylTkI+CjM13EtDG4RRDDLS2WHiwXbdz0ocwhEGIeFRSg/LDx\r\nOM/kgIDlW90xkYaplDFKU2OinengHP64u8DJKYMlZrxWkKTkkA5GsMm94w7X\r\nKmFnX8cK2VpJ4Q71T7hLf4nJE6tp8NViIwslXMYzc/y9gScW3vWyoJJ0Zriu\r\nPRuoOFySQzSNu9WYKrQA2LFodKIq5i2N2Q5OPbydkYc7bkhUp/+0hp47q9a6\r\nJS3kuuXXI0D7OE7GKcmMAfMzmoPiHNAXofoe1+mocMvuB3hgiJit6QNwVjyB\r\nySX47IKviyYX7H4H+F+gIGarLJcAXE8DmQw=\r\n=x7UC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"99b2a028381eb4d446b36299c754bb2735b714c8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-19.4.52.tgz","_integrity":"sha512-pBZgdLfYWu9KvposW/yjpzyTijnnTN02TR9zxqddqcL6Hr26U1EVmYBgJRjrhMXzDT3aDv8Ttm9k1EoUACnQ3g==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.52","@syncfusion/ej2-lists":"~19.4.52","@syncfusion/ej2-inputs":"~19.4.52","@syncfusion/ej2-popups":"~19.4.53","@syncfusion/ej2-buttons":"~19.4.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.4.54_1646136627370_0.40969581661325116","host":"s3://npm-registry-packages"}},"19.4.55":{"name":"@syncfusion/ej2-calendars","version":"19.4.55","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"e542291a9fd69d600cf25c91b813554cfd079b04","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.4.55.tgz","fileCount":395,"integrity":"sha512-jGLI/zdkrTRLpBnO9BGylCzzjAO1WXTAidA9QbsNxcCGShDVm0Y0AOc+R9VYHhbUaSA1/RMCwCb59p1qARD7MA==","signatures":[{"sig":"MEUCIDIJPk/FolZvLCsT9NsFMQPhQ4JHJNpV8tSnp6tsEDtJAiEAhBtycDxuzTyUdzgLExg5mFf0tVluiOG+4CrzVSkIax4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9701293,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJyK6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpL/A//RC2HUB7Bfd4x4BWwSoIV1GOip/J9Urg0ijgcmkphbNiZHPZx\r\nP88Z22Yzd2AC3YkPqrS/t17moY92RTG10sfnAEwETGwbeaZfEskrHSnzaYrA\r\n4S3j4QwBZ9btFzhUiyIsPYo/mhkD5IRdwk5KFlqIk6j6mNsM969bvs8bchDU\r\nNT9TY9zCU91s0y1XAe4EyEjrAXgMXKCoNVJ8b5EyEEJZ6ghjdxv0CZnIjrpU\r\nSiilq959YZBfvXLFbXYEuHgvfUmaBk3mkVzbjw/v8oMY4YkcCcSpT6yCVOsS\r\nRAK6RMDDCIv75Tz1K5eEqEtTAJwSsZkjXaA7AcvVsXAPUzsrXryT6jCVQ9Ro\r\nO7wf9KAuV+blkgtpflaLVEmob5UcXkSl0vp7+MA/QPwRDT1IBS4yPOGB3LBR\r\najHdQ25oyoOwuF84wBSOFb7mnOsgGVzNaidNimUUd/CviaphYrRW4i+1tDaN\r\nZHL8kXr76do5Kq3VGZ2VMuLuMGo8gaGGTlorUp9py5JYH17oeyPyPrSKV01Z\r\naJIJV8NrQnDLsbJmDH3ZJdID/J7u/SPX20p4t4ed6ducF/d0AT40bjsMgfVE\r\n8ZCGEGRA6wjtkGnHup6mrKnNsffhFn1w7S8AUja92iTto7eQtOp5rYG65e0v\r\nWJHmFOh5MsBYfK+Sj/49e+zn/5mXqR78III=\r\n=aqUv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"8558a0ac93af10d1057b6259b5308cb4de66dda8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-19.4.54.tgz","_integrity":"sha512-BW9Sswj42el0+eTQscJ/qmNydhFcYSrUZMZ/WwfD8Zl63CUhp6UEP7hYhFE3v4aN5oDLasbdSyuFF/s+LN3Kgw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.52","@syncfusion/ej2-lists":"~19.4.55","@syncfusion/ej2-inputs":"~19.4.52","@syncfusion/ej2-popups":"~19.4.53","@syncfusion/ej2-buttons":"~19.4.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.4.55_1646731962514_0.809280834181735","host":"s3://npm-registry-packages"}},"19.4.56":{"name":"@syncfusion/ej2-calendars","version":"19.4.56","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@19.4.56","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2e46cbd3a0b7d9b1a37459c1c1a757f7930606a5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-19.4.56.tgz","fileCount":395,"integrity":"sha512-QeBsu2OgJF4ZIRjP4H5U27Ge5nTAYC77r4wo4udb7Z8qTQzuhH/J0b6Jj3g3ptxGUUjzLDOL7OpONRnsXzC3JA==","signatures":[{"sig":"MEUCIQDAFjMDjPJenXs9zSjUjZxDP/Pzv2qaFCv/+ML2OA5BAQIgAQA+jBq2KIaQOYAg8JeFxa6OihSb2coFxTrdPKFcPkQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9701293,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMKZdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo8+A/+IHI4DcpzOtpwV9OIfjRxuU4jvqG+ebttiIHiLvpEkqCxmVS6\r\nztB9yQVpql5Ia89R1svkdhQtOh5LW2VmKwoBYok8gM8Rq/rzDMNT7enjJWIf\r\nzNoFcvYBKVzBb/YhYgpr1QFh94LVa51FMmsC4MyE9YFY5k3RrKTT9/iwk7j5\r\nr0fXyp5/vpUj9SrTlWC+sh+BNQAO8PHiXzGtmlj61ZlF2o5hMrjrmWBoQSFk\r\n8R+j4Lqk9gpuesXyxi0GjpiErZROo1+xqG05IQj8SQllqIO8qvgAOzYUY9a9\r\nkcgfmZU3TtgiHahnQPVn1xqosdcf2x2aq95UGbRfvbPw1XiLrJCdUHSaZAdz\r\nEydg9727maRLbKFmGWB8Fc/bScCXDOErYYA/Wy6N65LxbcrV1R1lQkSfosGJ\r\n8tctvaWJk6teEx+nc7YvcXlx814lNg2mqWsGAkNpabSZJdOXtPs9sApwAIIq\r\n47p/se3rcHvy3oWSywvfAU55zzNOJ9PUzn4t96ABQXsWktHafdU1ZqrYrYxL\r\n3aO+3JGA+xCGLHy/vFzXLy4TV6Z8frSsGmDywT+JCU/oamiPFXjho6FJ3sWq\r\noNzi6s4a3NhdzWslDPhYTOMrseDFjwPmDGjcx0w32mialQ6v1IXcjE/O2CcA\r\n1aiJKu8yres5gf5XoYoEEpo3jnGGaG1wty0=\r\n=G0/p\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"a1c32e23daeabf500094cfb35a181fec8fab537c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-19.4.55.tgz","_integrity":"sha512-YlEhtUwcnU+bJXAONGobhWRDb1qXjG3hnWVt0d4uhG332l015po43h3qFUtXWSDBCFW8AjKwmLyq1GLI9cOxfA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.52","@syncfusion/ej2-lists":"~19.4.55","@syncfusion/ej2-inputs":"~19.4.52","@syncfusion/ej2-popups":"~19.4.53","@syncfusion/ej2-buttons":"~19.4.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_19.4.56_1647355485162_0.9127358843137232","host":"s3://npm-registry-packages"}},"20.1.47":{"name":"@syncfusion/ej2-calendars","version":"20.1.47","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"882788a25dca6806bc9c42ee0a5c4c7c05dcd7b1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.1.47.tgz","fileCount":429,"integrity":"sha512-MWACuzHGYdGUSvEnpD6pCDh94E/8XTMCQPYH6vZW23t/zCW8xuFEzjEdWg4YBEXVd+248dqvp3h8eKtPxNU0Cw==","signatures":[{"sig":"MEQCID9B6vP7mKQFZyrRybaCu59UFCzlfvzP2ImKpAK/p1oBAiAhKT5U2bKHX3TT4YNCGRXJEbqpWCaiTkhsd007TtCfSQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10207219,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiSqcvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmocAQ//UX1ke6QjR7+DOU0+yM90RquMT1NYU1La/xJNCZpHzlX9EjVe\r\nOtemunMobmtHXDJx8MDtXOhZITKQwcYP4wg4RPOOwDAS367ttkmJ2kq2ZziD\r\n01KSZdsQBpJ83NIRUYtppGY1kWCacDH6htSbiqEntVsl/SYTmrNfo8W6vjkV\r\ncS+KB/spJ/8yMhXQ/NBRmNMktLAGR/M5X0Nd7x3U1Am1znOS7jqGagxfxjM8\r\npCSJ/dttwKkaXDm3P8xi9YyjNZyNJoouLflZpgP+vGydOphQQMsgoETFDFos\r\nSwpl4bl+cyTZPzTUyRoen9BBi0oN6pgMoyrTT9XTrhCNODVsLMCsjBBwNydj\r\nrMShLx9HQ05ar4YuvHTSmw82wtcoj4B3PAnPkdt+mTNMVEQCoysQzx1QQzWp\r\nW9+nt4ICbztiR1xTyPWTVBNMnb98TTD401nTaf0nLJU9FkS6aNdRUk1xO5Jk\r\nMZAy5hp4lqVya0LHc4/XOZCqkiRhA3MB7JbHLHPBLKzV/BUVEyBcXiJL45RT\r\n3oW/Fps2gk+jvT5CFicDc2dde9I/2ZHiVznKXvE3+2xHnevPTrqRcTMxh5Ka\r\nODPbt57rF2UgHlk2mAceaT8MeF1stZiyKw/lR6wp/ezgzfC34b3ciK7TpUXw\r\nn+mu/vHsMibXAal6hGZ/on0MJhcFQiI+zpU=\r\n=Uee9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"5383c48fba0b0b894c8d2bd75c97c145b5c30623","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-18.27.6.tgz","_integrity":"sha512-e0kg3XoMtt5GEYGSfuvB0cXa5a460QhMkETRc5p32HrCp984bgLX6uefoY9CNIIcF832ughOqlp6jH20tMQcHw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.47","@syncfusion/ej2-lists":"~20.1.47","@syncfusion/ej2-inputs":"~20.1.47","@syncfusion/ej2-popups":"~20.1.47","@syncfusion/ej2-buttons":"~20.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.1.47_1649059631060_0.09285352501092303","host":"s3://npm-registry-packages"}},"20.1.52":{"name":"@syncfusion/ej2-calendars","version":"20.1.52","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@20.1.52","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ad3359e466d8365a1dbe72a1cdfdb04f55ebb1ac","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.1.52.tgz","fileCount":429,"integrity":"sha512-xFwBm7TDvXmCCkAE33vm+WZDQtO5Ux94FKvtv+ZVAkrC/6OKSdpphCCCf6aTLgcFRNprDD5EftlAxqN6bI1arQ==","signatures":[{"sig":"MEYCIQDkXhcCPWuK+TOPldAgIk+8OOUidu1H2cCt225MB4WgVQIhAJZjT5uU4CvL8gwovdf9g0kwBrynBFrMIxNa2QHwX/Mt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10207395,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiciwQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrLKg//ZwG1MiRxJAZWiJWnuLZ4ruqZXW+b60j/8wrPAXmp4R/k+U/p\r\nBENaEXgfPAndhOQFpQfz4RKlqGBbbfogiBUIPQl4liW3KME0weSTBO6szIg7\r\nw4/G6Oy8+qHxglLypDtM45XqTV3gPbTgzfaaJkNynQg03S3ZJFNUcFLMp8/Y\r\nTv+Kuz7q+swZ3DibVTYbe/NFOCwkHct16GQIRgjXlwg+O5XJO/RXG4OaDybh\r\n++4Kr1VH4vueUs3tnlO381hBrjqMTnSTiUvs9HaKqrjmwVgEcHzIZrlJIpoz\r\nz38BHeMydNEXOa75Q7RPWyrBe6EwY3NkFR02O8E4vfZEr8GTCjwMgqnZZX/8\r\nigug0K9jSGockIg6AxBJobPxxz4DoCvcYF1N0VikNrwaVJPeZCtV02sHjHKE\r\nhohzZBjjGzkeZdnMdySfiKR5lUHVCsSNE0tR39+nSR2Jr2O9DebHS2dkknUX\r\nyq7o915WLvfbMoNJu+cMO7Z1/OFLa29NVt+kSuWV7L3dTbk6yTJVryf6Oi9l\r\nc14T1DMktU+LQrUDKxtNuAfeRyAZnmaPSHF4DGsmbEO5AOYgIhx5ShF5ClfV\r\nHFTfhUZY2N0ckhmsZXpsS9xgaeG494yU52w39DRsuQEUTAJ3Bkzdq4Kt+EOy\r\nxieo1qhaSI3uo91pKZDB/iB+cTnEj9o5rAM=\r\n=6vBZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"6b8f7b09f3d9fee45c120fbabf638d724e7f442e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-20.1.47.tgz","_integrity":"sha512-Hvm/dBX6ow3+Eb37ZnN3d53W0BRvS3uT9iQMoFBHroVmELXPBlgG/OTcv5i5Y2i2jW6Lpql1A4MgMj6nRqOE8A==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.50","@syncfusion/ej2-lists":"~20.1.47","@syncfusion/ej2-inputs":"~20.1.48","@syncfusion/ej2-popups":"~20.1.47","@syncfusion/ej2-buttons":"~20.1.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.1.52_1651649552107_0.5451912438737765","host":"s3://npm-registry-packages"}},"20.1.55":{"name":"@syncfusion/ej2-calendars","version":"20.1.55","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"f2483af5d94de964f4c3daabf6352d8d40ee26ed","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.1.55.tgz","fileCount":429,"integrity":"sha512-q0RnVbPxWG0LhpVLh+d4yPhr4jlw8yDz/yxk+nDjLYhmlz9c8ODzbc+o4+vAHvwSyLsMgL7g2ywCTEWFb1dLjw==","signatures":[{"sig":"MEQCIGsdm+Qp9blewv9BB84v4sTgdx14hHlWOlNYVyA+0wueAiBR2VIiOaDJ6z+4Xa0eKI4oogrMXO/jMtL0YIpwvq9wyw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10207395,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifQJLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqZtxAAhA7BFp+q4lkrnfi4KD0uIQmeNd8b3tLL8rqmPS+M1pzsqggk\r\nFwZH/eNwK2ahZHw55HiOzmlPUv0Ahn7mYx8ZlU8EqGgKtptBRsGs2bqbcdT0\r\neO8CB/9C4TLzjylpB9jB+zV2fWDe0soYQqIQl0VyE8NFL3Ddu12FqgPrQiNj\r\nfcIT7hNZPKGAcWKYAxqlNGkccmh46xRu4EaYc+sGrF8VAog22hNv+swYqGno\r\ncqpcj8HxMFsGpuyaYao4Y/Xwuvb4vsB+WHv2a7dYYZkLtuoKep9Jx+XFAhdm\r\nDKRGxi2keJEINJQPoQYndLXR+R0Xca547lvu1kiQl0/pYWv5urSbbqK6Kkov\r\n+ErIcRpYlp8ER3ANtir3HwKwh05yIakkCh8+Yp2/fYRu9H5E/lOetX8PRoMR\r\nm02xlNpILfW/ZzGH1bhd7fs5+6qchmNQFxJZiNsn3A8qLaamxhUHVT/hjong\r\nm2dZqq2EhRzewicdUDdHXUFcqHgu8x571Bco6GrS3SBe+6ifYGvMbAWKOC0n\r\nzaD8lZwW6Xr9nfpYMTMmoutFiDQIThMIzHNXDgMOvfQg9Q8v6zHJIexUOxZQ\r\n3x4do9tGNemYmovfM/cmGZqhLOiKUbJ4vtq1Wf6cKS8koP4TC3io8sBRh3gs\r\nVk60OLS08dBaXa7lgrOLdlFyGgGpJ7++Q9Q=\r\n=KWRn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"b846b9bbfa51f9c9ecead919804e470a035954b5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-20.1.52.tgz","_integrity":"sha512-gd1cYle0tXgqU2CPzR/O08RwBJvXwOYDXoRovI4WpDBt/RAWgqxeasZC6lC6o5jlQT7UYrPCKJbptS2T57j1nQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.55","@syncfusion/ej2-lists":"~20.1.55","@syncfusion/ej2-inputs":"~20.1.55","@syncfusion/ej2-popups":"~20.1.55","@syncfusion/ej2-buttons":"~20.1.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.1.55_1652359754781_0.18910422888415335","host":"s3://npm-registry-packages"}},"20.1.56":{"name":"@syncfusion/ej2-calendars","version":"20.1.56","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"6e2f875248686e17ae380c09ec58260df71ff633","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.1.56.tgz","fileCount":429,"integrity":"sha512-tMONJwa8UbhN5kGHGgJtUKzjjKpVRLPgKkKLENFjbCccciWV1DPniBeo6wyf4r9ES01+Yu4f3iLJgrc10x6QZg==","signatures":[{"sig":"MEUCIQD7ggZzeKctMjaHWULCaGvYd2o+7yqlccccvyolHe3A/QIgOJiLUSukZb3kVhVPckZmO6NgDsjhltRzOgZDHMNSebI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10207395,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJig36yACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq5wBAAiOI2WnpJxupuOXyowHp8sP5RfHPicGwSIah6ThW6pGR0LcWo\r\no6gnZAUCwzUxDXWLwXCWgThflRy+OxZqt9fTYa3nTnJp7q5UcJt4yyiVEH0V\r\nkqLqzd4rtSbgUnXiJAB2QafN9Kb7InpRth0bHjztmAloXwpeHzAqO+whhreB\r\n2IdolKw/US2MLxOpmA+vf0cXDtpo3Zd9SK5h3v30Gi0UshxWZFxfUWGFVf5X\r\n7/qOUbTDwbMqzOwfm5SwobPjJwsJQUvsHkP7yIdEO2oKGHTMlmCQLtrrbVul\r\nm6aKKS/2BCU3vXDhOZbc8HIOWI3Ly2doai5xTpdZahkrtXj9pIGaN2xVG2Qj\r\n5B/0RlMBl0ErNJV+NsnrBwghXb/UeKe45IeRuV0+HRh51g5v5T279SiFFw1c\r\nEldvF+FEY7J/orxpEHJMUkdIv5n47nDbYwzSzoTF/yWWczBb9AKXNz31m5Qq\r\nCcb354i+pjTDuUK8/xJsjOT+bRaoA351uY9Pf5kGIn96TQqeVu1y0afZhnaQ\r\nVcIYivUs1yGshGvHMQUHZ0kE2vLIzBRX8Zh85csvzB7uvDyHIDftYq89kuU/\r\n8EqdBdXO5Go7eB2X9iI6Ntrvn9FEwqzlXSiarRN4dIwDqjcHpQzojDgCXnW8\r\n6O02Us6YwORuOzZrF7wpLsAN1veA0qbJ5SQ=\r\n=pp7P\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"b846b9bbfa51f9c9ecead919804e470a035954b5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-20.1.52.tgz","_integrity":"sha512-gd1cYle0tXgqU2CPzR/O08RwBJvXwOYDXoRovI4WpDBt/RAWgqxeasZC6lC6o5jlQT7UYrPCKJbptS2T57j1nQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.56","@syncfusion/ej2-lists":"~20.1.55","@syncfusion/ej2-inputs":"~20.1.55","@syncfusion/ej2-popups":"~20.1.55","@syncfusion/ej2-buttons":"~20.1.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.1.56_1652784818526_0.8300142920484397","host":"s3://npm-registry-packages"}},"20.1.57":{"name":"@syncfusion/ej2-calendars","version":"20.1.57","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"696068b6d3c27143343b24f0792f5db705ae866e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.1.57.tgz","fileCount":429,"integrity":"sha512-KQ1o4rYTZPV+NWmsd9bRwaX51o3tiv+hEHKqkke5Ad6nTR4grC0+fUWjChBc1uKmyP6gZOsWnC+592v57CaaGg==","signatures":[{"sig":"MEUCIAKDIzNHDxBr4O8RF9wnobNoJaKowsoEFSHP3qkM605XAiEAvPop1UUJJIj4MdNdUuXG0oEsHt8yVbetVYtkAJjHy3U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10263830,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijL9yACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpNpw/8CypApYBviVLF3MSOUGXWHdM1frFGYP7WYCt54QxhKpYslezT\r\nALbKuEJtKrYM1hIWEVz41uTY5pA8HBpS20R9P5eE9+kPmk4cogMrUvmXZ7MO\r\nKequLmxq0bUBdmEONG+dWKjlSqe6oGZth+dNo4qp53TdQsW8Vmh9S7wvx1hc\r\nJoxAdpdECo7ZP7+ZH2jpgzBcusVL5vUpQxK30ZHAvYGpc+pQzyxYSaUVDF32\r\nRcH9xpqP9/BhIT/hZKCnGk2vDhowIfRF0HcMJgIw2viRRWaNVGScQoA+YksX\r\n2uWgTZSkc2LToeNXL1RjhMW7rLKPCh3lYO6X6+njkBSMmNSjG4czwpvASxDy\r\nXs1vNm9uP6CHNQqdcNEFY7fmezXK2xcgJjuv3fytpofm0mELtsTido5UWfoe\r\njmEMMCql5ym1UncCA1SN7Ky8C3TN5uMcpg5flc/OUaUVxH27CUlJRhXm89SE\r\nk+fHoROJyXkF4yEV7tZvlE8027FMhMzDun63wIdnFCpaNqGw4lYMQ7uBPfu5\r\nYjsQPcUWQFTyN+KMgO0KdAItVZu3jVIvgJ7P6hiMVtVMkXtSyJkAKTJx+m0B\r\npJUNqV5+MyBk2U+yKfsUXx0650dpiiYu/sKy0UHjal9mmsMIVuF+L1KVLWj0\r\n0mPswG26DUsqcxeSIdQ/4ysyykOYoJPGt+U=\r\n=5isv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"b6d2ec3518ded1dd7a8e8132020d074062a007f4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-20.1.57.tgz","_integrity":"sha512-lRBwmT180cnE0ZvTsXN4owglGNws7i0guVsm9H/KoqZiXqwNPVgS3DPiSAA6u8okKuewyfwFfmwTLK15f6MVaA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.56","@syncfusion/ej2-lists":"~20.1.55","@syncfusion/ej2-inputs":"~20.1.55","@syncfusion/ej2-popups":"~20.1.57","@syncfusion/ej2-buttons":"~20.1.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.1.57_1653391217929_0.46909307947207424","host":"s3://npm-registry-packages"}},"20.1.58":{"name":"@syncfusion/ej2-calendars","version":"20.1.58","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"27e376355c04ae3d3255460109e5d455b331342a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.1.58.tgz","fileCount":429,"integrity":"sha512-cjSZ9xqvrPIk68e0G/nhyTBHQDgWrDQ0TShbhE6YNBMDQmJif8yjK8uXPgHyt6kh4im0wLzNUWaiXmChS1ACEw==","signatures":[{"sig":"MEUCIBbqfIZTVB7J8brvaFuGGmp105Hb7nTW9GTaRAPCnrniAiEA1BqBd2ZWF7eFrI6ywG0+8TK1ejTjvqW+8mRrLnkerSc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10264015,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiliDsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoQkA/+JywGH6Iaxk3HEQmVw23sZ42xsWe/+5pnTN01oS9upYsVoarD\r\n99pEamT+/D+XjYYPvOfD+FJ+6rmDtNCrABY8F7AF8aK/HfVpPtEQOq+9MwsC\r\ny5Ge7z94Slyv1u3v+PU6IXkY61Sm29lHMKZou5NiQR3AOXMr4fKcKM8qdhzH\r\nBkfIyRBetG3s6lwA+4ggIAu/OI+LGfJzNlT7CwW27XnSGEpL51LTmRtC5w4H\r\nS8hLxFFfdE4e4DIcvgVViuuvr2E6rBn7GBJx2L8NbSJMhv4aioKZGji/QMYW\r\nKJMGd8JuwINBr5oDV2HmtulwthD0em28/SNKTv2ocw+YsM3yImtDXlp/0HH7\r\nUkcVCTAmUkQ+kuFycym5trhm0EtPGc4ZFG5RGmDzvx1F6MeLt/8fp6u6REUC\r\nNdkI9H5YOfkDRlqT/yFBOORdxy75BCrzOcN0fsMBH/lUIUSzLtzJ7bMzGduJ\r\nbBPVtYJ8Nk4ZesRx2kwUIuhAWZ9qX2sGJvAM9tG6gEUiPxZCQc0T4+ccSH4W\r\nFowCsBSd/5h0i9ZwEIKYKbpMoh+6Q/7Oig1V0/CcaiOL4rnjIRm4bJOT0OFi\r\nBpwCZjAlgV8DYc20r4b+pZFz6Y+msBSmqt/Gu85nwzIuaaUJdKLa+MtD/lvX\r\n6/0fm1+k/QACb8mLxzQjaPtL5Js9FSnceqI=\r\n=0GRB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"fca2aba08c56c3a6bc32c7896588a9dfe7187f05","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-20.1.57.tgz","_integrity":"sha512-1d71Wl4x+o2XUbRhD4AZIHm1tqaPJxGAG14aUu7dvcNM0ouhbVC7xkj0Ltb24Ivb3hdDk8e+qo5jSnfzT0oCpw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.57","@syncfusion/ej2-lists":"~20.1.55","@syncfusion/ej2-inputs":"~20.1.58","@syncfusion/ej2-popups":"~20.1.58","@syncfusion/ej2-buttons":"~20.1.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.1.58_1654005996194_0.8405591972611139","host":"s3://npm-registry-packages"}},"20.2.36":{"name":"@syncfusion/ej2-calendars","version":"20.2.36","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"f7faf84f5b126f4e8abc76f55dd8de29b10ef1c4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.2.36.tgz","fileCount":449,"integrity":"sha512-+abXmq4bIFrn3ZZbYNO6PfPcPv2znj+NRLXOLTnsRBFNTlzMwfsDZ+zCeb/Hd71dwfDwL2gbRPBD9saU4AEg+g==","signatures":[{"sig":"MEQCIH33768cLQb7hapnTPHz5RFEJiLhY0rP3ZM1tyqIpiSJAiBwhlWzx8YB+PMy4BstVjxMNT4sL8dv0D3sroDvsgCYlg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10343360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivWGSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpTcQ/+JasTQF1JlDvDxX1YCoW7VPXL+JmVWWTOhza4VcFwx7LvvoCA\r\nsakojEdDKSGV8FUW2bW6s/ONw5/ssk4YZy+ICIHdNHNEItgVTEsT+/F9TzQf\r\nfj6+loCYxlmutDCX+7baLy8jT0O1LIvgnD0C/RkxMxs1RCE9gpsMb5JuMVai\r\nQvvADCubw5qD7RNKxjHbX/xKHSiIqw6ADBNS6wxfbQNY4qq8/hwDWauQEetX\r\nce8KZP3xvxjWozN5xIA3M83LW0zNvMRTYoyHVG+Iq4bUirdylNmd7+Psllzd\r\nEXw6zIk5wHxiccDDlWa7Bx7UIx3FsC1cf5BjO5MUIKNi2VcBjjcjZsfJHdm3\r\npLyQ56tIJyjt6JVmSvlxWcv++Y4CWWYX4mbHyaAGIyaIYc98p3LspYPV/Ap7\r\ng21KnHul391D6iBepp5lnETAiXZsY+Pi9NPAZKLPNBY6sw7VekFJqxjYsj8+\r\nlKYsARc63zFiUKrG9s36MTrD5ckFzARzyMEL+rgmCgjGfG1xW0cUBMqgV+ZL\r\nYyQdFY7Rt/PGzimhN1p6espDLmPEjM4MaddXdfcxWpKkaKb3FKXY2fbFvd+a\r\nltjVW1trxTMVute0w+5/aA91JGPhYkPC6U3nZOB4+hB/6F1sF8rI4v7ardvC\r\nTejaNm0Ny4JTXg++hiTk0Y8TJMvFDNNAokc=\r\n=kfwI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"d6b8c311d201d00f8322939e0acb955093667213","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-18.29.2.tgz","_integrity":"sha512-MuOL7C9+HqtHwhH084J+MsNyH34ido8mHtAQEsIdTZWbwuj/tg5YxhC8PCPszG4z8/YZHhdDMRuFpatB+mGG+g==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.36","@syncfusion/ej2-lists":"~20.2.36","@syncfusion/ej2-inputs":"~20.2.36","@syncfusion/ej2-popups":"~20.2.36","@syncfusion/ej2-buttons":"~20.2.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.2.36_1656578450465_0.18705368387476273","host":"s3://npm-registry-packages"}},"20.2.38":{"name":"@syncfusion/ej2-calendars","version":"20.2.38","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"08b456210fe05ee81b8987e2b33b110610a0d549","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.2.38.tgz","fileCount":449,"integrity":"sha512-SXso4WpGvpgN+3hYxTbNOqWBdBpV4/5sJlq5ql9iI8iwFkFvPqRXLyzxr/6wsWllVMXLywHUAd8FxKt0YdCCGw==","signatures":[{"sig":"MEUCICMYm+Xc7prfDWRMgs3OY1NAD55izaDIOyqtfx87YLB8AiEAk1opVNEiUwtjdjs8iuPTOT5NcaccsgCFKp5wDUfp6kA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10343471,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiza0xACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZ/g/9FQOK/+A8fxWrS6WpCvVFDr+2Coa7SzJ7I3S37ZH7O3st6DxR\r\nUx6V9qdmojWsnAo/ABC5bCc+i9U+p/227T/MyF3KtbjQdIKNvXG+snPSVmj5\r\n5N8Rc6QAXXPVgus0ltb3ib7wtQ6GNf22xZCBHi1ag+XPBoEjHVtoHLELxMuf\r\nlOXIlVMPk6ZUF+9FtqOhWqLeLaKehAahEuWdAKtp0sgJ5ZVxMjlh1BuFN6AH\r\nm4BEdGTBfKlNi1OEk49tB3SMR8b05q364A2r482esa5eDwERHOlyZWvN4bOI\r\n2JmHxnDZnq3/d3P5Cww5ZPag+KYaaRWEAnBOYtzWNZQO6k3MVH6q0n9oDV7b\r\n9/k1LDG8tdaSXNia57EDyouv7SMXQ5QOT6xnUOR7MvFxOfEAQdF5CcxHiH9Q\r\nV8pjn3un4Twh68I5iGGOj6o41AVqYG5mG1XWT/rhKVrjH0fhaNs5y7lU1skI\r\nL1SgOSQrLiY5yeWnUN99R4p8lUWKIBTT2JCDTwHJDOUkSbRmjJELqcpHP+hg\r\nklFGCjtsMT1hvdhMGDq1x+1re2aHZ8JJRM20NLWgQeW3KSQ6H73MVBg6WPT1\r\nFzp/p+J9Vy9hbdNkqIEmBKQlWLXSuA2BSBbd7ML7uxrnzDbTXEkCsw9kygpR\r\nBqbJOgtwDcpyGFVn3itq+Nq/iKtpnvnuiTE=\r\n=CQGA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"c4ce9b96ae01271434047d5b399408cf2cb5b32c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-20.2.36.tgz","_integrity":"sha512-UFDUzNYkbmOgWfZRpjl+qyaE/IjQiDu4Bg0qgUtyKCo3sDXPaetRHT3vEG4Pvb0jA/NobBNFA3lDAiEm6kQqhQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.38","@syncfusion/ej2-lists":"~20.2.38","@syncfusion/ej2-inputs":"~20.2.38","@syncfusion/ej2-popups":"~20.2.38","@syncfusion/ej2-buttons":"~20.2.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.2.38_1657646384783_0.5030280147446082","host":"s3://npm-registry-packages"}},"20.2.40":{"name":"@syncfusion/ej2-calendars","version":"20.2.40","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@20.2.40","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8ebe2e30159ed78f19e7ccad0d0bbb17c0e65285","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.2.40.tgz","fileCount":449,"integrity":"sha512-LmjnJivWJsTa1mvUUgejspxnQvSfDrZcCIvq0yjITgqMN2I5MGhEHq33P1BoGE+gaDLBaAOld0G7GbBXbZIh2Q==","signatures":[{"sig":"MEQCIGxwHcmzynejGHqxM4tRx2LAXUE5uPqXt2JTXeujg30/AiAuG6Wwz25IAPUShFWyp+pLdp/qCBk4lu6FZYsqgtgVow==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10389459,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi39P9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoTjQ//VA49huOYTFZrALD4vkTX+DTePAvUhyOBmWvv7oqwDR5oF70t\r\nbIwVrdguNoyIb+NhtjZQDKb0/aHP+EVYrMaluz/xhTWEDMnI2xm/jiFgAIk1\r\nkmzgcxoKn48UBNixLkwWsWJQJpSKplhWguYZveuuglQnGtXKP/mgIBkf1ebB\r\nHF8fuTPReLiq/3Ua3tW34+/bCp0lADxXuqH/LxiYE5LjIbVDMyX2p63jTF2T\r\nHVgsRXm62nDqQDFU7SC1Va1eS3i3SFoK2mcsRMiaHkuIVAAo2p6InU7kY2Vl\r\nWC377MubJ5b2VKJsXJicXm29WE7dlre3KwxFuSrCN7olWUJhgfhObYea+ZeX\r\nTQ8G1xZYTH/Mxs3WQpbqlCaOILfEF2W5wpOIM9Qep5Xq2hRW38g9yFN4M/6p\r\n1aIilze22TCWjHK+7MMl8gwX8H9uH9psQqD0K1f9pxEBxucWJ43eAb60S/YE\r\nLbAxr01pI7A1gxWNjbRf41mVEhA/IUindh2tKfY2dNZqEL64AWM8U1mYgYGJ\r\nekmLb1quw+iKSf7ybmmtPpt9aHkORImBz/H80QKSaFYz4pOeEhUa+UKFdIzq\r\nJeCt0dvzc5cXd15x/YcleMLEipAm2dAzqwJtjeiBQ4q1WeOn+BOGPJcry+me\r\nT2CY9xP5AWpylldxqvz6BZewc/IsUcZ6mEY=\r\n=xZG0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"02258f4ba3c38c0a39179224cf5cd031961a7871","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-20.2.38.tgz","_integrity":"sha512-3Nvq36mXmkyj4dgK6Xb2kxSA90GPfXT1cVO+115iy+KFnqEplCv18sbkLeMSZqkfKvCKmDVYfV/2S8IuhXu0OQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.39","@syncfusion/ej2-lists":"~20.2.39","@syncfusion/ej2-inputs":"~20.2.38","@syncfusion/ej2-popups":"~20.2.40","@syncfusion/ej2-buttons":"~20.2.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.2.40_1658835965315_0.7403259535696314","host":"s3://npm-registry-packages"}},"20.2.43":{"name":"@syncfusion/ej2-calendars","version":"20.2.43","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"396538e53a7da05b01809590f6b4df32c47b06ea","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.2.43.tgz","fileCount":449,"integrity":"sha512-aBzedrSx+b0tfpCHH2/Dzz78ikLGb6ws/bcIFlINNCAT37HZomPHvQBwub9pGNUSLt8l+ARnmL8//+nFmb9GJQ==","signatures":[{"sig":"MEYCIQCb0JeQvUved7DLy2LeO5/iop2ZToKQKBV4AEAIqRS1dQIhAI/S141CbyLbfEspxXU1FnOYo1fgyYETdRMibpvh5vga","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10389459,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8KH9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpokg/+MleIkPwQvd6JV92F9gc2cKVbvRywpw85luyCc92+3qE+lCzH\r\nfWJR162BRpDAAxgIlDNSBCBbtIGnwYryE6yQmaAY+OleFQxu0LfUUvxEP2wT\r\nuaxSr/bZn22m8AqSXTmZMheyX6kFJZQ2MWyJzl16dNTwUW2H993+0Hhuvv8L\r\n1TxkhEm0HkFvNmnE51JIeujWm9W7HeqsmnDdMzTAy4A3PYRNc8Ez0TiX6PYP\r\nyVYXS0pKKAxjeCMCxtcx4FYflncLHvnk2/p6GtwYuMmEo6vKZszsqy9J68rA\r\noFwAb3SLXkPjBBpI11eN8k5iUhuR3Fgwjmv8wjlvIvXjDaU99RIAFhGRdMt9\r\nZWH3k18xJlMCl2jjysLLkGqfiJ7tGYefbB1XKO2mqZvjqBYqX5StRFaOCgqa\r\n5yYxo9g5I0jHgaE8h+k2S/Pr24xxhlt4Y/BwYWku0lMW5mfkZJPP46QCA6pz\r\nb39RKeFJHOII9vI8xPZKrX0AOe/iRxhK9olZn1fYlVl9UZbl1CaJ3KGYx75f\r\nZRgRAy7733DdOEdzA9MMgzcEJdM+n1NGfzKHFHmBN8ESYk0Y3i775DLIzvoH\r\nDlQv5sZozOaxBAd5dquaQ+Yxzg+wQv1Xk7T1l19n66MOHuIdkJD/iz4/vtpr\r\n9GZZfW9ZI6UlsEq2eID5hQBOFaMABovIQwc=\r\n=qfJW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"f091606efa7fb03d7527d1e92047f06a209757e7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-20.2.40.tgz","_integrity":"sha512-YQI158Ua9My8CuQw3U0/vE1Z3pVjDfdGJUEoGhjVRPLCj5gLF/g79LAjk15tVUwokIvFu5U+5AHJHmfhnEMq0Q==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.43","@syncfusion/ej2-lists":"~20.2.43","@syncfusion/ej2-inputs":"~20.2.43","@syncfusion/ej2-popups":"~20.2.43","@syncfusion/ej2-buttons":"~20.2.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.2.43_1659937277505_0.29794331370427063","host":"s3://npm-registry-packages"}},"20.2.45":{"name":"@syncfusion/ej2-calendars","version":"20.2.45","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"68202726cec3617f0fec4c9a81a99076c6f7fb09","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.2.45.tgz","fileCount":449,"integrity":"sha512-tr9Wen7q4Jzf9as1tMSs7weQ0rSJdZtONRuVI2W1H4g5a31CCLcPG2oUnPexnNvuOOHhIwSir0aYrwlJqFF/Vg==","signatures":[{"sig":"MEYCIQDs+IGSCKmG9sXhSqleDUvkF/rmuBL/C+LItcpLDHWOEQIhAJlpIvqYFNZrnvhRVT4XISM/52djMOrLzmXlMuA7ohC1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10389459,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBMj3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrEkA/+NnjO/uAmHJ/ewQYtMkQrvILuN4Bze37Mpi9ynTOTysjkQ8a2\r\nXahc5vn6ugCH59Wm2Yf0xo8gNsBtBnCbMxXS+vqfDWZXqzZXkU+xA26kKOcZ\r\nEeSx8l8DbT7+EZtQqh3KWeMK54XcEWWJ7be+mECXLV9FV1dMIc6uVCWU5lVl\r\n9Bk7Vlx8tBDMbBTZGYgwdIEOv+Vk89soYNpvDdg3zNu7HIgpPeImkJImjnMW\r\n+Cb++LHqv6seW6mRbsNBS9EoYN7t+qRclQeMxs800+V2D56uupYk+SzOd5i/\r\nWkVLF/Ht4XZHHjOKGIOF664mcUjjSAN9ficEwEZZwqKjSahvOi6oNxQ7BeKw\r\ntG3QgqxbRmerz87qgyxvUbn46PMsleDKM/tPwos4o0seEF04dV+ASCp/0e2v\r\nOva+77FK3b2sI7cB0HwkkBNiZCKuPX6/iNGn9fbm5zdI3D1QP6pVTzPbE0r1\r\nrnkKiQA4StieUiGTC8PRxt7xfGPSqPKpx8ho07ZSwaBghphttcGp8t4psS8d\r\nBcAoPYr3P9MXzybtQGhbkPmL/gRph1CJCmgk46r8hFeDPnqZCy38iXv26Skl\r\ni1GjluQXq8G0pr/cMmNCsGgolDoDkHWBAkC9qPVV0eLhc7CF7VkYeRX0Rdjg\r\njgjCJ1MKXXcnzgTs+jCRIMcPWxPdNDQIOzI=\r\n=BvFl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"f091606efa7fb03d7527d1e92047f06a209757e7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-20.2.40.tgz","_integrity":"sha512-YQI158Ua9My8CuQw3U0/vE1Z3pVjDfdGJUEoGhjVRPLCj5gLF/g79LAjk15tVUwokIvFu5U+5AHJHmfhnEMq0Q==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.45","@syncfusion/ej2-lists":"~20.2.45","@syncfusion/ej2-inputs":"~20.2.45","@syncfusion/ej2-popups":"~20.2.45","@syncfusion/ej2-buttons":"~20.2.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.2.45_1661257974990_0.4313680372272195","host":"s3://npm-registry-packages"}},"20.2.46":{"name":"@syncfusion/ej2-calendars","version":"20.2.46","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@20.2.46","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"067134149658b1233e33aec7170d35702841f18c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.2.46.tgz","fileCount":449,"integrity":"sha512-XB1LY1dS5rGIU88J1m8eLFgI9MFMjz4qZ+RzyQAL9h7cAoXod0T5ihYkqkB6sypuiEpkephLGrBXkgBhces6pg==","signatures":[{"sig":"MEYCIQDnJVCXeNSPTtRk5CtDwXa2irby+6lJiK/KDu1gfY0xrgIhAN4F8Z08OcMdbX1x5eoY1fGJ0lSPsc26qDOJxIQx6RdV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10392476,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjDhPeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoj8A/+JVgG6Ihm3dP3EjoGekGZr4aQCvqs9MH6AiVKVvqDfJ1hkfDc\r\nlmsgG5Rwi9oNlbXw2j1jV4fCUSuAbLMS4rYgKprMvxr36ft66SIjo67X5Fd8\r\nEn2nyDwMV4oLmeybz7ur4l+C+zzJEo3l1XAaA0sMPsUgylmbSvDnWe3PUEdL\r\nbIEJltPcfo7rXFM0+VuGRvXJlhG25xD+tpp1zRCtjHzJu4mcBGMKU/w0I/Xc\r\npGxlTe00XAgtM+eERtI3a4mj5vAuTVSnUd4MIrizHWWS8YvzOE7tlPp487ho\r\nnr0QrHUTIDrw3FhFRAvScNHUlZ2X1qEHjr7VCuFEUz21BUWUiEmqxG/JEYkQ\r\n/gfqmFsBXzA8QTPkAO2RoaTry+s8Bi1e6chB5nW97g+JwlqxA8UE6VjNBgni\r\nQtNTs40Kt3DdKRKt8AnKpQk1PwP56d9o2i0VwoyWWatt1EDiMHsxYIBgJzmK\r\n639qjcwXowBSbUdryPKRWZkGXuMNuAf5NZDwdtuIyxM656aAc0iwdH1lJj/T\r\n2pIcm0OrCw5f4C3Bj3vYbZt7cgwhgj2qwJbdtlGPprw/tDfOa6dNfuZ8Po9x\r\ng2zMtzGX33o5Sylyl0E+TJdBAatPT8uxlivLSbb7tHFrJuJ2iDW6Wdw8gyAs\r\n+5MVbeIffGdPdqa5dHsa8Wg+ot7ceQuelXA=\r\n=BgUj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"c97feb31bba8ff3a25e69381a504b6da07861c37","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-20.2.45.tgz","_integrity":"sha512-gm2Er77YnJmU5M57CsM+3ZBkCd9wmb5oudLW0Vgdh30NnqlJVbunldlL7zFsj8Gl7/IfznCkzyeBZhGes5rrTg==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.46","@syncfusion/ej2-lists":"~20.2.46","@syncfusion/ej2-inputs":"~20.2.45","@syncfusion/ej2-popups":"~20.2.45","@syncfusion/ej2-buttons":"~20.2.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.2.46_1661866974118_0.3506308805514369","host":"s3://npm-registry-packages"}},"20.2.50":{"name":"@syncfusion/ej2-calendars","version":"20.2.50","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@20.2.50","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1592aa114279464e776dce7fc593c2ffc8ec81f0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.2.50.tgz","fileCount":449,"integrity":"sha512-qRGvKEShKksTeeopgDa4p6cewiWuw31F3cN6kpmVFZPUkSNsf6qKsq1BwRPQsQxQTogXSp7Q1xT30uP2O+3gNw==","signatures":[{"sig":"MEQCIC8I8ki12F7Vquff8+zzn623L04qNBL2zDVts2qmjWkKAiAljhiXp3fyTfPGhxrk7nGS/wa4Q6pwn3rXY/lyG15CbA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10683034,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKaKkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrP1g//Qxtrc8wk45GdGWJuqhdUkMGYzutdOoQz4w+7AubfklPwwcqT\r\n2F4bTdLdnjLflQeti3OZT1dtdOGl1KcMCDzNBaC6O0Rsfu8OgqIH+LqPsPet\r\nrqTzZg2961qDwnvDFcyMqnAaelfU5tQ+xWuIMb9JmdEHB1cC7NKesGx8rols\r\n6H7oMd5Nuz87ywk6roGwETVN9FWsi9mykwuilSMmo7zEnH5+Bg+rsY9/sCrC\r\nEc1645dgFFr97otbpyoMuhwd9WkkOJ41gteHdZZcOfMe3vHGrwtNc4NGthfw\r\nLn0mrBnsSsm/hEE7Fj4Ql1YoCHYONxI91LvjyTfxLnThz0B1Odgbbkkp0gVS\r\npG8fr81mX+7RCG8ANlDs1rHh+ySBZu5wgCByGipQXGJHyQLgRTvKY1zAxHNG\r\nV9/F84QvJBm/pVzLNVgkhSlIPXcRs1/bp8LwPQ/iR9GiL2N6HJa2OjQy4lue\r\nysbYpW/q1XGyQzd+YbclcrIlkU3EJZspRlVeIBZcarrnygeO933JNBNM5OeI\r\nkEFA86LT2aY2KPsSfPaEfShtr4ipwEQse5pVvpy6sYFD6Kb4ooacfwK5YAWI\r\nkAn0Lr38QQDjB7cTFdfqMmmw5JMCesGtAwCMfavfo79EjEEZTQ+rSBmF0VPz\r\nx+Rftip5nVFT4ZYwVtsT8svz9CNcRtV8X1k=\r\n=+gR7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es2015.js","module":"./index.js","_shasum":"019e69e0c54925b505f9b888952d4afc033a7567","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-20.2.46.tgz","_integrity":"sha512-P79N0+ovKdSyWvqQt39rUzhOf2MuGpS5CyFHNn4+ui8K5QY1ld38MdQKBfAMqlq+esyHrgnq/smaw0ef7Fde9g==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.48","@syncfusion/ej2-lists":"~20.2.46","@syncfusion/ej2-inputs":"~20.2.48","@syncfusion/ej2-popups":"~20.2.49","@syncfusion/ej2-buttons":"~20.2.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.2.50_1663672995997_0.9124595573198695","host":"s3://npm-registry-packages"}},"20.3.47":{"name":"@syncfusion/ej2-calendars","version":"20.3.47","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"1f911bbf3200a27984b2de85cd17403575febe31","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.3.47.tgz","fileCount":450,"integrity":"sha512-MZQiEG8K2AB6Y++aVHyhP+uk1VyIkdTTjl18l6Krd6VSySGwKhCG96U0MlykRPiXg6iJSQk4VtiNCyaZoQL2lw==","signatures":[{"sig":"MEUCIQCX1tsDqNlpeoR/bY7Ajvsvi9McFpMcPzt+va96GuBKmgIgZbp9TyDFb/nCqymJw6yguSQY6Y35mG68sAFGJqTUppg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10874040,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNVtaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpvmBAAnl3ORzL4Pr/+A84cCLr/pkNxU8V36MfA6QAv8XtPYhtrXki/\r\nf+8lwcEbLQ5umOXqlS16FrCkXLzg8snVxIiPnqrn0OoYh8aTiDYxG00hhG3t\r\njluHBBTqFrpYt+DhSCvjv2LS0du70w9eFKIvmrMqnjvYPXylZBanUQ6eTrVp\r\nlJWtrcXfYhAiRDsOzJ4XD7lzDlR81Pg0h7Flgt19V0Ykpstws8SXhyHg4vKy\r\n/vtukRwgidv6ew0qs4sgzJ2q6A0iyqsQPnU5YmFRSTWIXzEnTFeqOTzhXXNj\r\nKnVcu6IJcFlzFvr5lEKFGXR7rjzYI2nIg8sal8r6/Mqdc4zNSE5z8F2Zz1Rl\r\ne5+xZcrvENUfXcqPDzSrm55V7FcDWGinWuP8+vTdz+ErR5FOGJoC5jdf5/V2\r\n/5j3lNv7huFDi7Ag3LuvqWDUiumwUm00wbw5xeho7faXJzYWMFGzotUqzTsI\r\nwcBJxB3sg0soWTRvDCLSpO/ZToqV4kJ46YeG4pdytGqwnoIMJP03PUU9oiSw\r\npLLap9dYhT7/nAyCxaPVB49+DjDLq1zp3zAw5NoF1WUe/tXYMvDp2P7+NK1U\r\n1WMjtHhAr9+Vc5F+hTtIbN0OjAtCXLvhPX3HV3+oJQI/1263ChQ+Pgstuamd\r\n5cBwgFFmv4JpdrG1Oa7uApAJrg3nBl7xrm0=\r\n=NvJ8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"e84b6925e383db1cec6844879252bd260ab4dd68","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-18.29.7.tgz","_integrity":"sha512-r5oATghsZmaxkIjMxERQi6aiK4xRGL4R/aBoxhg3RHjx6JHzKJbnx9PyV9yLMd4tg8fb5Bwa7dDWxKYVLuPcXg==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.47","@syncfusion/ej2-lists":"~20.3.47","@syncfusion/ej2-inputs":"~20.3.47","@syncfusion/ej2-popups":"~20.3.47","@syncfusion/ej2-buttons":"~20.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.3.47_1664441178578_0.7884315539460014","host":"s3://npm-registry-packages"}},"20.3.48":{"name":"@syncfusion/ej2-calendars","version":"20.3.48","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@20.3.48","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"41b88d8c0629b428370689390a27ea84d27eff6e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.3.48.tgz","fileCount":450,"integrity":"sha512-IsrL57YJB68QMqXXHxVLcss6wfkMgustFCGa+K/CjeJRzHe21yQJTDkWj3wjPK1hL1AUnia6V+tYr2HS3Xa3DA==","signatures":[{"sig":"MEQCIA3jzkJOw1JCkXUfXAoTKlM7LEVy2qOW63fSpQutZ8lDAiBw4WaYU+uvVu75zK12JtwzRICxIcdTBfV1we+/m/40Mw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10875920,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPYf3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmreVg//ZuhkMXZKh35kgSYJx9NW1ZtCgmbJFX+6okuWJVhUmaAiRktL\r\ncfdMiFhrPn4TQKHM4My3XrKWegB2n6SiQo/dNw5zzarS7yTtVyvh6OJQ0Slx\r\nYA0jUB0kukHIx0Sw1K06Uoo2DmJ30sk9OY64nxtmt3y75xcHTG9NrrwraEik\r\nndEwJ9sNPU29j34NHHCEwztplB1JcIw4Qpe/FBDCplYWD2OVFFBZ0VqhsdfV\r\nwQgSA9RBudSN2uigNSP6RcE8sV5Q5mpgVJgqVFc8GnsCRkLdhkbQoEkAZ6UL\r\nqVE1BRJikbHRGYo+jBFlETwdIPlLmoIggh87t2BtqAUjCbeaJUMW+IOH0+yE\r\nXFWMqSLFN04iKOsXG0gO6prEPfXjV5XsprnartYzm5UYNi1aykpvxYPE2yOd\r\nkfBWqLOIBeDN+UMjZ71xGpwSStvavJRRvgAl30+hZTwIDsJ1yrVpGqm72wlN\r\nllRJatqNINrZjINtBpddyd0oBg+Mzt+lA11HhKjfCWgM0x+Q70OxJdH/1laN\r\nt9FQkmE5Y/hh8vli7Sch7hQ3MmroHIVDrLHNU2CYklIyhGucIu+QXUvxKb0F\r\nFfoNbga2/+hZtgiJDVBg/RobTthzRlx9BOO3CdmnSjHHL/LoT2V4Dkto2JaX\r\nSlW8Zln0ZVGoJOUdFPLiq/vhCBC5Sj4mrjY=\r\n=hQpx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"784c65b41741a1b2d4e1f6635b0f1bb62c87fff8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-18.29.7.tgz","_integrity":"sha512-qY/DSxFOJi2JRW9yRwTCjYPhhroovCE11+gFokaeW++18ha2DXc8sheIdOxbrs/YFvcWMAgW/0TSWeWoR+GmOA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.48","@syncfusion/ej2-lists":"~20.3.47","@syncfusion/ej2-inputs":"~20.3.47","@syncfusion/ej2-popups":"~20.3.48","@syncfusion/ej2-buttons":"~20.3.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.3.48_1664976887098_0.5546301227078478","host":"s3://npm-registry-packages"}},"20.3.49":{"name":"@syncfusion/ej2-calendars","version":"20.3.49","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"d2e80d81ac68cffb3f6c923ec7ccd291e3004fb6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.3.49.tgz","fileCount":450,"integrity":"sha512-T18GBoBqC2jAqKqG6DGV4XN8oqtOeDp9XfGQqWyWja8Exsh/DluQrCyn2KPIyDSt7UrJxy0sWYmrfs5sqDHyfA==","signatures":[{"sig":"MEQCIFcXpDII2iIzj3V5r4oHbq5jfPG/BGpzcXng57YfwAsbAiATt6fEGy4L4906glqLuJnNVuQB2Shd6iAVhebKsESppg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10875408,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRWZoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpz9Q/+I41U/yBShga+YamHcPIdjdeKUmfbNVvMU46HcpotUxoxW3A9\r\nmsMCGynw/f+TtjNEvbMeJGII1wroO79HOC++76q+NjO778MDehbcJTbDVZG7\r\noRPD0j2ltIvgdgFcajVvw6qtlgZQCRpBVJE9QNdUUaEMviwrtQ/Ey55qfcba\r\n03nljMwaY2qkOO8rjkxE+EJ7JImCf+gJo1PYw5SDAZepyMrXbHzYCb7aijGo\r\nHCScAUKPzsAEijbbw6fOtctWh7ZLAmzTy/UdhMfE95WHpmDsBek1IL9eJBWk\r\nV3UaJ7j4B7t7x4Uhp1qpPPTML7GVGP1gWuyZ1j068nzqFbFEBzbijkqbdxKj\r\ntxUkey5/6XgbCK6ildVdcZwXILYtSOCYQLDA/tGB817dMlrF4/xMWnFZpd4G\r\n8//5TGbcCkoe1thIzkSuBcYPiX6ZsPU7NiCKNTTBdSRLrjc5yVN+Av902XHU\r\n77q94IA/i3xX1zzC2bF5trnqDj3xevvE1/GDEzd2QqvilafDqrcu9AiDC0nU\r\nDy2R+QwZaeW+Jfu3KhGgwbQTkJsHwOkrYmep3ZzHSza8ogjdIPjgH6o89/MY\r\nkpNgI1Ecy38GfTIMOU1PDWdcmNcHp+FBlFu+8O8LfNNlnHQjUeaN2It8iDMl\r\nWot7CGcYn/oTlLFVWoKLtVPshCMC112vbhE=\r\n=QYN+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"544a9cf7fa98f3a38f2981b8b80774fa376b91cd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-18.29.7.tgz","_integrity":"sha512-8CsuY7OviNOlJtIzWYcR7bRyexVNBvEnfeeM8bWmW6WRoiE3mW/PtSKl9u/Fb2xViQo8PsS9lz4yv9/QtFZ0SA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.49","@syncfusion/ej2-lists":"~20.3.47","@syncfusion/ej2-inputs":"~20.3.49","@syncfusion/ej2-popups":"~20.3.49","@syncfusion/ej2-buttons":"~20.3.49"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.3.49_1665492584379_0.9860290323351211","host":"s3://npm-registry-packages"}},"20.3.50":{"name":"@syncfusion/ej2-calendars","version":"20.3.50","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"c3f54b358fcef160820492069294acb4c513ca45","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.3.50.tgz","fileCount":450,"integrity":"sha512-Ntf+V8gC6A97o/EUB4qYiJKfm/pdnfd+PdiWA8oNbEA193THELf/4DyLbb0W2r1nuxnhDKTf/IjyDOQViQltaA==","signatures":[{"sig":"MEYCIQC82BgVng70UjI6NNdXsYZg8sNrUOgYUBgklkSjakyLsgIhANJZ7NXo3zzYXfaanI1/mFZ/HWrbzmza0eTnEfKQ3vUc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10886761,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjToQ5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpiuhAAltfGfVy+3AG21hbGusfrh1lG7WiCpnSqAlk0Z3JaoH4BaZHt\r\nFBq2Uw6dVVb5ZLT7UVmOyLJ9zJgrzWAgBQIYUSegSvUn/AhX+9NFrJBz4rLs\r\nJ6KZWgS7ScTO/PUhgdMOZHSdNkcgrwQs3H1iLtAMYb5XKgJTiyQIKbZu39Kt\r\nLRHRj2hPRq0j+VItaFzx5LCzbYmIlFqqiK8kMh/QayFLWTHBjKpx2vDVyiXl\r\nCCCP+V0NAF2I6ehWgp1sV6KvVeLdgvZP4uut2H+kutZ4cEiCiFZF2IR3RltP\r\nN77FEWXtinHKIT96BwqiN59tAhHn4sJDpVcKk8G+Qq8iRbtpfpOuhYp/wq9x\r\nNMi09lgEmuKeBg8pF6BAPaZOlT90/ibGn+G0JmPJh4DwW+Fr98ctf3MGR6YC\r\nQgq/J4NpfXSLbFh+U/2in0C7Ylpy6sTn50SxEaxjos/WYVE1gNtq+wpa6Opt\r\nBpVl+2NjBsU8FxbCISd4WRMfPilfnBZ27CxbF8x35ZJ6jehdDWvI7rlHpohk\r\nmillsEo3LlbXkIPF08CpbRdLXBG8pT+e1UnUPZp7XBFAIr3PM/CwyR9QNmYT\r\nOzCEyp21HKzfLvnkP67vBT/CY/RBtl3stzP/UniQZ7F+c2br4ug2yErewUg1\r\nNw7DbDtvkbtj7jplU+tr/f8iK3yq+qDKWiE=\r\n=Q/s1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"c189cdfb54d06fa7fe893cd22c935b730dbfe20d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-20.3.49.tgz","_integrity":"sha512-Z2zS5NoplHbrsF2xLIkWSZFji/kj55Lia2JO9eHjsEJXuwp5fusUooFoaKV1eaXf6+tRdWIIFQu/7LSfS1LoFQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.50","@syncfusion/ej2-lists":"~20.3.50","@syncfusion/ej2-inputs":"~20.3.50","@syncfusion/ej2-popups":"~20.3.50","@syncfusion/ej2-buttons":"~20.3.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.3.50_1666090041425_0.9603836843478777","host":"s3://npm-registry-packages"}},"20.3.56":{"name":"@syncfusion/ej2-calendars","version":"20.3.56","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"53811bc20dc5771aa96f61922d5294f98f108692","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.3.56.tgz","fileCount":450,"integrity":"sha512-Aw2nBsc9+vL0QzbJvb37ebDOvrdyCHs7DIn7ehLjOMaf02cB8w2919gOQ2/4xD/sCtAHtfLoM68k/MVb3M31hw==","signatures":[{"sig":"MEQCIAbhrVeZ2DEwZYPnfVhRieEnV2TyUXISZGHwX83vLG9iAiBStHpFutfzm3Q41wEhgiu2CdUfg3x57fHXZ/fXbpUo2w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10886714,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaiaDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp+4RAAktvzxvq1B2fMud/dlFByRWHoU7ozhL0ThUVH11PeGQgqdWI1\r\nu22f1dqwrOgJM2ofNbTvdaOKk/WKK8T1zdRaNT0F14k07kBvNXZhyJR6bt4L\r\nzrdN9dIgnCe29otm+7DadlAedW6ITtvbEymXXl+OctULpiDqjoDhtopsohFM\r\nZbcTkZ0VJ56XSm8FzotDHcpcRb7LfIFFiSfHzlaDxkgTQQuw208jGvoMu89M\r\niUMVuxt3ynFzTG7Z1e30S8dfzQZ2/7slaMw8xLDrCSOQnV9lPwtUyczcTTDW\r\ni1EB1RWhMcXK7m4qIra5aJ1oEWqHVn0xkUm8hnvKYBtqUfbxCKmWMcucAY85\r\nrssMIDeIcj7ETMM/HaqCiJrCHvPj6JIz1Enw7WTVuYXjBllwkKIZ9uMnbnjZ\r\nPm+vItmFOxsmfeMNeKFKjWstpxkQvk+cqLn+gU+2eenYoUVEc9CzhNiv3dr4\r\nXDSfEDaL+9aE3duPCyqJ2k24pDIG6HFI05qyawhY7oP838TGqUk1TGuZ8qm2\r\nqwaCgBf7IMaoMjAlRTNOb3t5XfooSzUSme3zwTlPRQZrWja5sZMBTJsd6NY4\r\nqfcpMqrqb8RUEumjvqv9zz1sZCrdeimW8UH8k6eeM9RWoFeNkIp7AfxLMd7H\r\nHRAk+T7MJ784H71To47t3atr1W+7U3jLGMM=\r\n=PvH0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"c189cdfb54d06fa7fe893cd22c935b730dbfe20d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-20.3.49.tgz","_integrity":"sha512-Z2zS5NoplHbrsF2xLIkWSZFji/kj55Lia2JO9eHjsEJXuwp5fusUooFoaKV1eaXf6+tRdWIIFQu/7LSfS1LoFQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.56","@syncfusion/ej2-lists":"~20.3.56","@syncfusion/ej2-inputs":"~20.3.56","@syncfusion/ej2-popups":"~20.3.56","@syncfusion/ej2-buttons":"~20.3.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.3.56_1667901058885_0.9825524950827675","host":"s3://npm-registry-packages"}},"20.3.59":{"name":"@syncfusion/ej2-calendars","version":"20.3.59","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"7c7ed46e434381fe6a8e27ec3e6e0270acdcb4ca","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.3.59.tgz","fileCount":450,"integrity":"sha512-qbvW2gUQtHaJP1JGq8KSW8juQYvYCph/DccWsTo0tzxXzdpV43Rqa4NTV1vQ3YbKU45BOr04aPwxepv5ELoRZQ==","signatures":[{"sig":"MEYCIQDTS8hVHWudysVkIpDoTHE4czNMxDmq8qKjrb4wLhKCzwIhAJvxqx+TQj1ZoKgnGdPpj0mfpwcE5rqfwEkPZVv42Cvp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10897310,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhf8BACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmorLBAAgwdKjpyLColLX72M9lQ88B4f79CQJDNh8IX36w0Wo51854WP\r\nWbHP7TVog3cZ6Mdfb+EIo/eMdSSd7Dlb0DaIVEHNtN2polf4oX8c0GhU30mB\r\nJP7RrGVZvsZGCKtdczAv6WZG9Xp8WD+kJ1deRqB3AEZwBDPHbRh53khDdz1h\r\n10Reg70IGCdbsCbrPefOiTbgjo8n4c7mLiLa18UVbSU+YkObB9A9gHQ5eKhg\r\nS1EabTo9MUoYv6pLxWn0xkapkFKaJfKD8S8pYqo68zZcN8hu19WIdhpsFCq3\r\n4D0D8UoFr2bx7RxRpGsLPluNWjyj0wdlmJOH7nVhb9mvJzySE2ncfd3R58l4\r\nJqJb0iUWYmNzvyIR0DUKjmWhUO4Jk0diqK7U108HkTkEhJodUCg00JRN+kM8\r\noXeqOvodPM2TKb0BK1HnSAxqk/dHU0nxyAmeqxDHWp/bo5/CcoIP+fVsnCx8\r\n17cjvOje18yo8SKV33rqoP/nFiTzleMG+lWd6pkb6h1YGiFxE1UiCljD7KgT\r\n9fTH4cxqaPhn+oyNwG/Q0F3BvXQ+LTnvL2mNcGRfM129Y4rt8qAcaFRsxx5Q\r\n8VqN8vKHIWHCFuNNHXvNUcTRcPWw9qCGdwTyDJ6eLBSUQws0xGASWOUtIuE9\r\ngTxT0LvYwgWtomfLn6i1AsUGZzajr+vo5YM=\r\n=T24/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"81a48cf30eb42c22559d20b194d6baef18effc12","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-20.3.56.tgz","_integrity":"sha512-Ruq5H/efzwn90dzWPXHtOMLKw0C0r9X4c56Wo/xC7kdvSez6OhDMH9ibbkzKzKu9RI42sZzk4I1qgdtKFPfBjA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.56","@syncfusion/ej2-lists":"~20.3.56","@syncfusion/ej2-inputs":"~20.3.57","@syncfusion/ej2-popups":"~20.3.59","@syncfusion/ej2-buttons":"~20.3.58"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.3.59_1669725952826_0.0023599035179153738","host":"s3://npm-registry-packages"}},"20.4.38":{"name":"@syncfusion/ej2-calendars","version":"20.4.38","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"425378b811958a4acb5b2f8a711edac8cefe1884","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.4.38.tgz","fileCount":450,"integrity":"sha512-zyKFBfVuxU+R9OrkEsazlj7aY2AD1aZN2Wmlao6uuEGFL6wbL5HLZ62l4PG+UH56WSpzFPLkx+hcuL697ePPgg==","signatures":[{"sig":"MEYCIQDCoCwMWnrusnlTmYqcUfSsm9dK1d88mpVfaS7pbcHvXQIhAImHA7im/eS1YlGDc4rsXQ98rCmdoiSPw9K8Wy2Pbskn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10972330,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjotGGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqBIRAAiDnSR3eSJZiMpqrbflGUIDrATLxG9tvMz6A9ycMnJrHE5bhi\r\nNx+JKrSYUbggh0XQiBQG8JoWnmoQpxbX4D9moXytsbEDlm4V+Q/wGVplwyai\r\nPSIl15t89K3ZwqWUZ8de8ZjdHE4Q9RQwez7K2lVtIjl8iTQnYCxWsAXtQydh\r\nmJf/Z27JoiBPLv+ycV7ktEqqNCTVojIifCMr19DkQSwFmt0MSnYbd1WDXP0u\r\nuQ3V3pipDE3sGQCVSkg/5iR4Er1RQvYf9KWKXI73qHiokMCNOEQIwKc0TxxC\r\nsQGXq7G84qIGSwS3v0ed8IjPbxnrM0VuzAWQusSkPg85VdexJvQpfVVr9Mq6\r\nU1JY6urTMFPrFTo2y1AtV4dV5OoHt4USKism1/JrrY/wXBtZfQ6p1SgEIA9Q\r\nWcTfmniCrj9cfUQIAgqU3qaI2uj2cka/jN0V2axpWcDUchRTBr6XexebEOCY\r\niZjSB+6ly/ec+dyHnOZpBY42ImT0UFNG6uGOgbfjrZ1vWVKPBx7CVRsrCwXy\r\nI2tF0+SmWeVX/eQQQFeqUl5GKOhRbph4V3S1WsvEeRQhOELgY+Z3vXqAF3vq\r\ndJ/bUdlWddGShdT7Xbu4/ZOiFzvmxTHlshFJB4EFOykO8VUkuUsVntAAFHY2\r\nU9teONVtgLYvbOyXKtcbocR4AAk7EC/JC4E=\r\n=JbyT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"6dec75fe63027aeab8ab2417b2e50ceff68c68c0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-18.30.7.tgz","_integrity":"sha512-tDGyq6I+jfuzYUGXH7t5y5OIydy6bskD2G2BPK7n4SDhjclE4GW2mA3SIHvx1ZwtgPNdWPCPxHeWdQL7xDH0NA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.38","@syncfusion/ej2-lists":"~20.4.38","@syncfusion/ej2-inputs":"~20.4.38","@syncfusion/ej2-popups":"~20.4.38","@syncfusion/ej2-buttons":"~20.4.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.4.38_1671614854710_0.0019320491944818663","host":"s3://npm-registry-packages"}},"20.4.40":{"name":"@syncfusion/ej2-calendars","version":"20.4.40","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"e27635438ada47a292483f56821ce73a3b11e7fc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.4.40.tgz","fileCount":450,"integrity":"sha512-usv0Jle1HON+KtXkoT9lgYMSgiu3RreOst8x9hQCfxOaVt/s43LdlI4XPw+F17VW/5+G4IdTxAcwGp3vxhJYtA==","signatures":[{"sig":"MEUCIQCY3pAUlKUsul/+MWp9M3i1LbiFRnd0TTzpZchYCwJomgIgT3dIDEpnZt+yYUwnMSJi5k6qlRlXIe2jHC0ATonrSGw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10972319,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjrHa7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrp9xAAiV2rXP8KXulasmPMI4qC5n15TdbcqL0u75GbgyMskiNLIw5G\r\n5eYsdl1jzyIcTQ2+dTbRKYL0HS90zoeUWu/OemjJZzxgOTKCJ67vBpJbf0ZM\r\nTleO2IpwJhQFZOLy5QBGd7+lxtu6Vy63tMEsPI5nImq48q6m6xG6jigZ+WV6\r\nXDdifiemZ+dv4OuA7GgPk54uNzNvOePLpXbuymJpHzHYYGJUhPaaL7rAOpy8\r\nzdCzgcZ4zkFv/YAujsH+ttEEX1mkkfuH5YYHlIs1M8h9uUywibGpJM2+tYO1\r\n1zkjhaCn1w2HDNWDwrh99CufYDa+uJqJwetGn0z4F0YmRrbx0OJBE02UTOGo\r\nXnSsrDssEQ1DMeOoh1UzVyYThjr+cps8Udaj6MVIro8YPzHvcftA5ogLcn3Q\r\nHosjzjhGVnRTSR2MPiTuQOTvWuMYpWEFt8VODOShpNryJ/V7rzgUAivhLj01\r\narvoeHVAl4PoHPpHHa60sh6WeSQqLFlpgz7Xzv37e6otYJ2YivSfoDMiK1pb\r\nFlcy0uPwl9deYajBSoNRtZaw9KxSrcDhTDCOm02Ud6qaYq1CBPdjfxoNPCdV\r\nBg8gotZBSHYNxwY61vA+z8UWe8POZjvb//NwIxgrWxtcTQChpCS39MO61Vo0\r\nQY9gNWrefo+UAHoCrlh3VXlIVbQ6QhO3QK8=\r\n=AOMn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"6dec75fe63027aeab8ab2417b2e50ceff68c68c0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-18.30.7.tgz","_integrity":"sha512-tDGyq6I+jfuzYUGXH7t5y5OIydy6bskD2G2BPK7n4SDhjclE4GW2mA3SIHvx1ZwtgPNdWPCPxHeWdQL7xDH0NA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.40","@syncfusion/ej2-lists":"~20.4.40","@syncfusion/ej2-inputs":"~20.4.40","@syncfusion/ej2-popups":"~20.4.40","@syncfusion/ej2-buttons":"~20.4.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.4.40_1672246971270_0.074311854185372","host":"s3://npm-registry-packages"}},"20.4.42":{"name":"@syncfusion/ej2-calendars","version":"20.4.42","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"365aa81ff4547f257a08d3dd9c191fbf7edcfc94","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.4.42.tgz","fileCount":450,"integrity":"sha512-aBOLiZc1dEGJMxKVTKhDkoZfJVY4Hf2/S0fnY9iOBW7AOQw5GWTDLw3bKlGIpXRkdgsVRG890GtQ48O5GpnAGQ==","signatures":[{"sig":"MEUCIGqcsNj6m+m3vVC13hd+mePvORPJS5iYC5qeONq8TPC2AiEA2dH6ctIrarhaQKPq/U6KqIr93tvtPvnV9Vuk2tlker0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10975207,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjtXHhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqZzA//c230aRnEpsocDSfVkTOo1BOMq1t1FR7IBITPJy3UXta28d/C\r\nAeqQz0U9IHLVtNBESNBgS71BujXbkhVuwVQYWUpDmD/0OpLSh6np9vDoLxrL\r\n/va9iVKYXrU15xmIuucYVWqL10FT12z5CQsTEzBf1sEydIbb0e5tbSWsQ/cW\r\nEszRvhh8OwrcWrVKAH8Q5aL1QslZxfZSH+SZnoQZXqJMU/gtRRtolULkoeLD\r\ncHfRjzaUBcNj7AD+EygVIkQ4c1xmy0GMtEpLyadPUsJoVPxgri6aDt0AGffH\r\nXY3THQ2qheGRysBXGU54VH7O7o8OBkMqeG0lXI0YP4fN26Z/0b+9LnoaAZ9v\r\nFFW8WoQdTmyR4I5CEkVkfCZ8+RSzq86DNUcSPh78TQXlJGu+ON0aQAsRiFjw\r\nCbGvfMipRLAdcKRkjkJ7sPIHGZrV/z9kH0itY4P/MdQ4E5zU+kyisksCmtfz\r\n3HmORuOmTYxaWU645grKZfn3Td93HOsOSlc2ZgRzX+h1R87pXMpL0BSQMlXU\r\n7caFeWBU6LD1yig7VSS8XZ9nYZOVcUu9ra2juECNF6xhlRzaoFKpHWZhoqiy\r\nhSydPyrZ0beafUjpMeNbQWVi7oD4sCZ/ZkkDmDd4EuRN38q5WiS64Zcu5vFb\r\nwNTpzq4vyt96LIlgYT57cFWG/pBEIwTaXgk=\r\n=XVJk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"c3e55dd97a1ae5b1c564063fb714aa1102a48b34","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-20.4.40.tgz","_integrity":"sha512-dIUZC7yf+bdh19falIrE12r92V+I3kJInBNOzF4J1LLrV+oHfWG8KIRdivjb5FAj0C48vtZR2BxBGk5Lc1+9xQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.42","@syncfusion/ej2-lists":"~20.4.42","@syncfusion/ej2-inputs":"~20.4.42","@syncfusion/ej2-popups":"~20.4.42","@syncfusion/ej2-buttons":"~20.4.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.4.42_1672835553696_0.6034249075994482","host":"s3://npm-registry-packages"}},"20.4.44":{"name":"@syncfusion/ej2-calendars","version":"20.4.44","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"fe9f41f110026d059aa4649f6e57a442ee9b0da6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.4.44.tgz","fileCount":450,"integrity":"sha512-pJUtlwlB41K/9Qs+pO0Vqz9YeTw+uLP4J1mcl1ySxw8YhLkd8uTW1u43paLJpf6St+0ghv/izsVjr1V7bWtjIw==","signatures":[{"sig":"MEUCIQD90SaBw5XXCO136kcvArOnV9kqHGFr4wUXacj8hkEtxgIgc7L901JclLAJy6dGcldYLqaVpM4EYZ1EKobRiuAv/e4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10987120,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjyAyPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr5Cg/+NYrW+6DkJIUgGrrIREd7/42Xr2WFh/sTqLYkXZ8+hgDVt+uX\r\nUSjvmlP1etb7V/PGEvKQ6E2jAtQ3RpXXYXWbkfv1sbiygPZ0fTQOV1w/dlik\r\nT9krd0SZrKewQMfCU3EM3bfsnsM5fo3mCffFPWzsgs6UrhePTOb9eLAXnaTa\r\nERE8OmsXqn7f/S3F91YAi8J2JVYvM3sPQHfRNtZygXvVLollwMNkCmXOtski\r\nS7p/3aF+A9CvU22iEs/gsq0w+qHLpRReDSNgrWD5LXcspxB4dU6+7J2HBMBD\r\nZATB0GOzvj/xbASkTemebaqiLCSfHafy93K9+7oj1xcTZGumEpx+dFHz5R4v\r\n4IT/fjNOO14RS3H4DYDVwiZBLada/MUwCxWkDoKNwZwURa0IJpN+D7NA04z7\r\neB8eBLEnfmH4Z/B1JRRexOGsTHaCheRBO/KBhYwVOewOZNw8449LNgJ8Od2m\r\nPmFvYF6u8iiqkG2+boUzYWbS1JZt3eEsjvBATcdwDTRJRArQpTnOuhNghp1Y\r\nj6UTzM98uDvkkq9bB3aicvkgiZS0+TijSREmbHUabb6MvZI4alGElOicrMJQ\r\nuTdqpr3Mb2GnTg3gUXA/AnNrfp97yh4DW5fk7HEzWfFiHQKLzuEUCRzY6235\r\nIX6DzGfbux82BOyFw+7oXrQcJcNKnH3WLEE=\r\n=oyBe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"6ac546f7c01e2909f4d499b1ba15ae46a38241cd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-20.4.42.tgz","_integrity":"sha512-6kl8AIUSw6CdTxJ9PICwOgUr4fBrox9dXYTx/j+kDC0+m4cZfOCPRNs3/3sz2Oaeo+tIv/35b4P0G/EtzHmZgA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.44","@syncfusion/ej2-lists":"~20.4.42","@syncfusion/ej2-inputs":"~20.4.42","@syncfusion/ej2-popups":"~20.4.44","@syncfusion/ej2-buttons":"~20.4.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.4.44_1674054799597_0.23763673891224002","host":"s3://npm-registry-packages"}},"20.4.48":{"name":"@syncfusion/ej2-calendars","version":"20.4.48","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"d46e611221e99a8803b5a4e9bcacac3c34a27f08","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.4.48.tgz","fileCount":450,"integrity":"sha512-V0AaRttmab/ZBfNuhfxILtJhkbE2uj/xdQlk3pDylUQ5DFdTBnK4SFxy5uFOEMiWPSycakgdLlkuhyd7u3LeJQ==","signatures":[{"sig":"MEYCIQCEXzjmm910C9yDSZQuvrtGqLlLuGKy5KKh+Dm45btWLAIhAOnV4DJu6szy3ardmj8L7kO89lYgQzl+gniSQ6Ho31Pu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10994161,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2hIvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqRxQ//UnJJpdoPhZ3sgGFy/q9AQunkSaliQV3HOyOg5WsyBE+B0+9a\r\nKxQSVhK/+RLVo20GjGGaEQTetnPDBnTHOX35fwcFP3TmzV02iZJkTvcia4Pk\r\niSnWZKYQLU07389Y+o60eF+OwkR8p3J6/1vFW5gALuRwmOuFQ4nStjEMPvTr\r\nE7kpeNtvLiK7nrTC1L9YOfXD7lzumIXynBJLU6FuX5YAUHwzDq3BOYVivPnI\r\nqtMBZp2MjA3oYbOPDdYiG8xPxQJ5IK95jYomMJDojBlTE57/6P9PC6JyDeRl\r\n68/CFALCNLNEMyggzwJJuOXP8GowPXYxO4qN56kpPXdf+j9X2VYGwHym0EFs\r\nivs1r1SHHKmTSA/z11iISsf7cidnxMuAOCg/VMGEFVcA82u9lvQogFkjjHrp\r\nmW9O8UlNuDZnH1Iq7S69Zrknb06Kt830UPYtSeQDXn1QnY0Yt5b8ZO1/Aev8\r\n/9UWBxx6LtfS+fBy3+ItWgr2y6zcRIiHH9LX3NV9zc5L9Yo6G4XdAxhBqfxD\r\n0Nwjec3fABx7MME/BjuHty55H8ngdSFoCq0unzP7OK7aRmfmsCqGzQZrVMQk\r\nf+5W0RnMB7bScc6Nnw15FNX3EKoPzZu2xVwbrPksgkpFVrMoCaVTO632ViQW\r\n52ykNfxLFMyMtwd7KoL3RnKINuzCcvFiaDc=\r\n=LE14\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"edb94ca0fd4fb86a6c64accd05e956ad9761afd2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-20.4.44.tgz","_integrity":"sha512-lPyLD/lhi38bHc+9j4Gxo3NT8UHOVrdv/Ia9Ta7wDIHKjp2Wgm1TO/yUOatKJ99F8H24jtdqhVyvrOU1NjjWTw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.48","@syncfusion/ej2-lists":"~20.4.48","@syncfusion/ej2-inputs":"~20.4.48","@syncfusion/ej2-popups":"~20.4.48","@syncfusion/ej2-buttons":"~20.4.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.4.48_1675235887575_0.1641872357948435","host":"s3://npm-registry-packages"}},"20.4.51":{"name":"@syncfusion/ej2-calendars","version":"20.4.51","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@20.4.51","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3d42a6551b0c5a5b7affeee528acc16700b1095f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.4.51.tgz","fileCount":453,"integrity":"sha512-cVtP8g2vdqSjO6h/PvsZd3QfJ2thKnJTvBhexF2U1zBesFLCfCF28WCXrQAdhIUa0/QrjNHS2ZLOG55epLw8hg==","signatures":[{"sig":"MEQCIGEpcgfsbVqnu08dG+jdN5kIcd6dKe6aTc8W0hUnfLKlAiALmsQP6OGazYAiJ1+YXqNjUKTWR1Ea9lO57XH6bjSONQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20307165,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj9LqQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoTQg/9FOF28sY2vX/5JTJpty015KQ1t4j4BIw4zXb3ocdeeOTfvfG0\r\nuqYAHOw198tGqYkFn7L+HvvDEZ1omnzKNYbMQ/1D1Q5+8o1O6cMlvsVtaRQs\r\nYR6U/RlDK44cr1Orswt/K9vJcbuGWqUGsj+ELlVi9TrJJkaHX2tdByuvYwRg\r\neZUbUzy3JMjZ16vThxk0Z48QJmUURvLZmsUtXyUxlXFxgblpoCGOx0+yX76K\r\nvP1ePfRnVzxqCaJkaJX8PF62Okp+GslT8ApPAl0Xaa2Yaa22j4/1v/NB96v7\r\nRxYBE2BUU7WQKuaCYHUM+/cXEq5QwQ0ng862UjZ5ieT1uIZ2mErVnzPHvbRF\r\nncg5C3nQ6CtGseywWygJd8iRlkndz4s/ZAVIr7b0HZJKhEvB80fAaMVcmDo6\r\nJEjd/jecYkj/uHxkSPe8R9L06Q2S0rGZC9hxUkOmxTCRiYCp7m7lzhD4aWvf\r\noD4siPCnRcVtgTXZdQJC21bgPABSnSqC5rqHE/NuCXVi5u25KmBhn1vkSez6\r\nc1L5cNNgg51pSzEfZzVgAsh9MRzNZpwE8aaiJ9oz5hNPklMOAejuHyJz0EOj\r\n8eg0RM/TZQhJigj4AeMzI24q/4nVyW6e9yClzCnDnkFFVRhVzqguwNZ0cVNi\r\nwQ/HVJW5/gXs5kPKSKAN2vFvy5Xp561s5go=\r\n=uK1f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"992f7575ee30864d5aa80cea1ca9b5093e823610","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-20.4.48.tgz","_integrity":"sha512-Mo7eEO+t4dyeK6ga6RoGSu7mMaybao+tnPiEOw81sYTDS5USjrC8fsMuZ4W5Pd/TVQWQCscMTrblPv+ccDWFJg==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.51","@syncfusion/ej2-lists":"~20.4.50","@syncfusion/ej2-inputs":"~20.4.51","@syncfusion/ej2-popups":"~20.4.51","@syncfusion/ej2-buttons":"~20.4.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.4.51_1676982927833_0.7660160910039677","host":"s3://npm-registry-packages"}},"20.4.52":{"name":"@syncfusion/ej2-calendars","version":"20.4.52","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@20.4.52","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7c4b112c874d25a73aca808729ff5bbf23987286","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.4.52.tgz","fileCount":453,"integrity":"sha512-eJOkpeMHt494iw9vXP+eaj825/l26KPRgj8uthGr2yTFzTVWYVpPZQB7G0T1yM+puaHrBXqJPHsK5joyq/UyUg==","signatures":[{"sig":"MEYCIQCTveyoka1MiHqVBLDcbmbzohG1zjTWdAOg7HInw8V1AgIhAL2ZFtNm6PebHLIwOGT8X9MGMStYjYIvPciPOJi5h4nB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20308022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/eqfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr1pxAAj1bR6dOqFaWw3DV73P5j/gaUW/XUM5EHoE5eL4R3yEc59Lyx\r\nk3wE80QMYYRQJCAHwEaAif/SAl0L43RPjq9kYP0oS5s27WLgxGGuaYpAhdKd\r\nPfZJvaOoc6yorAVeBz0fKc7QF2ZXSwOrA6TvM3oLocpTvaBtRoI5LNff5DFn\r\nueEJ18NItJZbI4qMTc/BK/yKlt5FOJEubJIPa8CaV7VmHTmu1cEKA/kEKQ5I\r\nt2MAMr5bba3LgnYVnqyXPoC2e1lw7mweDQfpiao13uxE/q9xfKZ/rO8Xpvu7\r\nmi/l5GypIFEQHYFoG/5EPIAUcbx1XJMDAlFVrMhwP8uecUHdeSunmzkwf/vP\r\n7DePJLqJwBe+ayeBD0I9ROhySyvCKHvhngZ0D5xz7PHYx9zlP8MwoB5EAOP9\r\nrob1AA/nqT+nEhv0dmhHKHXk/hfA/y2FwNKQ7SxniKviaRKimg6pI9Rnr7lw\r\nDiBdx8cHKc+sPYBkZ5nAh/J4oWSiUXLNzzeBDJL441PBs+Yc6nlBsjEKXf4h\r\nGw9HF0B/hPAfggiW4NMmQNtXDTf68olyUftb2LfJfyskpx+2zXEjezM2y4It\r\nta3I/62aHM4FN+Sm7htmBbP/QLEoDdz9js/29SToki66YV35CUb/IBliuSKm\r\nlAV2PmvGCRM9N3SGUB/0jsKEB/wTCdfQaeI=\r\n=lKKf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"aaa25aca4b2c755ab6a746fbd3bfb6451a6ad3a3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-20.4.51.tgz","_integrity":"sha512-YZN6Ig9gf7ZAi0oJxCSDitYvyPicAlijPZeBluFiQHbd7eaPdzf1eK1d0KXiZsc+GbTMA1WLtVND26Qz5SJm5g==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.51","@syncfusion/ej2-lists":"~20.4.50","@syncfusion/ej2-inputs":"~20.4.52","@syncfusion/ej2-popups":"~20.4.52","@syncfusion/ej2-buttons":"~20.4.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.4.52_1677585055345_0.5770636610184767","host":"s3://npm-registry-packages"}},"20.4.54":{"name":"@syncfusion/ej2-calendars","version":"20.4.54","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"7fc2e9e9c2780bcb908ada375cda887e93dbb1b3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-20.4.54.tgz","fileCount":450,"integrity":"sha512-+Vgay++qCmJEWSta+5e0d6NUdPGuepmfxZu5Vza5J48bMfgHmvGn6Vs1hXn31rpDmSFPFuO3+3qM1jGyHZf+4g==","signatures":[{"sig":"MEYCIQCISjoFa8VYpG7WmSDe4x7bRyN5LEh7EXxJlyS0l2pz8wIhAMjTsr/o86UXFnElBQ+77o8CZeCWJb9m57brPna8lica","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10997224,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEHmpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmptig/7BzTJkdqpCt98M0ax5ugOVJ7TEYajLhml11fpMl18WViCC2pX\r\n50qIZAMwS5NDr/cCqsZFjC8GYRbb29BPyIltIdbxtLQ2ncUi2Ahap0kUBA4S\r\nE7dxk0WsqZCbeW9B3w4G3yuCxM31XHryxpS7TvP/0PdgSnb1d09Xz2wdiRiG\r\nu9+zj19qpNecIrhwhwxZJ+gjA4ekfzGFf7BdO1WLvvmJoxgMVRYleA9PN9zR\r\n/W+ke/oh+u6cYPCsj7f1DdFVcUt76MZhOiII5kZc8AACfs41B7rI61d+SUW6\r\nERekOsuLCjNmXQhLd0Ll140WyBDrgF9iEco9JgMasA3zyoXhXZ5ky28Q8OqP\r\nciwTyRLtsDKS9GDG7RHY0giaLoRoC9l75obhdIvt9ueSwDv90ySB6ld2uyZ5\r\nD4Ys+dXJDHR48Se5v1SFdALbfU1BRF/WRnFoyHShz9l+yu7LNlHbqNvC0WD7\r\ncjxelgYhZ4JxAvSyMSk5k0y+y+3xPh7C9pvSMCNQYCoEA4BjnukLWe9x6WOj\r\nL+4m8WAwI2OpAIstvoOpjbRJQ5h2GWo7j6rbp87gT/gZumwu3Fgqw7XKlSgQ\r\n8TpId2yIp7bcynKv1APbcP5j4YjhkkeIDyyD/wt6wWjLr4V2ske/qvl8FQau\r\nplN1CUZB5byVs6btHYkEcasAQrAmV+eQ0PI=\r\n=TQm6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"47244f948b62fc2082421458dc557835ea4452be","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-20.4.52.tgz","_integrity":"sha512-UA2qKgFnypQyaIpo6GnggfPCJthMQAjONwLngeMa4QHd5SwYdCau8DSKcCg+pGVJTwdapr1RVCT4bXGov1c89Q==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.51","@syncfusion/ej2-lists":"~20.4.50","@syncfusion/ej2-inputs":"~20.4.54","@syncfusion/ej2-popups":"~20.4.53","@syncfusion/ej2-buttons":"~20.4.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_20.4.54_1678801321331_0.9543739688932766","host":"s3://npm-registry-packages"}},"21.1.35":{"name":"@syncfusion/ej2-calendars","version":"21.1.35","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"3213f3cdbfdf191d3ff18fa1064266510237979a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-21.1.35.tgz","fileCount":445,"integrity":"sha512-yNEO70Y+MZljzuTyiXexFPRN3x75ybjcFkmIS0N88IS6wCcJAkWk6EeD0HYW82WxOFRorOQNPQ1idqlyUEM/lA==","signatures":[{"sig":"MEQCIHTNAP163239UK2HsYIfjaiJafY94lkZo6VPZOTO4uhyAiAZdOTaaMWtjKLlD0V8Ey0IV+7AmQ25NWIXc4d8PEUGOg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11014383,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHAckACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+6g//UAw3PZTruZbo7cXQ5dYdRAw3tx4DBkRYmkKn3MWmNz2/WayA\r\n1rk8RFDVYGet8pAlRfVt4ZbAFC7qwKoquPhPS/2hIAQqFXZgRYrc7Qbh7xNI\r\nQVDEaAacjsOxpQGO5lgAUj8zLYfMyBBEnmCryntrghk035foENQwJ20CPJrm\r\n4SaITrBRrka+2kBZoz/MgxISBGxoesRHhePtuj+HAiCXQczvAInlcL+KWnVj\r\nYCqVNy5ugJnTMR599sJuPlS3/XOM14Eb9wK3cytvPR6Mxe7zuPHBdaXfnbjF\r\ndz3TcOM7HeQPFvdMx/lreUrQwmch64LwIKftIYGHGMH6MtwbNtLmW9nkH+by\r\nm0uTTEDqHqq/cWb64VzlUcjLmz6r/hZXPj4urJ9Bd8h3ourGEhuiPCRk7gwV\r\nR1PiPhR7mRAsuhhnjhQmnl7FNgKAlq709nT0lksQ/lMrCkxcWjCPv6oj/pPk\r\nVcAhVwGlPPk6+wS5Q6U98hafxI3yTl5lrnfuCAHiEXmjGhZQMd3ELOMrkcPQ\r\n7fULP3R3AGFDTcnYjHQCQoOTpxpFsko5+8k/SgzA+IFLRMtZqVl3w2hsOcMA\r\nM/lgCAl77hG70uI+Nf/z0WFXLPczJXVuAtd0Ua4FRP194yqnOAcNwha5HwBJ\r\ndOQhccZfXobZfpGKSxXHFngO0XFh6jQ40w8=\r\n=Evry\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"4b83f10403d536933892717ed70309d7c7cf368f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-18.30.15.tgz","_integrity":"sha512-C8N/GSvL3LRF8KkFO+bUgxfkPSzPCusvVrTbMCbLhHKoLPie20XHYJG7/3OyEdcJGvKaLWefBZRMbWfIe9LCAA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.1.35","@syncfusion/ej2-lists":"~21.1.35","@syncfusion/ej2-inputs":"~21.1.35","@syncfusion/ej2-popups":"~21.1.35","@syncfusion/ej2-buttons":"~21.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_21.1.35_1679558436302_0.009567857831402904","host":"s3://npm-registry-packages"}},"21.1.37":{"name":"@syncfusion/ej2-calendars","version":"21.1.37","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"5fd0549186a199a18688723cf948efd465d62011","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-21.1.37.tgz","fileCount":445,"integrity":"sha512-cL33DxQbVmv8tUO6E/z6mLY8VGHVpQM/trThjhqgv5h1pmgwXzSt+qjORmX3PDuGXE4GpLW3mlBHKJh4dlRXfA==","signatures":[{"sig":"MEUCIQDx6pdzf+mbZB9Ghc5KgfGnZ0GFrBMNXRE15BpLpKtjMQIgQc0RLQ7DX7yTGEN6SRY3FdF6TsY8MYFlkaF40fqrVr0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11016418,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJFJWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpXww/9GkvzHcGTC9SxwCNhIAE6tPs3S+NZp6l1xTAM4Rb16+b7Xlpr\r\nzXaqGFLCyhPynts2odAfBYCR/YQR2dm6/9hAZs/azP3fCmwkM5Q+QchAWU7F\r\njzttj6MiZmJUqVJdWf2zz59MJTStKvjbHX4Rdy6IFbdEqd+iMg5pePqtopra\r\n9nLcSImvlSfPaaolfBwE3fD62OHGnwVdXdgNhrvruEevsdk7J4V2UGtxnlbs\r\nxTs6jRMotwn9rkPPQBNp+T3p5ebUfSxo5BkojTCY7xOlbrQfuR7qSaV9WFWr\r\nrwNcODbKQ9xjP1Yc+JV+wbmkJiepD4x3jLXUn0pe+e50OJUUHbJKxWIySZCz\r\n5u3jQtOahLp4yvEMEBIjG2gTU9nAKQoaDaDMzVbziaGZ13B3UXss2CGGrFxC\r\nEAo/W6dK58J7NKD/Q9c4pzJc31qhXHaFFda36Aa+hgRJ6MAI3SG9Mn3TUZ5u\r\n6iVJhJoU90g+laiR5pubyi3Am45O0VXYIkFYCrLLtQJdR9UklRi3lQVtdBIS\r\nrG2jPcG51laJBG8R9BFS/YLAKq5SXgirM+OyaBISp/fOnK9iY0XN+Vgg8UG1\r\nP92oC8FqUwX9DURk/C/vfQXJQzLWeAiELdxnbes2S6dNLvlX2JFUqlRUjT/V\r\n+6AYbLYe1vnUOEWFg/WucjZ4iVy+PssNCag=\r\n=4Fcp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"3d5f7d9933e29fc0cf5d8e091c3bfd1b5a7a9823","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-18.30.15.tgz","_integrity":"sha512-Zc9O9LuF5if2rFp+C2/g1kaYZSFyRSyNSVixO/MY++h2DLiZlLOMt0pUZJGD6PMjlO6Nm+C7kHRumthniXttZw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.1.37","@syncfusion/ej2-lists":"~21.1.37","@syncfusion/ej2-inputs":"~21.1.37","@syncfusion/ej2-popups":"~21.1.37","@syncfusion/ej2-buttons":"~21.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_21.1.37_1680101974282_0.5682578497764839","host":"s3://npm-registry-packages"}},"21.1.38":{"name":"@syncfusion/ej2-calendars","version":"21.1.38","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@21.1.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"294add8b092d6735e7c06818291baf4cdf8607aa","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-21.1.38.tgz","fileCount":445,"integrity":"sha512-gan0DzNG7bK/bgom2uG5Am+BnBPXedKVor/p3rd7ktBMm1p2va3akt94VR30yezWj3qoYPUR0liZSwfxyVhjCw==","signatures":[{"sig":"MEUCIQCCZNQkici0/fZMnmVV3wRtXgbbrRbDcYyRGNPtHVKU4gIgGwCgBI9ldKN9coXZzIoVHoHTjp4kqWU4JWpBWsmCpag=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11016994,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLCIIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo8eBAAiqf5yiG9GnT21186aBreEUV+T1iQs7H/JinPlTsVAFLFuD53\r\n0PgRgQ/YI9zHtdHdI/1rUov+eYxw/a2uAooDhrPAq9AapI1Ahfgn1Nsldalx\r\ngBYd8gkuROQ11PPy0XqOUqldG8tNPL1Tb7dWPgfu+/U8zK4Sl0xJ/hxBydLh\r\nt7/DlyB8l2VTghtk0sX56ekr5Vb/gkqYvLZ2FM3fFHfEdgfcUVrftC9rBxSj\r\nhFU69qLWAXGn7r+hRndqL6/Os09+sckJbzobp7WPc7Xqb2B8Le9pEeiv/HiM\r\n4+4OK0H1KK5Zk6Bz56yjdrbQCmGy8yYpijUoL52bNX1xO5RnkU0qGQlbwAwJ\r\nDJ4StGI89leQnDbb3gZI2psDEjHxUChMJqE8fV6S7UMDRz0TA1niWzh3/MzT\r\nXLDvzyNKLn5z03o1Nd3tOZ+YoCfFyzcJtY9XEsuxBj5wFGd1tXopE9JpG+Le\r\n/X1azdOkh0A4wgixlCNWNkfTtrL/JowuyOjLBvQSqjqpTDBVo/GEeTWDVEK2\r\nupdO0FbIzlo4UDiZd+sbMKEhmee7e4601k419QlhvC6aLOzCaS033VN+/d9j\r\na2RbAONISfjYMbh9e8PbJXdx/a9AXdlTuClcYs2czHS65xTdZQJoAT4dwrMZ\r\n5zjqoiWPkUDCNKFBWyHbATUAqbAVcvKrU/0=\r\n=N9xw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"e2b4532398b1ca2f262800737d31f8d2c46fbc57","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-18.30.15.tgz","_integrity":"sha512-PxWj2KYDb6TuvuLmapIkjqaoG5lsYhhk1poLT1ktoEwvDsBwKCksMDIBpCfpC54m70UvuEMhCmIUjxo4EghFpQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.1.38","@syncfusion/ej2-lists":"~21.1.37","@syncfusion/ej2-inputs":"~21.1.38","@syncfusion/ej2-popups":"~21.1.37","@syncfusion/ej2-buttons":"~21.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_21.1.38_1680613896004_0.5900484374317332","host":"s3://npm-registry-packages"}},"21.1.41":{"name":"@syncfusion/ej2-calendars","version":"21.1.41","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"19e6b034e08a10e240143044e1228438658bc1ff","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-21.1.41.tgz","fileCount":445,"integrity":"sha512-qoDFutbVDQErxuEBv1Jdgxdq6cDuWimpSfaxzeUiQDBI95Ct19M17l7fpi5wXa/StDiTYl8NUDjpI9ONbuYT4A==","signatures":[{"sig":"MEUCIQCxRyh15j3u+6hRx2HoESlI1YOAYJK/FSfzWg9j19T9HgIgfSApYdPptSELmD9oyqWxRHjycSJ6LfMMbkXFc4cSTh8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11023464,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPnqgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmru2w//Qbi0xlI3DstjMnmIlXR+37l5hrL44cYgRYZT/jEhUMCNH5mR\r\n7GAeHdY1POalIi3yzUO1ncJAnC+cmBY0PJVQojOqcIE9iMQ8trvlWjtAbtRo\r\nrxxoyjbXdcTJnGk+GrjdvSr1wdnoqEgKuFk31aXTYc8dlLzAIdJkqiH5/hp0\r\ncQ/4mmbyDHRxzOlb2DCuiP76sN14miHRusnhsXQdrHpigZXxDkN/t4FuICwx\r\nO+WpZN2bTjQO/AxnkKVdYpQdMLYOclVq1oeIzxR1PTRCnXx78LtOKMjgcdHn\r\n2h1W9FZGx9rvKxT1/593lcLEa451za49qf7tXbeL42FL6R17rQxks4AXvDZc\r\np/OMmhhdbV6u3vBxCSsrjRexxZq06LgzPNSYzPsxyXq0dWcJ9p4Fy5KPpjBv\r\ni3EdIt6u72R09dnIe3vOCgWHX5GxoPPkDS5ylI5jiP/Y6qkFqUvJ7d2MVXUA\r\n5Axkktcu8wjHVL0+GOA6TBTjQAvAWqgUIAnEPZpF3bJgwF2YfVHB6EUJHMUX\r\nTh4aZ3+8iKJ4pQw7sCQzhKIfoymCGm1IPwXBVMMt6+sPV05cHRRYbD1BkJ6i\r\ns9BHf2gNz9NvQFbOqz+7vX8MSEHIeyG6S68NS0HxNSUham3nhTghEPCag0an\r\n7GD9uxbTRc+p49jFKYpOU4ju51dVBRO29lw=\r\n=rnAi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"e805e60e403d42ea26a40f4b5d8085db3257aed8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-21.1.38.tgz","_integrity":"sha512-rWDu1NlezEQAzMa2sz5ydD7TrCUs2nBJkZWtZXI1xeALPeeEV+JXNptXKozNC6cKhuVXBCaLkipHDG6Wx1yXfQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.1.40","@syncfusion/ej2-lists":"~21.1.41","@syncfusion/ej2-inputs":"~21.1.39","@syncfusion/ej2-popups":"~21.1.41","@syncfusion/ej2-buttons":"~21.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_21.1.41_1681816224213_0.6886962036024618","host":"s3://npm-registry-packages"}},"21.2.3":{"name":"@syncfusion/ej2-calendars","version":"21.2.3","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"6a5da385d10bf2c1c052daca25d178b22fd9f97e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-21.2.3.tgz","fileCount":445,"integrity":"sha512-qd9ZhhDVARJKqQHh3u5KFqjhgvencqqoMcouNkfQaGuo7nQZwUyUR3jrRsFlWJze04kdtbDDoCp0ITlSRo6nPg==","signatures":[{"sig":"MEUCIQD/Nxbgy3FMWdL/DSUdodeNGGJywKRf2EGyJZM5aYSxEQIgeO1sZa/Yw6T9SavkSbtJsVySah79QOuYOD3G9fwp584=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11024341,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkUiAWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpNlw/+KMFz/BRRIRIyY6qI0CH4bYPh7fQWuPuNIyLFUSIKq4vNQVj+\r\nfD6lLwxq53VltehuST7A0ZhvoGlUwIItWmsZWRylFJXShEpe5Y7Hohly/ioI\r\n7KJOVH5q25nkEcQYFBt0AlAyvy9hmNTfCTxqKECifcMn12tPwDXtcWHw0HPu\r\ng/TcJbd+PogawYsIobSnPEVqeDo3+Oy/NXT2nMqv+C3AprjgMh2je1N0bJPe\r\ngExGFosGi+bkVNIr2PHL8908Eb2NXJkAyphC8so/am6O5jAWHb6DZGIxHs9a\r\no3fkPoZxhfEUI6BG+ioeMElDd40qnfkgrux3rCHXRmWDfo0iHlg7Um2sNbjP\r\nkFnKoe7wtLhGFbQ1T9XBLJY/IhWFrtAE6NIt6QxndpbUCeWUNIQwRwplzsr9\r\nDlH3GH+izO70ZosnqGXBFxBgp0bgnBWNFFzTkE0MlSDf4tS229lLntrO5wcL\r\nbsAp7eX35vqArFkD0TOZGy/sjFOC5Jcz7znxiCI/+iDNhsQPa0pKq7t869mp\r\nTyB0IAaJT1s6X2kaCsRO+G6lTb8rYRaoDkypbn1g79VbZQBS1n289IEn1q4a\r\nbbWjcT2Ie1PQr4FWsiJGUNItB8+9zuSrskO2cliScH1dJ/VG388KNqYdInt8\r\nxZPhdIf0HtEjKskuFdM775kibLXa+H1oi+w=\r\n=IEor\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"f8ebe6297b6e5eee3368a89a8eac0c642ba1c2a6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-21.1.41.tgz","_integrity":"sha512-7eBb+U17X0QcynoAL0+tFSvjXaEgE61RAio4CKjhpAmNUpgLKyFc6OqNmF1psqSSa/jWAjWLy4UmE3o8SSxUuw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-schedule"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.3","@syncfusion/ej2-lists":"~21.2.3","@syncfusion/ej2-inputs":"~21.2.3","@syncfusion/ej2-popups":"~21.2.3","@syncfusion/ej2-buttons":"~21.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_21.2.3_1683103766505_0.6515926643723635","host":"s3://npm-registry-packages"}},"21.2.4":{"name":"@syncfusion/ej2-calendars","version":"21.2.4","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"6556c1120f1cd1cecccfe4c917bf886f6c0085d5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-21.2.4.tgz","fileCount":445,"integrity":"sha512-R5R8hIW+fl1+FFCgdpZfQqNzkbR5C7ktbE+BH9F4ZPYPvXbQD4V8MkIHq+qJzHFUrgD7C42TTEp/KaUx1abpkw==","signatures":[{"sig":"MEQCIHUefTfOIwWtET9bXGCZoOKXdy4tmuiv2/bjv7HeGkCyAiAsnvi44tS4QrzG6TxXcBLFxtl5qU/g+FJSUwU6OKTu6Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11025541},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"dc29ecf160815791fea16ffbf6f632089ab52e39","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-21.2.3.tgz","_integrity":"sha512-DItIO44g80ST3MRlnZY3MFwf0POIFovRqH9cLKKYhgRM/lz9OOHNhTszRPq1w+lltpneor18Pj0waGcwwf/AnA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.3","@syncfusion/ej2-lists":"~21.2.3","@syncfusion/ej2-inputs":"~21.2.4","@syncfusion/ej2-popups":"~21.2.4","@syncfusion/ej2-buttons":"~21.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_21.2.4_1683635442914_0.6685292226413404","host":"s3://npm-registry-packages"}},"21.2.5":{"name":"@syncfusion/ej2-calendars","version":"21.2.5","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"b02af44d905830aa58e378b064b832b33a0a4aea","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-21.2.5.tgz","fileCount":445,"integrity":"sha512-eFKn/iAky/90Sebt5Cpe2z/CrNMbWhYIANDmjLFw3H5K/WMmrEEr/pKSMC59BZ+C1cBBDFiV9iFIM7pDL1r7Xw==","signatures":[{"sig":"MEYCIQCSX7k3qHTH07qzce7dfzyHPpVFvr+LPEnij6lMQQRc9AIhAIhG8Taa2vNVwhog78YUnmwQSgNhKOGt1uBuBMdGgN4t","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11036281},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"0d6658a8b40d98712f34a71a12a34b8650662d59","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-21.2.4.tgz","_integrity":"sha512-WoHLfBHHttaf1VAPu7lgnzixnLDISqBJunBajQUDDS1rTn44iqcfJvJGFCdz1drCnOeFduQUOdKq5TVqTzWyiw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.3","@syncfusion/ej2-lists":"~21.2.3","@syncfusion/ej2-inputs":"~21.2.4","@syncfusion/ej2-popups":"~21.2.4","@syncfusion/ej2-buttons":"~21.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_21.2.5_1684236714830_0.12360508590227881","host":"s3://npm-registry-packages"}},"21.2.6":{"name":"@syncfusion/ej2-calendars","version":"21.2.6","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"651379b0293c81df33e2a9b92e3044336531431d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-21.2.6.tgz","fileCount":445,"integrity":"sha512-P7nLjSS7DMPOWVyoEfPmQmNPNeT2EsedHPo2xwBssLHK2jpDTPCpcG4R+MjnXW0D06BP2ENdshEMxQkNQsm80Q==","signatures":[{"sig":"MEYCIQDFo8IQicfKR8jM1cyiiadY3um7yBaKXgT/88Txb5tTnwIhAJi8DfXS5VVD3K4VAkbyyuhhe1bF2hY5E5iGaQoeoxfB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11035476},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"33e1c1cbf4198f2c7cdc9fd7d4ebc7f3cc2c3c79","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-21.2.5.tgz","_integrity":"sha512-ppc0T53jivBeaNR1uw9jsLwFsJKBQqX5XJfrWMeYk+KAd96JhUK2qdze2VnGX9dzacZL4+oqcXLrOLGdmz2jcg==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.3","@syncfusion/ej2-lists":"~21.2.6","@syncfusion/ej2-inputs":"~21.2.6","@syncfusion/ej2-popups":"~21.2.4","@syncfusion/ej2-buttons":"~21.2.6"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_21.2.6_1684842598432_0.7635455418713306","host":"s3://npm-registry-packages"}},"21.2.8":{"name":"@syncfusion/ej2-calendars","version":"21.2.8","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"33f34f759abb924e9e5408ef28b16ebda1ea6ac1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-21.2.8.tgz","fileCount":445,"integrity":"sha512-k0hVMy1JX2Ll1s7bXvLGLd3VoYJVQuP0EqePECPxR/xuvw48VM4n6ITlM7at1K/51dsZX61QLYvBAtEHvoK7Kw==","signatures":[{"sig":"MEUCICjnpLn5YczFmzgtMKdkNpF6vwWXJcU0eKVh3Roy9Lm8AiEAhgQjz3Z3etOT/8LgMTjM4V4zJCx9Akzh8jn5/fBPSOI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11038926},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"8295228f17a0c80628c9ba064fc9f3f9879159cf","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-21.2.6.tgz","_integrity":"sha512-6pyip17aSIl+jAdCvrm6DcX96he6zqVnbnLHSB772ZhBQai0oUta9m98yNdMPr6zt9y79+QlAbjtpTRr10ESag==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.3","@syncfusion/ej2-lists":"~21.2.6","@syncfusion/ej2-inputs":"~21.2.8","@syncfusion/ej2-popups":"~21.2.4","@syncfusion/ej2-buttons":"~21.2.6"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_21.2.8_1685447552361_0.786940505395384","host":"s3://npm-registry-packages"}},"21.2.9":{"name":"@syncfusion/ej2-calendars","version":"21.2.9","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"61bc8eed21ced8d337ba56ab1a975c7148c83540","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-21.2.9.tgz","fileCount":445,"integrity":"sha512-3DJOl2PjJNyhA3MLEV4hGIIj6KaMtktUCPlOpiypalfhcQQFBWdj6En9PQnAYIUa3BqRHxz2aoE9h/7ms5jPmQ==","signatures":[{"sig":"MEQCIE1F4vDXzaaiMjTTO1vvnPc5u7om/mGcRfucWE8Tl9QUAiBZRRBYb/8j5fanwsa8RZ7PitoxnWGKdCBZBLOhV2YTEQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11040085},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"e311935961f3cac1a1090aac15d06fbdc802bb33","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-21.2.8.tgz","_integrity":"sha512-EUtt08TljDmObRRRqYQscqf1HB2xnfjG2TnLr7N4Vm04glGbn6MofMJXLS2qa6Vk2utIy9kiq4ABAe2ynVSYZw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.9","@syncfusion/ej2-lists":"~21.2.9","@syncfusion/ej2-inputs":"~21.2.9","@syncfusion/ej2-popups":"~21.2.4","@syncfusion/ej2-buttons":"~21.2.6"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_21.2.9_1686057873398_0.8572720709100341","host":"s3://npm-registry-packages"}},"21.2.10":{"name":"@syncfusion/ej2-calendars","version":"21.2.10","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"bb984bc039a334f04c17e5d31022a1ee37d38669","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-21.2.10.tgz","fileCount":445,"integrity":"sha512-Z73iR2lTmbAJnQucNcK+bw3MxzAUn/aih/vJMR4gNbC4gLGws7hT5q/Psf8yBNyBcJesLShoaKxcOmjON9bEsA==","signatures":[{"sig":"MEYCIQD5sbd/qHNTOVkdNP6mAqMGWOIwXTaUH2PjIndBEEmWnQIhALlimF/onRN5wsQMc1xpPrae91ogoH9zP3QIKKBakyjC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11042862},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"03c2e601ebb2ddbfbbfdb817755ad7a334c71907","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-21.2.9.tgz","_integrity":"sha512-hEe0pY/d+LA4Nh3/iHYsKuOMc+H6WDWxjiiWapfTOYE3+FwoqRlWcb60IvVtmdvGFdYbAh+5EJENzvoF1PlBaA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.9","@syncfusion/ej2-lists":"~21.2.9","@syncfusion/ej2-inputs":"~21.2.9","@syncfusion/ej2-popups":"~21.2.10","@syncfusion/ej2-buttons":"~21.2.10"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_21.2.10_1686655478149_0.9421991105764411","host":"s3://npm-registry-packages"}},"22.1.34":{"name":"@syncfusion/ej2-calendars","version":"22.1.34","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"ad9470baa09f20d5d4e9fa27f4b6e49ba3ea5199","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-22.1.34.tgz","fileCount":484,"integrity":"sha512-jbne3LK7X45A4UiG2O5w7/D4SoGQsESEiTu9AvcV2N/XXk7eZwVyZeSfq74zDUJpNNOJam1eI0w0dn2Wd+tqlA==","signatures":[{"sig":"MEQCIEtX7QTuePYpHcj28U8y/5HAgg4AdEOtda9OWB6mvMiQAiBT3pSI1mO1+G9NyfOMUUww/4ZuZKcvQYLW4fWpZA8XUw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12866041},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"bd1deeac1a021cf0417ca1a889cb9a2f4f485ec9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-18.30.17.tgz","_integrity":"sha512-SnX9BTY2Swgg/KkCKCkXT2ceYIuvP7eWTB6qkKufoQODUbpGQ1FCQ39RddN5bgUgTHR7mmOR/Zr0qFONHkAFWQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.1.34","@syncfusion/ej2-lists":"~22.1.34","@syncfusion/ej2-inputs":"~22.1.34","@syncfusion/ej2-popups":"~22.1.34","@syncfusion/ej2-buttons":"~22.1.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_22.1.34_1687348346520_0.5848432883082366","host":"s3://npm-registry-packages"}},"21.1.36":{"name":"@syncfusion/ej2-calendars","version":"21.1.36","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"eac2f7c45571ddd7f320e37d1079fb0c5dd33ee5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-21.1.36.tgz","fileCount":484,"integrity":"sha512-GrWo5xAWvvRpiGGep/AKJyoMAQe9N6cElPJoLgXvJs0Lr+3P4uodc+gx+1BLXyKc3F2aPnMMjWDXX2E2kb8lOw==","signatures":[{"sig":"MEUCID65UEoCHnpstzwjQZ4iNdGgU8q0uKiLyL66uEqhUPwFAiEA3mYLQvDh//9g44pv9KnVwC2Y4bqdFX5JioL55fdU8Uc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12823553},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"8272711a9982e2b86e90e48f06d99232fdb5a57f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-18.30.17.tgz","_integrity":"sha512-kMga5UqBAo0dfzsb1TE7EIqCNzfxMK+0VpZ5nOe1oXpaqlJKOe+/B7ArJPPjhhTH+EwRHKX1E0vxsZMu0BgF/A==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.1.34","@syncfusion/ej2-lists":"~22.1.34","@syncfusion/ej2-inputs":"~22.1.34","@syncfusion/ej2-popups":"~21.1.36","@syncfusion/ej2-buttons":"~21.1.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_21.1.36_1687952751985_0.8282381834788899","host":"s3://npm-registry-packages"}},"21.1.42":{"name":"@syncfusion/ej2-calendars","version":"21.1.42","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"6c8265e5baa16864fac15b789c1295ab74d4ef84","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-21.1.42.tgz","fileCount":445,"integrity":"sha512-XCiahMlMoqbd7tdKNDVK3N5zPSqEJjqSP3i0DDUusTBvHn2t7n3LUqeuvVYi3mQukt2MnCyXCRJ/VufLzxY30Q==","signatures":[{"sig":"MEUCIBmpNQTJoKRXlyLhOWldfNY0iFUSHWiXMhQ1ehBx/UaaAiEAkvj4fB5ZaZkytZmz2XvId7I3NbQtMkpChAjF7rIijXk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11023219},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@21.1.41","_spec":"@syncfusion/ej2-calendars@21.1.41","_where":"D:\\june 2023\\pacaages test\\New folder\\packages","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"19e6b034e08a10e240143044e1228438658bc1ff","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-calendars/-/ej2-calendars-21.1.41.tgz","_integrity":"sha512-qoDFutbVDQErxuEBv1Jdgxdq6cDuWimpSfaxzeUiQDBI95Ct19M17l7fpi5wXa/StDiTYl8NUDjpI9ONbuYT4A==","_requested":{"raw":"@syncfusion/ej2-calendars@21.1.41","name":"@syncfusion/ej2-calendars","type":"version","scope":"@syncfusion","rawSpec":"21.1.41","registry":true,"saveSpec":null,"fetchSpec":"21.1.41","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.14.12","_requiredBy":["/","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-grids","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.1.40","@syncfusion/ej2-lists":"~21.1.41","@syncfusion/ej2-inputs":"~21.1.39","@syncfusion/ej2-popups":"~21.1.41","@syncfusion/ej2-buttons":"~21.1.37"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_21.1.42_1687963847229_0.9775697131751828","host":"s3://npm-registry-packages"}},"22.1.36":{"name":"@syncfusion/ej2-calendars","version":"22.1.36","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"45b1733f1b6c8af8850d1388231cf87db87d4ddf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-22.1.36.tgz","fileCount":484,"integrity":"sha512-xQyjl4XV9tzRMT+jz05J0fK+W2sNUz9R3Sb4QVSky8i3uJT1C1d/kUbMKdfADJDqRWuX73RJRkMue5o1W9g88w==","signatures":[{"sig":"MEUCIQCFVTJdHI0oCmabEmzmIvOh/2sCXGXgh4n3jw7cdKvRAQIgQA5qcqwactRPg7oCHKwDJ/KY1+2ZfTnHCoTmA+bfVXg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12823551},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"86ab91640ba05d4992bbb37df7413ac9e23fa877","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-21.1.36.tgz","_integrity":"sha512-w+YPV4yDyd71W7cM8Ctt3RetN8aTlNhAnZ0LXcRxbLQHKsS3jh4mZMP9iwyzBG/I6KJHmZJERH8uM0n3JTbPxA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.1.34","@syncfusion/ej2-lists":"~22.1.34","@syncfusion/ej2-inputs":"~22.1.34","@syncfusion/ej2-popups":"~22.1.36","@syncfusion/ej2-buttons":"~21.1.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_22.1.36_1687966710421_0.8925875028335515","host":"s3://npm-registry-packages"}},"22.1.38":{"name":"@syncfusion/ej2-calendars","version":"22.1.38","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"276f190aec360179ccf0686028313d5786a287ef","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-22.1.38.tgz","fileCount":484,"integrity":"sha512-yZAJzWksOUfa5Odxeyup7Fe9EHmNw1UJ1tuHg/68hpKRNGWFVHrgxehiAnC6Srwc7dbLRllJUKgdphQ29t1p3w==","signatures":[{"sig":"MEUCIQC4foB05I3ISfXZJOESnIX2JwlsfoQXiUt7rJQeO0DypQIgf4UGxgVYhWNCC79UUTfyj80Yre3zlP/hoeXeMsuLg6A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12831371},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"2f92d389800d0869cae1b7a72032052b4976f2f7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-22.1.36.tgz","_integrity":"sha512-NphnXaKHyjDrkhuaq3/Lj2IJu2EkG2hOZUr5ZAYfXfD9CVLz1Y5WAPWYbrFr3xtZ34g5rR1AEUDGez/FfoEHoA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.1.38","@syncfusion/ej2-lists":"~22.1.34","@syncfusion/ej2-inputs":"~22.1.38","@syncfusion/ej2-popups":"~22.1.38","@syncfusion/ej2-buttons":"~22.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_22.1.38_1689081227288_0.07546491936722455","host":"s3://npm-registry-packages"}},"22.2.5":{"name":"@syncfusion/ej2-calendars","version":"22.2.5","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"1f32b08e83df3e97337628f520e42cd0c0324c97","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-22.2.5.tgz","fileCount":484,"integrity":"sha512-UNLOH4GYaVEtzAFY2pMQqJ8BWooHW7R49JHgkMnHrRzH5lqGQmgl8FJ732sRyRL9VAtb4Ftx6eWE57stMTVMNQ==","signatures":[{"sig":"MEQCIAOt5RUnBCKm1/ZeWx++KE29nAQDjC1OVbCCFY7PIEDXAiAypjy+tNK2BEt+vRpnQU7AkPK8tCg0V9qwRGKHaX6wXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12831361},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"7d3e377422163ae2c15fdb2aa167c94fd9ed7005","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-22.1.38.tgz","_integrity":"sha512-zGy7hUky1kYnX3fOahA6MOBfS96CdcaEem4xQU04J9I9B4JGWig57/FbJM7d+fD82ziwCZHMUKEoWgfx/gBIZA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.5","@syncfusion/ej2-lists":"~22.2.5","@syncfusion/ej2-inputs":"~22.2.5","@syncfusion/ej2-popups":"~22.2.5","@syncfusion/ej2-buttons":"~22.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_22.2.5_1690468549649_0.849522734832562","host":"s3://npm-registry-packages"}},"22.2.8":{"name":"@syncfusion/ej2-calendars","version":"22.2.8","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"be067f9ebab63ee3428985b43ad13240b28654ff","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-22.2.8.tgz","fileCount":484,"integrity":"sha512-7xtdMyTeDwMrDdbAgP4As7v2C0nFJIDXnKsbNYEpV9IqbT1pxdF0MFLlgt40Rb4uf08ol9A16Re5i40cc/UFfQ==","signatures":[{"sig":"MEUCIQDOVmnYbmR3u9PVmjitLL+/mpPMh5mK6PpkjaRAmIpTZQIgCNwXxf+GvMVBao7WqXRKrlW0mOX+Iri2HTnmaZcWbmg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12837023},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"ce697c5db112a2a494f5e224efed4dd6980a5e7f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-22.2.5.tgz","_integrity":"sha512-8uOgh/z4WYO1S0RRs7i9xKrTZH7IMosBksP0wQKJc0+qfH41qrqqMmO8ZRw4YWOrMuvgNq3pbYSVi+hZHvAgKQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.5","@syncfusion/ej2-lists":"~22.2.8","@syncfusion/ej2-inputs":"~22.2.7","@syncfusion/ej2-popups":"~22.2.7","@syncfusion/ej2-buttons":"~22.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_22.2.8_1691496393274_0.5559170270649731","host":"s3://npm-registry-packages"}},"22.2.9":{"name":"@syncfusion/ej2-calendars","version":"22.2.9","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"fad3b63f689f9b4809e6ef2b7db6160ae3ef866f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-22.2.9.tgz","fileCount":484,"integrity":"sha512-Rnw+HMSCRWwczC+jXUuvNK8snCq57FeqDnG/TEugyEwpli9DO/WI+vXR/FJ0eE5wXy6YV47K5NEozEVMZOBB6Q==","signatures":[{"sig":"MEUCIQCCLwi/RXDMo+fS2qe1/cFFYt2Fx4N3shbYk/tfXX1sbQIgGZmZ4KkiFJP/7LbrhtEvo6SKc7jKRjoW9n5sYjK0WjY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12834690},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"a43dcf43bfa5a230236144f63dc659d91a963b7a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-22.2.8.tgz","_integrity":"sha512-oMiwspS3hq/kiJRHr4a/OHG1x6m3RjU8ZStM60hQYesX8M6DqFr9AfrF1hM+TlX9MMBClv/zqxoDaIKe9QvOGQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.9","@syncfusion/ej2-lists":"~22.2.9","@syncfusion/ej2-inputs":"~22.2.9","@syncfusion/ej2-popups":"~22.2.9","@syncfusion/ej2-buttons":"~22.2.9"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_22.2.9_1692102142195_0.7641441546358767","host":"s3://npm-registry-packages"}},"22.2.10":{"name":"@syncfusion/ej2-calendars","version":"22.2.10","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"a3ea7f47cbe7659eee9e0066b5214494f8e6f126","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-22.2.10.tgz","fileCount":484,"integrity":"sha512-Ym6fQDAiy7pEAQHhO/+OynEuxfrH7L1vUDn6juzQFQCvq9Agvq6TnCBMVua9zORusNU0YbOKvncNJ/lKgsA70A==","signatures":[{"sig":"MEQCIEPDjYOn1bo3VpHFFolJWT54JMYosWlLuZ9ICrJoYxjmAiBNlzCJhqVd7AjoEfVn4RGhoH8uu0iKwIuMXPbiSp2pZQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12835346},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"681ec9204dce22c26f28d10892a4945bec7bbb27","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-22.2.9.tgz","_integrity":"sha512-ab1r2lowq9ZMYq9bZ6tBSNEols2ZB6ki6k+xydrbyDtPmE0j/lmx0d3NuoJHZsPd/gMvle9HR90nSMRKe7vciQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.10","@syncfusion/ej2-lists":"~22.2.9","@syncfusion/ej2-inputs":"~22.2.9","@syncfusion/ej2-popups":"~22.2.9","@syncfusion/ej2-buttons":"~22.2.9"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_22.2.10_1692726988506_0.34421345577819085","host":"s3://npm-registry-packages"}},"22.2.11":{"name":"@syncfusion/ej2-calendars","version":"22.2.11","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"32ab89c380f8f5710d2f7e00c6dc94c002fc16a2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-22.2.11.tgz","fileCount":484,"integrity":"sha512-R7fX7+mX6Vto8j+Ha3GSV6qYYBdbRgXR+2peOk52zs5Nqo54qznL4fhWi8DCVExIunJaSEkj5yIeflxW+v5spA==","signatures":[{"sig":"MEQCICtNZz8J4k8ochy7qnDO2oCrRA7nxMXbAN8KxB8RBwZMAiBMIPBjx5y8/ecWh6/bXMFda+L2YOMZCPNfnb/uJpVRTQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12835608},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"08c96663fb2f05e48b7a9499bd4c4bf629fb2c1a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-22.2.10.tgz","_integrity":"sha512-Sr2NdC4t3rAxX5aYicbL866BCfVLTqsMOLLFFs+UfcMnuWoqV5J2JJSEwdxY/xk6IuMq9zVjiZ6Je7dOudoYVw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.10","@syncfusion/ej2-lists":"~22.2.11","@syncfusion/ej2-inputs":"~22.2.9","@syncfusion/ej2-popups":"~22.2.11","@syncfusion/ej2-buttons":"~22.2.9"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_22.2.11_1693271829971_0.8803076435632249","host":"s3://npm-registry-packages"}},"22.2.12":{"name":"@syncfusion/ej2-calendars","version":"22.2.12","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"ff10e917ef58b841f57ab5404d2481f2deb3633c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-22.2.12.tgz","fileCount":484,"integrity":"sha512-r2a+IqZ22a1nxMqAwX+4rjXZO/f9wnop+zdNRQ+XdqMY6GXx3A2sUl6W+3j7jB47zc0O4Ncs/8l5CgC36hrZGA==","signatures":[{"sig":"MEUCIQDW6cq5BObNNBJUi1n7PYX2Z/Z8o/su6MfGyXAiA8IDpAIgT+byzA9W5IuLWIHfmfWrC3CiJjD5wrXqWvKV/WEu9A4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12848680},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"fa83b13c8bf2ac2f0d1eb48c5cceb9bd20753189","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-22.2.11.tgz","_integrity":"sha512-cwzDz6pAW40PxeOL7ChHzThrzubj01e3xIwcS2OyHLIAX5DX58JtNo/iGtHmui+Zum7JpHuAWe4hrIG6GerqIQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.12","@syncfusion/ej2-lists":"~22.2.11","@syncfusion/ej2-inputs":"~22.2.12","@syncfusion/ej2-popups":"~22.2.11","@syncfusion/ej2-buttons":"~22.2.9"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_22.2.12_1693910144800_0.2874283707147376","host":"s3://npm-registry-packages"}},"23.1.36":{"name":"@syncfusion/ej2-calendars","version":"23.1.36","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"8c109fd06dec2b18e2384f4db538bf1ff10ae1e4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-23.1.36.tgz","fileCount":484,"integrity":"sha512-IE7OEvJG/EUzsTJbNaVmRuY0X2f7teM1aCVr92z8excCAZ+vAiRS6pED4BB4A5SjLdorhETDwNNxZA4eSvWHVQ==","signatures":[{"sig":"MEUCIQCxqMoO351F7teSfoRQlCSJkHr/FXJucvKWxqw70FIhbQIgScIzcb2EGeHlzmStC7bLr5UMXDxxu2E5pn2nBYNEIR8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12908889},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"6b657c36e2467ee9128c8449d1d803c369d60170","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-18.30.19.tgz","_integrity":"sha512-5BGAVBB7bje1ac5Con6z38AcEVebQTlUxlPBskT+GbrPfw8RPSwlnsNOt0OCZEQuyiy5pXLgad6ka3LcaAzxoA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.1.36","@syncfusion/ej2-lists":"~23.1.36","@syncfusion/ej2-inputs":"~23.1.36","@syncfusion/ej2-popups":"~23.1.36","@syncfusion/ej2-buttons":"~23.1.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_23.1.36_1694764733292_0.21069754394392892","host":"s3://npm-registry-packages"}},"23.1.38":{"name":"@syncfusion/ej2-calendars","version":"23.1.38","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"8890aee1a2f8fd4dfc2d94a19fc4452b7af81152","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-23.1.38.tgz","fileCount":484,"integrity":"sha512-DFUHfQXUfwG/9U2vRq68/d5p1JbLFWz+2ZdQ0P0JnrHoKR6tMQ+S+JrUN6gViGvN7WsGmCl7StjtNZhJm3jwPg==","signatures":[{"sig":"MEUCIAQ33P58/bNNLB1rNmIWpwseRNQNDBvNhyK40YSA6U8oAiEAqqvC/jEhQjUIDzqM5ZyiJ896sXPWm+YKfBV35exT7uE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12912726},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"17a30c7ae47921638907111c367a6dee5574c42e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-18.30.19.tgz","_integrity":"sha512-r0w9Qb/QlI44UVk7zaxEJ0L4oVz1rt6RB8nF+SZtqP7nC0GLgkSgeHVPsbWQimsjKJijGmsFEuTaRayYIg4vMA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.1.38","@syncfusion/ej2-lists":"~23.1.36","@syncfusion/ej2-inputs":"~23.1.38","@syncfusion/ej2-popups":"~23.1.38","@syncfusion/ej2-buttons":"~23.1.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_23.1.38_1695728674985_0.22310443504557154","host":"s3://npm-registry-packages"}},"23.1.40":{"name":"@syncfusion/ej2-calendars","version":"23.1.40","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@23.1.40","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"fae29d0222377abc00f34cec85a1a8761936c3f6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-23.1.40.tgz","fileCount":484,"integrity":"sha512-7GmjOj6uxh0VgFiOAfcsMPGKEJ9zdR2GbhKSWCZP9kMzTy3Lwa6GoHOzFrWeYTqBbxniS7FyeSSALxHGh/ybWA==","signatures":[{"sig":"MEYCIQCQAO446I7G2NvRwLDoVtdmp4rkcHj8qaXQlYolmMoXYAIhAKVtnUIsit6ZBZS/1bPqNRFONk+D+9pNe62ZmW3ffgkg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12918122},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"90cefe9bd143b98573a2ea79d67eb1890be915ef","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-23.1.38.tgz","_integrity":"sha512-jUmTyN6zTDeL1om70MJKiekxOZbY6tXM1fYfH3y6+ZEvgIRxyUWPPHBfdPc4LFT3/v7ptW41xz2hFNRChGpGwA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.1.38","@syncfusion/ej2-lists":"~23.1.36","@syncfusion/ej2-inputs":"~23.1.40","@syncfusion/ej2-popups":"~23.1.38","@syncfusion/ej2-buttons":"~23.1.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_23.1.40_1696943664765_0.9525398564478662","host":"s3://npm-registry-packages"}},"23.1.41":{"name":"@syncfusion/ej2-calendars","version":"23.1.41","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"b76adcaae08d0bf67aaf767e337000d4764ab4a1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-23.1.41.tgz","fileCount":484,"integrity":"sha512-f5FdDxdRGeXAHkuu9U2PrYmkjlBq+FtrgMrGXXlDgqB88IgqvhdDmIJCLXAzy9k2LHau4aIbqMo1rkjtFfkRHA==","signatures":[{"sig":"MEQCIF8i/pD7xBZbOkc/gxUIuPzS7dRIA2lvZjQrjwc5FL8rAiB83X5e171PpPrZi9eWH7lm8NdlJmrRte/xRmkQR9i1Uw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12934696},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"2ad008323edd45835aede0046e86e233c2984038","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-23.1.40.tgz","_integrity":"sha512-ETp5aE12jR0wILMr2XzoEjq+9xmrvVKAsOSgOTcqY/5U67MFwWHfaba0zvpKjqiD1WvD91hPT66NiZq3xF146w==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.1.41","@syncfusion/ej2-lists":"~23.1.36","@syncfusion/ej2-inputs":"~23.1.40","@syncfusion/ej2-popups":"~23.1.38","@syncfusion/ej2-buttons":"~23.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_23.1.41_1697504607117_0.9798926157835925","host":"s3://npm-registry-packages"}},"23.2.4":{"name":"@syncfusion/ej2-calendars","version":"23.2.4","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"b303ea938152479fd2f10e7e6dc6131f1917a24c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-23.2.4.tgz","fileCount":484,"integrity":"sha512-JrNgruszCE8X1zwo6oEoiYMQlZ1GOPlxI9D5D4yJ0q7Lcm6nuvZOSXvjMKQ2Y3xVCTUpb4RaSl1XwLWg3cLEkg==","signatures":[{"sig":"MEUCIAgBNhEZJzrupLYc9Gh0cPE1u9hAEjNJDez6WDE8cFVqAiEA0ecv6AWbxXgG8NqY+TLY4oM2XShxwhNFa43FxEi+2k0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12934672},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"9e00d4934714dbd550a4da7ab351bbf9f23905dd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-23.1.41.tgz","_integrity":"sha512-IS5NVeKoXZ7jONTL4Czjk9PWynxNrdBAVs88e49HW2VapXkuNNvRikNWduaiseYixW58eF1SWrUcjZ3Z4f34fQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.2.4","@syncfusion/ej2-lists":"~23.2.4","@syncfusion/ej2-inputs":"~23.2.4","@syncfusion/ej2-popups":"~23.2.4","@syncfusion/ej2-buttons":"~23.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_23.2.4_1700460470281_0.389469204358321","host":"s3://npm-registry-packages"}},"23.2.6":{"name":"@syncfusion/ej2-calendars","version":"23.2.6","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"83f7305c9290220460a29bb77cdd09db0e9f9952","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-23.2.6.tgz","fileCount":484,"integrity":"sha512-L9mixtnnzrVtSLZW+F+D9K6W52vmy4Z4sVHXBLz9RXQ1ebkkOvzL0mC6j5GjOjjwAR9aoz3SQSBjvFR7u4sG1Q==","signatures":[{"sig":"MEUCIAFevjHXaU2fd6kdCrz2B+/RSf8prunZuwgK8K/8rWV7AiEA6Wvx7JWQ/o5sywghj9X+WZGsCZZ0jWeGWpzzHkDqg9M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12938164},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"ace505e5174cdf9e846854ddf24b9f6d2378c22c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-23.2.4.tgz","_integrity":"sha512-IoA8w/ftQROQfFPiaxnH1nR5QIdX0HQYdzRGZQoK5pn8fLy0g13wa9vglRCnUrXsHwr2+JKR+kf5mToEYV/C1w==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.2.6","@syncfusion/ej2-lists":"~23.2.4","@syncfusion/ej2-inputs":"~23.2.4","@syncfusion/ej2-popups":"~23.2.4","@syncfusion/ej2-buttons":"~23.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_23.2.6_1701149563636_0.6015871439156586","host":"s3://npm-registry-packages"}},"23.2.7":{"name":"@syncfusion/ej2-calendars","version":"23.2.7","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@23.2.7","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"916cff0c9db2b9be4c10b847435b431acb50c2cd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-23.2.7.tgz","fileCount":484,"integrity":"sha512-06/hPO2JGyiNSGNNLQCMkpsoCdswt8qtkCV7ryfi77xGWnvU585kDroW+5Yu7dRV6N0KNlaXApRlRxzvDYj9kQ==","signatures":[{"sig":"MEQCIG6GeNFQqNmVfbtqoTV6pXMYfoRHGMlCWWHUJmuLtmxBAiADkcytIaVUtnCHFQj0SsasCGEHBT/YamiKDdd1Obwr1g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12951078},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"b9d9fc4669de28c99d81a6470d97d45b15281e1b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-23.2.6.tgz","_integrity":"sha512-IACUKQNWSCTQtrcW0MLRY2+lmnx6fLl3P0z8/tvocDpC8k+tXYWJIFB33WqdTMJfrFmJixapKbL1sleRrvHrhw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.2.6","@syncfusion/ej2-lists":"~23.2.4","@syncfusion/ej2-inputs":"~23.2.4","@syncfusion/ej2-popups":"~23.2.4","@syncfusion/ej2-buttons":"~23.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_23.2.7_1701744401608_0.8762656994181304","host":"s3://npm-registry-packages"}},"24.1.41":{"name":"@syncfusion/ej2-calendars","version":"24.1.41","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"eaae6008123bb069b266422509a7fb19462310a4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-24.1.41.tgz","fileCount":484,"integrity":"sha512-rpTYU6TwqdTXyOfKKubeLKTkBDv4AbkCyi1W3fdMs6RmobozjmkgquzNZFsVlFwRMYjViShoyUlWptrQw4iUAw==","signatures":[{"sig":"MEQCIGNGxr9kUC9F2YjKjCRGmUla1h/BZKJ9Sv8BkJlSf6agAiBe2DYAo3aBvQH2u1aZaa3UEl9bmrVkGCAvjwAxJxmHOw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12978330},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"cea42534d623c526f5f7542b74562686a77163e5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-18.32.2.tgz","_integrity":"sha512-U2dC95e+gsF0zCd8VVJCsnHHozjtljby/RpYpVh8Wfes8aFQ+v523JhDOZ7I6gqEtpeoApb5OT/yBLjpTSey7Q==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.1.41","@syncfusion/ej2-lists":"~24.1.41","@syncfusion/ej2-inputs":"~24.1.41","@syncfusion/ej2-popups":"~24.1.41","@syncfusion/ej2-buttons":"~24.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_24.1.41_1702880587324_0.3084983272613082","host":"s3://npm-registry-packages"}},"24.1.43":{"name":"@syncfusion/ej2-calendars","version":"24.1.43","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"5326c4290e2bf15e2b7a2ca703c442ef2f3094a0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-24.1.43.tgz","fileCount":484,"integrity":"sha512-mhVyWC3Z5aqOHJ4dq/kN8sKvbQlpNHfzNzgx15n7oip4DLiT65vVcsf/gDAyVGPZgRQW/6tZsrx8yDkoDWYBGQ==","signatures":[{"sig":"MEUCIQDySfau2R5GUigy1pyF9nzyuA4y9+JzAmaqzfoMNSrU2wIgBx8Pvl5wDnBDauVvEvz1MEGu6lmiXyOESPpr++o8fvI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12978333},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"1852296bd98a1f5b1820efd94a72f9c562a64e9a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-24.1.41.tgz","_integrity":"sha512-/Mx3qmX9xnELjU3AUYgj6WMQaFbnUmixZAY7bjH0V1P2wOoa4RpMhCBBt95u6bdYUPShKuXHtk4Kfl468ceHhw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.1.42","@syncfusion/ej2-lists":"~24.1.41","@syncfusion/ej2-inputs":"~24.1.41","@syncfusion/ej2-popups":"~24.1.41","@syncfusion/ej2-buttons":"~24.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_24.1.43_1703657820802_0.2921587412008928","host":"s3://npm-registry-packages"}},"24.1.44":{"name":"@syncfusion/ej2-calendars","version":"24.1.44","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"36dc47412f6199f87a399b6694b2cceba5797969","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-24.1.44.tgz","fileCount":484,"integrity":"sha512-uwnbXbHH7ZsgjNxb7ROI28IH9duTfH+TRd9GX/dJ/+TyGaCoBvoEKBC2lOPYk1wtaNoTbn8KIJrkgyMr7ewNvQ==","signatures":[{"sig":"MEUCIHOWz9F4z6mT9b3wki6//RxNpYPDA0rzv7c8zmc64CYTAiEAmBmtC/ReAY8lRB/E0GvGlQo7MmGwhzL1xi6dnBYJCvA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12980010},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"393fcf6eb1de3c3812fcb927df773c9ac9a1d03d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-24.1.43.tgz","_integrity":"sha512-5i25/WoOBWP5xz6X9Jc6d8gKGWqP9x2KSKkcNZHnao2T4hN/0RkLyHYoxWD+O2ee0jIT5LTigF/pPY7IFaaweQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.1.42","@syncfusion/ej2-lists":"~24.1.41","@syncfusion/ej2-inputs":"~24.1.41","@syncfusion/ej2-popups":"~24.1.44","@syncfusion/ej2-buttons":"~24.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_24.1.44_1704252576523_0.1322948112822011","host":"s3://npm-registry-packages"}},"24.1.47":{"name":"@syncfusion/ej2-calendars","version":"24.1.47","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"551492ff82fcee071b51656da65ad6d60e3abbc7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-24.1.47.tgz","fileCount":484,"integrity":"sha512-+QqOB6K3e7VrNlX6NW/kK+4bt61BJBHJt3/K5C65LVRR9BvI10dFDDThA/eLdeq1lt2EUtQqr1naAkmQpN1RUw==","signatures":[{"sig":"MEUCIQCWOplBN2fD6oLP4ms504/w3e7/uuPDbui4/HKPO727IwIgEZ1i9U4M03LGJ2Auel7CcUdqLxQlDTnyojfR8atcv30=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12980568},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"3cb336842e625b26afb16b7cfdf71c421abcc743","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-24.1.44.tgz","_integrity":"sha512-hq+p7Z6Oxvg0rwyF+31LVXsu55WkSwqxow/n6yh7IVrfBTpi2bPDHzqLrlnamZw9IIAsQNd0BRauEQAjyHWIkg==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.1.46","@syncfusion/ej2-lists":"~24.1.46","@syncfusion/ej2-inputs":"~24.1.47","@syncfusion/ej2-popups":"~24.1.46","@syncfusion/ej2-buttons":"~24.1.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_24.1.47_1705976733484_0.6116363169980212","host":"s3://npm-registry-packages"}},"24.2.3":{"name":"@syncfusion/ej2-calendars","version":"24.2.3","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"9cc459bd72d7fb9caf30d1d6ffb39ed8350ae3a8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-24.2.3.tgz","fileCount":484,"integrity":"sha512-TVrvJNeY1Cx4+YJPvw//rZYxu2Mivvkan+5qw2eueS48D3TQOzQUfZmHN8dF67IrDygtLz7XBe6g8dS6M3NMrg==","signatures":[{"sig":"MEYCIQCZAx78mcHQqYr4QWrFQY6hZNEwrBUDjoJeWVbtUQTSUQIhALdkvDBG9oj9yC6GPQE7ap6Hptra4Pi2QETTLitVEUM9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13015201},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"1dadc83cca6f8b8bb1a22f38031b42f252a621b8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-24.1.47.tgz","_integrity":"sha512-FvBECaMLbb4sI890M0ApgyZLCQmpbpFXd9JyUYgrQp7Gbx7HI1FZ7IhgG44iL1lMLoS01HcXhVuJnsxhT8KMdw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.2.3","@syncfusion/ej2-lists":"~24.2.3","@syncfusion/ej2-inputs":"~24.2.3","@syncfusion/ej2-popups":"~24.2.3","@syncfusion/ej2-buttons":"~24.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_24.2.3_1706709867783_0.5301912341614943","host":"s3://npm-registry-packages"}},"24.2.5":{"name":"@syncfusion/ej2-calendars","version":"24.2.5","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"cf69ccb5c4eaa88651662b181fa6e0149fac6b17","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-24.2.5.tgz","fileCount":484,"integrity":"sha512-+pBpHJDqMubvIa3R1NOW0S6wjG7zWBjqWz32gYcz3fi2N2K1UyecvJ4xZINT5Ct5wZNP/EAE5t7AFqlbxjCo6Q==","signatures":[{"sig":"MEUCIGlSzTckj3dUambutSASokHU9Dwn6XAcUHcT2uc67exqAiEA3F5hjp1l+vaottUIyGvwyEs7UUhaOcA/RTMocOhc4FE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13063458},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"2d154e96239cdb5a7aa35879fb8937c9e1d9f418","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-24.2.3.tgz","_integrity":"sha512-jRcfZtIe8Ujqp2OFZrsPtDSq4UBajjypANh3DaJ1UVCvCziB8VB78wkrPABbpgb05moR5TR1qCehBu6Q2VnaFg==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.2.5","@syncfusion/ej2-lists":"~24.2.4","@syncfusion/ej2-inputs":"~24.2.5","@syncfusion/ej2-popups":"~24.2.5","@syncfusion/ej2-buttons":"~24.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_24.2.5_1707789495290_0.5730027887167408","host":"s3://npm-registry-packages"}},"24.2.8":{"name":"@syncfusion/ej2-calendars","version":"24.2.8","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"776854c2269164f67845444323187ee94bd8c50e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-24.2.8.tgz","fileCount":484,"integrity":"sha512-yNIDopI/QlCEukzmza/YMvNTzeY5HTl7kf03/2JWvSudw6Wo+4RgH+rNiRZoe4QOREcFvvyq5Zt2J9xFsAkEqw==","signatures":[{"sig":"MEUCIGfTxgizgl+KjEsKjwuygt4XzvrT3UkwhWdnjls+mN1MAiEAhlnWgE5CSsce6J+UUqySWB+JHgEsjJDKliQVMDOJBT8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13064956},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"e61c5b6e682851df791464d6ce8893e44c7cde65","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-24.2.5.tgz","_integrity":"sha512-TubAKr00yybjqjVfWRk1NKgc93KY3Ispr7+QY158f2EOmKrI5EOb+nqjvVZw9GH4rjpjQfS2qZtrF0fCfwUmgg==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.2.7","@syncfusion/ej2-lists":"~24.2.8","@syncfusion/ej2-inputs":"~24.2.7","@syncfusion/ej2-popups":"~24.2.8","@syncfusion/ej2-buttons":"~24.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_24.2.8_1709015673387_0.4392974288355267","host":"s3://npm-registry-packages"}},"24.2.9":{"name":"@syncfusion/ej2-calendars","version":"24.2.9","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"04686be6154588911793314b95e26c1253ca6488","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-24.2.9.tgz","fileCount":484,"integrity":"sha512-WyY+eTgHlPiNQ7WqCJfuI8mlsx9XuC7ywgwBNWojK18wmETETPZ2freTlo59khHfWSW5xqKKFXy2lVTtw5NYvw==","signatures":[{"sig":"MEUCIQCwn1voLRQjLOd231UOoL2UUa71ubeOpxm4u1QS6zw+qAIgC5LWHZZ/27e6A+e9Eb40yQPo8EtwCk/TMeFvu6PzSE4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13066540},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"f4195eb0144e564d52ae0c6487fb98d8073d47ef","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-24.2.8.tgz","_integrity":"sha512-losv1tBarsowvthodesV79zSXzUMfKxgLredAoMJkPd3pjw7H7HndTXHQnnzSVOjftln6ouRYONhmQOELunivA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.2.7","@syncfusion/ej2-lists":"~24.2.8","@syncfusion/ej2-inputs":"~24.2.9","@syncfusion/ej2-popups":"~24.2.9","@syncfusion/ej2-buttons":"~24.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_24.2.9_1709629055799_0.6322378620825047","host":"s3://npm-registry-packages"}},"25.1.35":{"name":"@syncfusion/ej2-calendars","version":"25.1.35","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"5e6e5354c5168c80b3cd8232fc18b745edda9aff","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-25.1.35.tgz","fileCount":494,"integrity":"sha512-S/MaJ/Pb62rfRIwU2kFV+2nZ5+TwEr5LbHRp+3sR+u786MiNqla4O7StK7LfEluxGpFVQGPRyRkx77wC5FfBbg==","signatures":[{"sig":"MEYCIQDeFyQuugoIA1nTkgBLVZDiUjDm669Qeg11pjRqrcdGEgIhAP/RBfoPqLFqtDTjE12oOFN3gJCWQVi2V6LV8leVsLAx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13125645},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"ded180d700088564059c7a8ed0a9f095c581cf06","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-18.32.5.tgz","_integrity":"sha512-y3sv2xeSYao+h+mTZ2QkD2YRP+4xMWn2rEz7D+69J7FQn+awbjZ3ZTpofc8vpYuWKXzzFw3VEa3lcyfBM2Bi/A==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-lists":"~25.1.35","@syncfusion/ej2-inputs":"~25.1.35","@syncfusion/ej2-popups":"~25.1.35","@syncfusion/ej2-buttons":"~25.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_25.1.35_1710504597171_0.9430483089965298","host":"s3://npm-registry-packages"}},"25.1.37":{"name":"@syncfusion/ej2-calendars","version":"25.1.37","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"28665146fa1147e9e28919485331aee8d8b78d15","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-25.1.37.tgz","fileCount":494,"integrity":"sha512-zr3RiG/uDBZyUoZ7/+F8/pw/hjzDoN6lhqChF1x1ob+X99GFAfLopDudd8CwqSpXbFaLWEf8HHW3FLwrEdmlcg==","signatures":[{"sig":"MEUCIGUTZg48i/IqPGQ7plEdbOhRpl4rg7F9ilpqEtaUP0TSAiEAsZmoUcPkKSvYyxEABLXn8oHmKzZaYDSGnVj3mNQ7ZME=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13126068},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"7fb84d9c26c2464a44ab7fb749580a9c659950ae","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-18.32.5.tgz","_integrity":"sha512-1RBLq8MJWJQ0wL7otcL8+Ycr+kfHKbctRk+Jps7sKApzm9mqvB5y53DNQP0Yv+uAAZqqarmgYdqYXdVv2nNdvA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-lists":"~25.1.35","@syncfusion/ej2-inputs":"~25.1.37","@syncfusion/ej2-popups":"~25.1.35","@syncfusion/ej2-buttons":"~25.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_25.1.37_1711428853200_0.05599180701505313","host":"s3://npm-registry-packages"}},"25.1.39":{"name":"@syncfusion/ej2-calendars","version":"25.1.39","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"a8cdeae2fd3ab9c94857dae492f14b9e5f60db16","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-25.1.39.tgz","fileCount":494,"integrity":"sha512-YB3eHc8HdPRL6nAN5tKTvFZaoNuyHrgv5+4RXZiEDwBjOrzgr4opOS4EShW8HoK7V8pHoQIsq+GX6N8j0+Ogpw==","signatures":[{"sig":"MEYCIQDT6wcv5goWse78kGiXigZWSXtoLSy/ngECZDxsLf3OKQIhAKtEIlMGyirJ5I0D7J9BA8apUHblr+ubcyDYGVcsDjSc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13128758},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"33fb43bfb19ddd2c568b6a5ad4fa557710aefdcb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-25.1.37.tgz","_integrity":"sha512-ECppuwmUKGO6NtFOGvWq7xNT681Ga85Ht1bxtGMer0fpIPm8nuYymW9Z8mu/Dw8exaO4ZGALba9QzhonO7zX/Q==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-lists":"~25.1.39","@syncfusion/ej2-inputs":"~25.1.38","@syncfusion/ej2-popups":"~25.1.39","@syncfusion/ej2-buttons":"~25.1.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_25.1.39_1712665859915_0.8877366922531924","host":"s3://npm-registry-packages"}},"25.1.40":{"name":"@syncfusion/ej2-calendars","version":"25.1.40","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@25.1.40","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a018be564bcc1ac1ea75609f95a263faa46efc41","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-25.1.40.tgz","fileCount":494,"integrity":"sha512-XV+iY0MsdkSe2LiCVpiva93jzuz74e2PK4kuY0mglE6lkTaHUP8wW80dNxQkTdmv7YKCAKJCFltJinZvWwDzmg==","signatures":[{"sig":"MEUCIQCh7cUaVoVBYmpqniwWg813zt7mRwFrx/c/u95cpEjGwgIgOFqPu3stGQFxCGZzQ+jcTrGEFZp3IIonexxLt3tGMFo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13130251},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"00620365fb7d18204457aa5ddf7775e3ebca90c7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-25.1.39.tgz","_integrity":"sha512-SuYxQeHmCkbg4/eDVQlTTzRMGjj+wc+Utnw0fO+msJNMm1Il9GwT3JYMtnr/6IZIjSTZdtTqdCB+Hl3qpBJ1gw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-lists":"~25.1.39","@syncfusion/ej2-inputs":"~25.1.40","@syncfusion/ej2-popups":"~25.1.39","@syncfusion/ej2-buttons":"~25.1.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_25.1.40_1713233723159_0.8506125086577858","host":"s3://npm-registry-packages"}},"25.1.42":{"name":"@syncfusion/ej2-calendars","version":"25.1.42","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"1c741b6e7aa7c07132382021e91be8985881e14f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-25.1.42.tgz","fileCount":494,"integrity":"sha512-rePe+Y7J0LVah9Ur50Nu01tCKJnzGiMmJR/TVYPW5WFYElzUboauLVVxZ8V/teqmcDNi4lAZeyH4mXMAilk4HQ==","signatures":[{"sig":"MEUCIQCIh2DWIcqF2+jz6Bj5L5Vtx6f9QAZBb1SSIXjKVaMHgAIgHkr1zz58iXy+72pp0c8dsctJuXp4S54ug1/C/JAwH6M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13130858},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"94a1edb41f60843418944adf1d4846c4fe4b3894","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-25.1.40.tgz","_integrity":"sha512-eLFdRRsL2/Fzno/dejmoZSE2M0NJXv6gVMMaWKBIfhWmxiKv31LlcWGM1rNp4h4lYJAZ0TBJ7LzQF1GExB5bfw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-lists":"~25.1.41","@syncfusion/ej2-inputs":"~25.1.42","@syncfusion/ej2-popups":"~25.1.42","@syncfusion/ej2-buttons":"~25.1.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_25.1.42_1714445912470_0.5546372002757627","host":"s3://npm-registry-packages"}},"25.2.3":{"name":"@syncfusion/ej2-calendars","version":"25.2.3","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"1a38c6b650e3b85a8cbfe3b8505d148551d95d6a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-25.2.3.tgz","fileCount":494,"integrity":"sha512-+U5OZE9yfD7eXw/DJC4c3SRAra7mIlCPrKCCGPNRQLJla2pZy9rypDdzdxEFRnlKQg3XdAq68h1GRoEA9cKncA==","signatures":[{"sig":"MEUCIQCiNH7wStAsdBDz8DOMt/WXyvH19cslPzn92CItPLTCDAIgcPhUgWbcsJLFmSywc2tN5jdI+LJbrkVDLOHHtMNNdbs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13130848},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"9039edc56637e7f186c11a1bce76e0e0ef1cd14c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-25.1.42.tgz","_integrity":"sha512-/DQUXtXGk7zOnZCI72SwvvHYDBDxBsZ98AuOW0XdaMj2dwT9i7UoEsc354AcTo8Mi9aju9dOP021rXTmNEEoYQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.2.3","@syncfusion/ej2-lists":"~25.2.3","@syncfusion/ej2-inputs":"~25.2.3","@syncfusion/ej2-popups":"~25.2.3","@syncfusion/ej2-buttons":"~25.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_25.2.3_1715175683602_0.9000994027637934","host":"s3://npm-registry-packages"}},"25.2.4":{"name":"@syncfusion/ej2-calendars","version":"25.2.4","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"2418a9cf3ce459c120fda17e2fe9ffe4063885a0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-25.2.4.tgz","fileCount":494,"integrity":"sha512-/wpnY0eloXRqa1lggP1R0S03DTgrW4s8cL2JfdPEOukv8rB+vDA/FU/UV4sKcitu8sULRwDk9QQgcLL8Cp2p4g==","signatures":[{"sig":"MEUCIQDgdDEIoc+4FVSs7YOqN/iKlNd8yx2nTJYytN04n7dkpgIgS53O6ieyxvBzs6hSVN6ryh0NzG9pIunp4HE+pcprvwI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13132547},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"27b658923d8d5deb342e29969138c7245145adf1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-25.2.3.tgz","_integrity":"sha512-WmutovxHusYRebXLKfCcfoldiT+rpNUX6YUePMeJ6BMsGybQWZZaXYVHaju3rqMVlhTRPmDKgD8gKi/ttyol/Q==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.2.3","@syncfusion/ej2-lists":"~25.2.3","@syncfusion/ej2-inputs":"~25.2.3","@syncfusion/ej2-popups":"~25.2.4","@syncfusion/ej2-buttons":"~25.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_25.2.4_1715653086783_0.8571630441726326","host":"s3://npm-registry-packages"}},"25.2.5":{"name":"@syncfusion/ej2-calendars","version":"25.2.5","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"ab582f905f022167c633f02bc7ca98ee8b7995a7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-25.2.5.tgz","fileCount":494,"integrity":"sha512-PKHzoJ/0J36LDVaW6X7Vupwas5kDcpd3Ez5dwpOvu/tmSnit5OfYpZQydxH1Fi7MEXQKUYBS0dIYVWM4sZy6fg==","signatures":[{"sig":"MEQCIGtAONuKYZumi1vJ61AoMphWM0Olt3b+iPl7x/XvakezAiBMaSlLv9e+OSLjkkhPr9dbTpXlhVoTRifuvOB7ey04Mg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13132945},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"f4f22ca3e726887b2b469053fe6a1a299d742d23","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-25.2.4.tgz","_integrity":"sha512-rbv7ZPbZf83tn5wiXnntXHwtdpbSpseUNmIthomhx9f7cZDzSvy39wKJRX0rPBoCxmthOEEKenJGCAbUuB/GmQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.2.5","@syncfusion/ej2-lists":"~25.2.3","@syncfusion/ej2-inputs":"~25.2.5","@syncfusion/ej2-popups":"~25.2.4","@syncfusion/ej2-buttons":"~25.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_25.2.5_1716261932038_0.787801858606004","host":"s3://npm-registry-packages"}},"25.2.7":{"name":"@syncfusion/ej2-calendars","version":"25.2.7","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@25.2.7","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"801d77f9ddc76bd5bd7f0e88abafbf9ac21722d5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-25.2.7.tgz","fileCount":494,"integrity":"sha512-326chJiUu3tAKCVnyiUYihQyNH20FMgyg87fQSa6G7aGVL1F1/70GAlmX/FU+6Flub+6Ki6LZzfIhD2xsPvS8g==","signatures":[{"sig":"MEUCIQDuTqlNcjPHdytOMo/Xe/b/F9/y9nogdSesfhEjAHObugIgGzRkwf3lDJ89dfqY0YY6jBBbWhei5cv0z1NrQ3MfdBo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13138835},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"bf1931781dcaa7ab229cd7ff0c8280a13777c32b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-25.2.5.tgz","_integrity":"sha512-HGiEhUeFlueKRI/SCBUnHrLzTJ4r+lKPikPc7+df0+64eM+WGtOfsfjFPq1XamTCju/vhX14/VGRUdlARFreDQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.2.7","@syncfusion/ej2-lists":"~25.2.3","@syncfusion/ej2-inputs":"~25.2.6","@syncfusion/ej2-popups":"~25.2.7","@syncfusion/ej2-buttons":"~25.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_25.2.7_1717469113321_0.205894065654459","host":"s3://npm-registry-packages"}},"26.1.35":{"name":"@syncfusion/ej2-calendars","version":"26.1.35","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"bf49e80c6787cf6f599fb364660e37d1e1eed72b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-26.1.35.tgz","fileCount":525,"integrity":"sha512-gViPsHPC+Y81yLVtoMlSHH1AhIHWxGnjF9YGR5SaQnq7hJBF6MiAC38cH4oDMkOfJ1K+tgCPTTNqNLBEFpSEsw==","signatures":[{"sig":"MEYCIQDeyStnSZz9kQvuB2Su3zTdl1ZczP4+DYC7lgmz/288lgIhAIP7UNUVfMMvKKQNRqRy1hSPcznooGM+ShsY/kSnDS8s","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14167946},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"d3563a237a72a2b7cc11cce7bb2199cde963c506","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-18.32.5.tgz","_integrity":"sha512-O94+yxbtE71OtLyLIVu8AKHjAhlyYG3VLgqJu6f0y/0i3jjsbev7DfH+PT5jskNEH1gHz9wJ8UsatRfP77myjQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.1.35","@syncfusion/ej2-lists":"~26.1.35","@syncfusion/ej2-inputs":"~26.1.35","@syncfusion/ej2-popups":"~26.1.35","@syncfusion/ej2-buttons":"~26.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_26.1.35_1718111261479_0.21354640353257803","host":"s3://npm-registry-packages"}},"26.1.38":{"name":"@syncfusion/ej2-calendars","version":"26.1.38","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@26.1.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ecd6e6b931c2a6aaa3abe17c305e03e5e480b424","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-26.1.38.tgz","fileCount":525,"integrity":"sha512-cRcbf1Fvrcc5d1MdTxvlO527mftmc+Oussn0e79khNwNC9LZTlHN1rThq+GOXqXkwXqb37rGUiZSAmO5QvRl3g==","signatures":[{"sig":"MEUCIQDr/i5I0CAQckPKOd33iEZ3lpYPPc9lBXJ50+sOaqClFQIgQ8Oa/fCe3lesuXMThgjjv2YMaQ6P8vqxexFguTcObZo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14167949},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"8ae1ef49f213ae96d4a25f97c17739fcce8cea6f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-26.1.35.tgz","_integrity":"sha512-Tq5ITvZ2JUhUMgMokr5bJOwAgUf3H1nmSdS0UUtpXxC3nsYnI205Y571Svxq6hLPvJ61X/ge5kELPGPJNkZrbw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.1.37","@syncfusion/ej2-lists":"~26.1.35","@syncfusion/ej2-inputs":"~26.1.38","@syncfusion/ej2-popups":"~26.1.38","@syncfusion/ej2-buttons":"~26.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_26.1.38_1718791315200_0.7413896331683814","host":"s3://npm-registry-packages"}},"26.1.40":{"name":"@syncfusion/ej2-calendars","version":"26.1.40","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@26.1.40","homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7bd6ac8eacea5652f1c40d271ed9a8869cbd6b02","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-26.1.40.tgz","fileCount":525,"integrity":"sha512-uMecNlKpvBSi7vP18f15bbvyhGiWlQr+Fx4C5FwJkg8i3Mkxvg7XIN+H9egoV57gvsnPzsrsU+OjbLnFHvHbZg==","signatures":[{"sig":"MEYCIQCxUzwvAB1lqcFIhnhLRHZc/7wY4JyW6REhIDLHMQjlWgIhAJlRj/BFjRsULLy3CZuUcZYL3jcrYiZ7KtzfwY++79PM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14175332},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"80212c65e4473c3c5a089a2fd157c5f3e0c9fe6e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-26.1.38.tgz","_integrity":"sha512-Yb8h3d8LW4nKuQrtJQoxAredyA0M8ubHlwH30YGkZrLOZO9DnHVDb8hYUo92TXnwPM0Li0Yn/ur8Lp4hE55iDQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.1.37","@syncfusion/ej2-lists":"~26.1.35","@syncfusion/ej2-inputs":"~26.1.40","@syncfusion/ej2-popups":"~26.1.38","@syncfusion/ej2-buttons":"~26.1.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_26.1.40_1719896569241_0.3608334092383607","host":"s3://npm-registry-packages"}},"26.1.41":{"name":"@syncfusion/ej2-calendars","version":"26.1.41","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"259ab7df3ed81767b5debd70fcb260d8d5328564","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-26.1.41.tgz","fileCount":525,"integrity":"sha512-vgPu1ueZSncrVUk0y+x5q5bb7DxQDs1ogWzSZW4I2R8cRS2ufEmafBxKhThRYxIs+toA/dJpo4BT0lTlTnnjrw==","signatures":[{"sig":"MEUCIAIiU2EZTI+LFEZITEWXWM7GUa/niFmQ7UHHeQghFM3+AiEAh77t8haO+4O7V7SSwILa1X2SkF+GjcQ/IAYlkQ8Kwmg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14176720},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"c4f5746fc4ece8455166acc52331cbf527c5e02f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-26.1.40.tgz","_integrity":"sha512-Af3eQRY2ydOczztO+JU3rNcmPwc++9O6rLaJTPiNZF1q+gst6ooWRiNbsrwrxyvSAEIpPdExk6LrpdIbsQJVFQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.1.37","@syncfusion/ej2-lists":"~26.1.35","@syncfusion/ej2-inputs":"~26.1.41","@syncfusion/ej2-popups":"~26.1.41","@syncfusion/ej2-buttons":"~26.1.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_26.1.41_1720508337378_0.13706838110070474","host":"s3://npm-registry-packages"}},"26.2.4":{"name":"@syncfusion/ej2-calendars","version":"26.2.4","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"220ccbbc4523eefddc68856fc2a8554a31f70220","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-26.2.4.tgz","fileCount":526,"integrity":"sha512-mObqMdUtT5eKGtqGgb0JPuMl9y0XeW2e6kKB6TSNN04FdDhrchDgKnrfLsg5xDA0rt7cFo2tQumaD+9w+movig==","signatures":[{"sig":"MEQCIB2ZvQCRmC6ib2LjfZx+vaUMXYsBcIPinCKgCVLzQwO9AiBZWlj7jJoDe0Pb/W3DA5AhklklxHA+MbKweqZDw8oQfA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14175549},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"5d02b42f086313df3e86a2e1ecfb3a649f646216","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-26.1.41.tgz","_integrity":"sha512-dtyCtcUTeff5+TS7Y+/R3w+UiHNB7d5KwcSZZpwhjkjEozQM6UEar2KzSrQ70n9maAvktJJo9FvxLTPcwSJnqQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.4","@syncfusion/ej2-lists":"~26.2.4","@syncfusion/ej2-inputs":"~26.2.4","@syncfusion/ej2-popups":"~26.2.4","@syncfusion/ej2-buttons":"~26.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_26.2.4_1721812988277_0.776430590950488","host":"s3://npm-registry-packages"}},"26.2.5":{"name":"@syncfusion/ej2-calendars","version":"26.2.5","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"06be7bb24ccdefd9b2ac39287047bf6ce482c3fc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-26.2.5.tgz","fileCount":526,"integrity":"sha512-UuNl9EEooNNNwBaAx3NL8SZsfNft7+EbC7QZjhxmC3IYx2foBEO0tY2SsEoeqPuJY5iznVx5SZbU5he41it0cA==","signatures":[{"sig":"MEUCIQDTgD7SuOIXCuz2ayDJw/8Gm71d2yDrnHVn1x5+POwWcwIgFd/9KgRZUZWhB8YaesPMhO9uiMlqFB4e0vmQipkULk0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14175549},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"5d02b42f086313df3e86a2e1ecfb3a649f646216","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-26.1.41.tgz","_integrity":"sha512-dtyCtcUTeff5+TS7Y+/R3w+UiHNB7d5KwcSZZpwhjkjEozQM6UEar2KzSrQ70n9maAvktJJo9FvxLTPcwSJnqQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.5","@syncfusion/ej2-lists":"~26.2.5","@syncfusion/ej2-inputs":"~26.2.5","@syncfusion/ej2-popups":"~26.2.5","@syncfusion/ej2-buttons":"~26.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_26.2.5_1721950010057_0.5310888969744036","host":"s3://npm-registry-packages"}},"26.2.8":{"name":"@syncfusion/ej2-calendars","version":"26.2.8","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"f21dcfd013e44e7061af1606058d65d0d52932c7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-26.2.8.tgz","fileCount":526,"integrity":"sha512-lZvZHkJqKyKwVsshdJm0g6I7fa9MGzG91mejJlOgX3Ug7mi0+Hs7QNKNG7w16SmYKDBAGFgun6Rmt0Q/3Ek4XA==","signatures":[{"sig":"MEUCIQC4mAEvvKj+IRJLm96elfvYk8bIkJAJL9//KCYhK9SprgIgJeXhAv5gvO+Jc4USvl4Hc3c8hVZ4tXnBdruS2I7R7wI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14176271},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"08ac9959d035192a8140d143b81c88451cea7031","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-26.2.5.tgz","_integrity":"sha512-V3bxc1is5hIgtd/3BjqWy8D5SkLTW1CpuJqoVMuoxHcwxdwQd32u48Gl/2QOw4ZKF/VVIWs76F3N7A5cyQw4EA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.5","@syncfusion/ej2-lists":"~26.2.5","@syncfusion/ej2-inputs":"~26.2.5","@syncfusion/ej2-popups":"~26.2.8","@syncfusion/ej2-buttons":"~26.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_26.2.8_1722898622867_0.8929405255624039","host":"s3://npm-registry-packages"}},"26.2.10":{"name":"@syncfusion/ej2-calendars","version":"26.2.10","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"93e37edf764e1f7f96f55d065da73834476468c1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-26.2.10.tgz","fileCount":525,"integrity":"sha512-XaRXJHdYMKdXXBBzisBOF5d47ty3yNze1aDYaYxlxSUDUO9/Y3jU69eZyAbCgGzCa8ToK36fE7IA+PGnsDlJlg==","signatures":[{"sig":"MEUCIQD3I+MwvDW4dHsdY1/GTDMkxi6IYQPZ1JKs/1V7CHMcrQIgIAAqY/pLYsVyI0CCtDOOe03lToYL0oFlODRU6Oi3J8E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13812422},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"9c2c70ff41080297dd4c5d2769e79a095d129fdc","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-26.2.8.tgz","_integrity":"sha512-lSLHdNlcqugm3Gmp7JHlGEj99Msn113iGzsffWVknlK/MjHpeGSDKkkuUsY70Qq5swMRQg/45RQ1awd6C/pvnw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.10","@syncfusion/ej2-lists":"~26.2.10","@syncfusion/ej2-inputs":"~26.2.10","@syncfusion/ej2-popups":"~26.2.10","@syncfusion/ej2-buttons":"~26.2.10"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_26.2.10_1724108200851_0.9377283221983255","host":"s3://npm-registry-packages"}},"26.2.11":{"name":"@syncfusion/ej2-calendars","version":"26.2.11","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"db6ffcab0ec18125c49c98ca8cfa355de5161d2f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-26.2.11.tgz","fileCount":525,"integrity":"sha512-Ak9akyald7rBNZzchMsfrQetEalZFGviC+7gTGYfIRQBQfesYsz1DqbxLWsYr/pRgCe1Cv2Klo+BZ0hoOB8CQQ==","signatures":[{"sig":"MEQCIDJYIpbJ9hsLdLKnTOhKobM72RlshLyZO43Bp+pzJofuAiA7ZDiFvHWya1+v2wcRJbW/LS941T5HT6YGLrAkgg6/dA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13811890},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"1ab9bf50a93d12e92345c8eb81d1d7afeb524954","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-26.2.10.tgz","_integrity":"sha512-wN7zqhweAP3NbCHYtSTvBL3hy9leNRnqxbwVPNOK8Z/hUUwat5Ec/AZdbbj5VOz51nqWhu00TAItN1O+R4drkA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.10","@syncfusion/ej2-lists":"~26.2.11","@syncfusion/ej2-inputs":"~26.2.11","@syncfusion/ej2-popups":"~26.2.11","@syncfusion/ej2-buttons":"~26.2.10"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_26.2.11_1724713093479_0.33660136394009976","host":"s3://npm-registry-packages"}},"26.2.12":{"name":"@syncfusion/ej2-calendars","version":"26.2.12","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"4c0056b29319f35fb8658f8c42af75b1ff4b5f45","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-26.2.12.tgz","fileCount":525,"integrity":"sha512-6sAauvGexP2Wg7FodNi6ewna1JRyKS7VuKfPYh5Q6i3xrq0AvgxiZk7xaL3oq+U3t59w/de/S+eq4cpQSpI93Q==","signatures":[{"sig":"MEUCIQDWc1S5NC5RE9HzB5WUluCHW7ezLdPXUyuphqxBZWUYtwIgDc9PFLO+UKMYq0fIbIrJ1BZXws9x8Ma1xywMm8mN0kg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13813547},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"9207e5d66d5c602f2e5a72804c6655d7ea42c069","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-26.2.11.tgz","_integrity":"sha512-Mxc9SOuea4bDMrp9EAAr3l17Ld4ebwP5yDdycrFnRbC2QpRU0ouqaFEMXql+AjvTFyV3PH7RrCDm6Ms8hlUnPw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.10","@syncfusion/ej2-lists":"~26.2.11","@syncfusion/ej2-inputs":"~26.2.11","@syncfusion/ej2-popups":"~26.2.11","@syncfusion/ej2-buttons":"~26.2.10"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_26.2.12_1725317683564_0.34187860161617634","host":"s3://npm-registry-packages"}},"27.1.48":{"name":"@syncfusion/ej2-calendars","version":"27.1.48","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"a8fa99cbc481162f4be9ff36223104c3a3f81730","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-27.1.48.tgz","fileCount":580,"integrity":"sha512-YEpTeVUcPXMpbRdr4IghGq6I1s+Nxrc2hnGmwu4NCregVQXc2JgglTL9cVc8+uW3KDQOdTWCdsVKHDqjhcEaxQ==","signatures":[{"sig":"MEUCICRmCKS94Lz/Yn5nRayuXxPko24SQRKe14JtO3+x2zyuAiEApd0BytgJZ3u8OrtAWvVFoS+dHY6TNeA+4Tk+A7Rqiok=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16205646},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"0f89918ef767a73b5b8d1aab41c7e0fdf0e6de50","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-18.32.5.tgz","_integrity":"sha512-4Wah1EymU4154eL/oMegUwjMYRSgQlMjBK+yJSeGq0LApQAc/sNQlsU3ViuBZAzzQXtzQZGNI7NyX2/cIBoXJw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"markdown-spellcheck":"^1.3.1","@syncfusion/ej2-base":"~27.1.48","@syncfusion/ej2-lists":"~27.1.48","@syncfusion/ej2-inputs":"~27.1.48","@syncfusion/ej2-popups":"~27.1.48","@syncfusion/ej2-buttons":"~27.1.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_27.1.48_1726654014537_0.896228582174172","host":"s3://npm-registry-packages"}},"27.1.50":{"name":"@syncfusion/ej2-calendars","version":"27.1.50","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"8bd19deb21a20be81230677e482d1478148a5ca9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-27.1.50.tgz","fileCount":580,"integrity":"sha512-DnSKjU3D8/zYudB4ZhgXWdBu2v2e39MOyO28KbJVZfme+AToJ/0x/pmQfMLi6sHxvFHpHSB8MjByQc54szrrqQ==","signatures":[{"sig":"MEUCIHX0nM+hDJKgDME0DIAG7D15ICOydjNHOi+ufqXJFM6BAiEA8htzo1g5VAUZlpAwR5duTIdoY9fnHJD4SR8dKajN0mc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16226510},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"c76c6f7cbc4265f8ddd213a442133b7c0a8f34e0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-18.32.5.tgz","_integrity":"sha512-rksJYsGIPpCObDMJj5UXpkHFC3zmO0oIq9E4epQ7uMf79Wwm7p1xmvrBVW4Ie71RnIfpTbHXPqJuFrfidkJcRQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.50","@syncfusion/ej2-lists":"~27.1.50","@syncfusion/ej2-inputs":"~27.1.50","@syncfusion/ej2-popups":"~27.1.50","@syncfusion/ej2-buttons":"~27.1.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_27.1.50_1727132385232_0.7554079647742893","host":"s3://npm-registry-packages"}},"27.1.51":{"name":"@syncfusion/ej2-calendars","version":"27.1.51","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"9ee6c14415a3a235dc8c32cc47bf6641b802c0b8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-27.1.51.tgz","fileCount":580,"integrity":"sha512-ogpSnUBAmTsVIsDTrTjoSNla7NXwkrGjsopSsNlGHsJtuO32vFNC2mDv+D7JHZkb+OtTF6WmJxf1Ig8NtaT9mA==","signatures":[{"sig":"MEUCIQC2f4ETFZKy6ijuveuTbla7YI7nhCRCF+a2xLUx3/Ru9gIgOurigLso4Bs3CED8b00n+ZnPpLKUAQ5E3NkfS5ESMz0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16239887},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"552a96a19e63124f18a7c4e287bec5ab2cc2060a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-27.1.50.tgz","_integrity":"sha512-g0dL8PLj2RZ7+F14PMrZfnSHCI6aRffPm4GORONccG4B3UoadWPsd94U8sLPpeHyN4V30MBCIzS5DX4ighQ1GQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.50","@syncfusion/ej2-lists":"~27.1.50","@syncfusion/ej2-inputs":"~27.1.50","@syncfusion/ej2-popups":"~27.1.50","@syncfusion/ej2-buttons":"~27.1.51"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_27.1.51_1727702623527_0.6266879838695156","host":"s3://npm-registry-packages"}},"27.1.52":{"name":"@syncfusion/ej2-calendars","version":"27.1.52","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"12db3df2fc52cd843aaaeb4df5c565bfc97c9b0c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-27.1.52.tgz","fileCount":580,"integrity":"sha512-XzblEqwEDAbmLraArkX63wprFDsQei6iD1ThjQ8YhIAbEfrkH2nd56rbnlfUlRjOJ0a9WpEyTve8F8OlNuKSKA==","signatures":[{"sig":"MEUCIQCf23HJ9AUY4L6CUryQ2WP0K86E7trTqxbfGcpylw/4hgIgHc+2grNT1/gdKYnEu0/cXah8srHJfQlAvHu/3/EFkPc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16253791},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"02916eff14ef8c43e29a4616e5fe7507f78ff790","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-27.1.51.tgz","_integrity":"sha512-46rnTrdhdnUUIXd6IlylzsnHHsihlRv8lSTBeRTHYrRfPyW+sR0HQtqh2Sy79f+hUyrTz0NN4o4irXimzo8w7A==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.52","@syncfusion/ej2-lists":"~27.1.50","@syncfusion/ej2-inputs":"~27.1.50","@syncfusion/ej2-popups":"~27.1.50","@syncfusion/ej2-buttons":"~27.1.51"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_27.1.52_1728356825974_0.8950771632823251","host":"s3://npm-registry-packages"}},"27.1.55":{"name":"@syncfusion/ej2-calendars","version":"27.1.55","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"f7adfff99b78a42938390d481c2e365df539daf7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-27.1.55.tgz","fileCount":580,"integrity":"sha512-9srZUsOwnjipSZQyg+TecwjdmJw8dhMP4/PyOgUk48DpkdcMWrnUBVHeVUtgSRejLlNf05oJi3Fu3mI6jt2REg==","signatures":[{"sig":"MEYCIQCQVMmo8ur994Ri+B6pFJCD1/QDCgNBZHgPWBKuls4XMwIhAOaBbj20/tIcHnTdrgtsVc9ezyF+1rr3ma1r9i5eTQSY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16266109},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"025c3258a584a7fe99ed416d9ac8708561631f53","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-27.1.52.tgz","_integrity":"sha512-iQ86qDROqYqFxZUaO3x3+MlOUlu0MAuCcBYix+qICneAqcNVi4tCK/sW4l11uTTZ+keaeV+hv1OUWipuD30Zkg==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.55","@syncfusion/ej2-lists":"~27.1.50","@syncfusion/ej2-inputs":"~27.1.55","@syncfusion/ej2-popups":"~27.1.55","@syncfusion/ej2-buttons":"~27.1.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_27.1.55_1729565769203_0.6806683112727296","host":"s3://npm-registry-packages"}},"25.2.7-30676":{"name":"@syncfusion/ej2-calendars","version":"25.2.7-30676","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@25.2.7-30676","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"644b3767880f7d8a15a3e77141d9f567d3340cbb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-25.2.7-30676.tgz","fileCount":535,"integrity":"sha512-NnrG3qjoYC4+5x/l6zkFsb3/MUOEPEzx4XPxlhAH5vkqfVdUJV1LBAi0aiA9K70VJh/Qp1ev77GnSy6N4G0/zA==","signatures":[{"sig":"MEQCICshBRo3QqsRQpINy+ruzs3VelYumR0ow90dGWzhyr7/AiBltyDsL+deNnbkEAskVk40N9hnX0yuYYCFhzLSgabU4Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10670231},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"bf1931781dcaa7ab229cd7ff0c8280a13777c32b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-25.2.5.tgz","_integrity":"sha512-HGiEhUeFlueKRI/SCBUnHrLzTJ4r+lKPikPc7+df0+64eM+WGtOfsfjFPq1XamTCju/vhX14/VGRUdlARFreDQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.14.12","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.2.7","@syncfusion/ej2-lists":"~25.2.3","@syncfusion/ej2-inputs":"~25.2.6","@syncfusion/ej2-popups":"~25.2.7","@syncfusion/ej2-buttons":"~25.2.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_25.2.7-30676_1729769135011_0.6489494170812018","host":"s3://npm-registry-packages"}},"27.1.57":{"name":"@syncfusion/ej2-calendars","version":"27.1.57","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"52e5a29f9a70d5aff12389410544818eacea61f5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-27.1.57.tgz","fileCount":580,"integrity":"sha512-6Nh3WSBR1biS3oGsv/81Ysi7/qtnwcIzNt2c732Btt4JYEK7nCWuDv9DgmosKElSyEC1wlcCTqbbiP7g/uLrBA==","signatures":[{"sig":"MEQCIEv7WHhI+ziba07SupBBpHauTkBxKk9eKyCFV1omt+D+AiBWDX40xpqZTlo2hLdjsRah+NPJFhUxNbGyN5OLJ9bLEA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16266109},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"ce5536919f83b3544c7f7bf5e2e9c70138bfa3c1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-27.1.55.tgz","_integrity":"sha512-cyMwDT4E16PBaB1vRdLb6ly6pjdw7NDVT1x1smn+JGe9Nc0HYVQWsEe69FQKh3VWXH6dYAcVbJviqPWi8/2rKg==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.55","@syncfusion/ej2-lists":"~27.1.50","@syncfusion/ej2-inputs":"~27.1.55","@syncfusion/ej2-popups":"~27.1.57","@syncfusion/ej2-buttons":"~27.1.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_27.1.57_1730159918313_0.35625118369593145","host":"s3://npm-registry-packages"}},"21.2.10-11964":{"name":"@syncfusion/ej2-calendars","version":"21.2.10-11964","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@21.2.10-11964","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"32ef1d7029b0d6d7c59df75c558686438a430052","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-21.2.10-11964.tgz","fileCount":535,"integrity":"sha512-30wcNseJgiqTDymjQicXvwOPwAyESv6ZZyQVCW40x8Zb7InGabZKxMy4Q4he7E7KWl6xByA4e0yRlEsbB09usg==","signatures":[{"sig":"MEUCIQDGnXio5bQ5nmOaHoY/iBmjnHc5sf/6k0vaVoljnT//vgIgecLdWsfW8UEzPZRao5ESo9w4zjyGgisA8x/Zp8FkSeA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10448750},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.5.0","description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.1","dependencies":{"@syncfusion/ej2-base":"~21.2.9","@syncfusion/ej2-lists":"~21.2.9","@syncfusion/ej2-inputs":"~21.2.9","@syncfusion/ej2-popups":"~21.2.10","@syncfusion/ej2-buttons":"~21.2.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_21.2.10-11964_1731410774180_0.8396392046303847","host":"s3://npm-registry-packages"}},"27.2.2":{"name":"@syncfusion/ej2-calendars","version":"27.2.2","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"41066d358972695da9745c4009b728bf1610d80d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-27.2.2.tgz","fileCount":580,"integrity":"sha512-dv5MGB2ZPoCfnSc57cNQ3wIBECyZZ39T1ilfvLdAam1RQYaU+FISRkDGBS7zfy0242SeGDAGAD8esE4mNn4mjw==","signatures":[{"sig":"MEUCIQCJVmetEojhy3/46Yl+eJM420an1YEfsmo0inRY+GZfOQIgRMEWN970337EFJBLAMgLjoNKITpSKg01Bx5xWvyvSvw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16276683},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"5c87a764f2083e5b5659971ff0ac9cf445da41b1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-27.1.57.tgz","_integrity":"sha512-8vFRfoBXZsa2NjtNOsWT4WHzNu0ThMpZlN4+kRZaAc1jbp48M0IDgqzOAxWf4m81RnuRBYvdimK2Onc26/XYHQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.2.2","@syncfusion/ej2-lists":"~27.2.2","@syncfusion/ej2-inputs":"~27.2.2","@syncfusion/ej2-popups":"~27.2.2","@syncfusion/ej2-buttons":"~27.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_27.2.2_1731644209048_0.35718414605220805","host":"s3://npm-registry-packages"}},"27.2.3":{"name":"@syncfusion/ej2-calendars","version":"27.2.3","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"035c07e4d7ff04a736870e73b02bb607387f942d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-27.2.3.tgz","fileCount":580,"integrity":"sha512-YaAFJRXl7X/a9WFDNkrws4DDwhOc7guMQVZjTK5mNOuuhJFbb0hZCNMCSQHQcQ9AdrSo1IY2aXT3ZGgln+r2Ag==","signatures":[{"sig":"MEUCIDfTW/GaKqcBaJV/Vb8i3449ts0m2ns9J4dfMdBBeAVgAiEAxFZlUjKy17dVIOt89dqUu7oAzGT/FL/GWQa4srlh95M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16303081},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"6310d56c8a2483ade7cf54e28667b8c717e53929","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-27.2.2.tgz","_integrity":"sha512-klSNnTs+W8AKLisiIcpnUnyrIjMzpQ43AUKX992TDh9pX1z8xJrQnXUB3d5s0/dSKcXhIuOGlwvYaAexPIysCA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.2.2","@syncfusion/ej2-lists":"~27.2.3","@syncfusion/ej2-inputs":"~27.2.2","@syncfusion/ej2-popups":"~27.2.2","@syncfusion/ej2-buttons":"~27.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_27.2.3_1732211904474_0.908153909079803","host":"s3://npm-registry-packages"}},"28.1.33":{"name":"@syncfusion/ej2-calendars","version":"28.1.33","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"310717ef51e56a36c06d984aa4b282c214353533","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-28.1.33.tgz","fileCount":618,"integrity":"sha512-SaBbOkIKK/rbh/7XASQi8VK7060wAMTEzHkhYwTzpsxEw7lCaqTMa8bzUNXJXdd31cw5+ymM/ibC0sXcP0RJKw==","signatures":[{"sig":"MEUCICzBvuBadYn7XpqpuBDlGfksYxXQ2oZOHX5OJPwMhxN3AiEAj6JGJt3XHUd2wWw08P82wVEFDejOrGFj1QDACHFjtYs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17184953},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"c493bca1ac10e073b09f6ed9e7f24a53b603d288","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-18.32.5.tgz","_integrity":"sha512-StePUyaFlB7axjhV5bpIhFXrdAkWqEhmueoNbTSP347jtHKRtkpKY0PdPmIctWYMSzlWegm+hymbFWZ3C6siNQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-lists":"~28.1.33","@syncfusion/ej2-inputs":"~28.1.33","@syncfusion/ej2-popups":"~28.1.33","@syncfusion/ej2-buttons":"~28.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_28.1.33_1733990642952_0.2559947620505778","host":"s3://npm-registry-packages-npm-production"}},"28.1.35":{"name":"@syncfusion/ej2-calendars","version":"28.1.35","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@28.1.35","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9510b9763c691e36628f5db87e78bea0841f12a9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-28.1.35.tgz","fileCount":618,"integrity":"sha512-og0hqTfzis4z1wMJmPOgJX/Tky5b6yVA0lMfhLOmD2D9d8owXsOwLsTSMmgO1Gp4548bnRL0qei60cymgIDosg==","signatures":[{"sig":"MEYCIQCyjniEtLwJkMyuwe62NduojtXlyiu8wlvDX5gU44LWxwIhAIfPeOS+UL3kl8PEl2GUIJ+uazjjGktsdFPnkbDz2ioZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17184956},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"26e00568192a48e51115b59c4f306e515c243f10","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-28.1.33.tgz","_integrity":"sha512-Wc9x47sDtSvLeeMRZNcJSYr0/Oa4srqfSPQRWnUjbtgeQiY1/FlkE8JtPYWpL8pEvYD01Gj/x1mRzwM36A8VCA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-lists":"~28.1.33","@syncfusion/ej2-inputs":"~28.1.33","@syncfusion/ej2-popups":"~28.1.33","@syncfusion/ej2-buttons":"~28.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_28.1.35_1734545488563_0.17132315942892484","host":"s3://npm-registry-packages-npm-production"}},"28.1.36":{"name":"@syncfusion/ej2-calendars","version":"28.1.36","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"61bf077796a85fa94c24fe856708d3ba2c08e8a1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-28.1.36.tgz","fileCount":618,"integrity":"sha512-ouZxMEsPyWbEhLXo2GFLB0g9prPfKHdwjUVbCC5U5gtFpzrjbXAvXDSRo7z4IDDjCrzgKyWwudiokVFZkkta+Q==","signatures":[{"sig":"MEYCIQCA5c8Zj/b9nbtLhmtrKOvSAUMuvoOAk7BySeNBXeviQAIhAJ2dKBuNb/vh4EqDUlxej0s99PWCph9uOoduvfLSyCLR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17182935},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"f0512bda760bd25724b8346dbcd24e4df5b7398e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-28.1.35.tgz","_integrity":"sha512-JZoZFFC7eUE+TkRdig642IEXynsfXXHaOx0cPlsBBGQFImbe5+jpY7atCHtw2pQQHVV+qVzySKT2YnSSxEAhXA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-lists":"~28.1.33","@syncfusion/ej2-inputs":"~28.1.33","@syncfusion/ej2-popups":"~28.1.33","@syncfusion/ej2-buttons":"~28.1.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_28.1.36_1735037220970_0.266584762237825","host":"s3://npm-registry-packages-npm-production"}},"28.1.37":{"name":"@syncfusion/ej2-calendars","version":"28.1.37","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"bfc9cebe2463a57d3fba268a4f7102d971828219","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-28.1.37.tgz","fileCount":618,"integrity":"sha512-oRs89Dx5BUW8vSRuvXzil7O1Q7ew54teryYWSdxFKCK6HEChScZejWnejfWgtvGyJA7GNBKWIflAhUXgBI6D8g==","signatures":[{"sig":"MEUCIAURtjsTr756i7drKHfoZHd08HaIdMOSci7HT9kEl6BcAiEAi7xE5xTOoqowVcEhuB81r1t+QrkRq1e9SPyye0ty0tc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17184333},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"f0512bda760bd25724b8346dbcd24e4df5b7398e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-28.1.35.tgz","_integrity":"sha512-JZoZFFC7eUE+TkRdig642IEXynsfXXHaOx0cPlsBBGQFImbe5+jpY7atCHtw2pQQHVV+qVzySKT2YnSSxEAhXA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-lists":"~28.1.37","@syncfusion/ej2-inputs":"~28.1.37","@syncfusion/ej2-popups":"~28.1.33","@syncfusion/ej2-buttons":"~28.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_28.1.37_1735602554849_0.9145357296121435","host":"s3://npm-registry-packages-npm-production"}},"28.1.39":{"name":"@syncfusion/ej2-calendars","version":"28.1.39","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@28.1.39","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5c6f8e90d697c457293c9771ad57bd0d08eb7b6a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-28.1.39.tgz","fileCount":618,"integrity":"sha512-NPIUssoWnTVy8L7H3yAIk7GgGWypaAxYII+vtMf+kfZr2vFW8DNwC2ITPw8x8TlHNv6sRwCd5tfi0DRPcUmTqw==","signatures":[{"sig":"MEUCIGk+jVYfatyRemeyXSLmWb0zKqpj3tk7iEkUQYoipTHrAiEAzHC/erjPFCFnKPyyUj0b801eFH3vv6oEfIoyovAEl/4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17211082},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"d0c3c65c858162b7c1c8f84e38ecc9633428baf5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-28.1.37.tgz","_integrity":"sha512-BEUDBPMzWc5cw7sRi8fPKfsdrJMV/bcWDUATiEyj755GsvoPPCvSypdy9iBZmfjYzTeJCchzy9XZu379tAgLrA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-lists":"~28.1.37","@syncfusion/ej2-inputs":"~28.1.37","@syncfusion/ej2-popups":"~28.1.39","@syncfusion/ej2-buttons":"~28.1.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_28.1.39_1736823752508_0.7736945876277923","host":"s3://npm-registry-packages-npm-production"}},"28.1.41":{"name":"@syncfusion/ej2-calendars","version":"28.1.41","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"6035f150b5e9c5133cbdc7b4c4b7d571139d8207","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-28.1.41.tgz","fileCount":618,"integrity":"sha512-OAdvK8r7kJa4p5/YNNz4KJi8/zqNTNK+klNogqD4JOxo5ZojavxA8CzA2tyrDrvgPYTkBRMn9d4lc1d6+fET9g==","signatures":[{"sig":"MEQCIEwXToWJMRhF3DOBJBxvmqOnG2EFe8418VIa2UIMlPO2AiAL0TLkDPMerrb6PDODnVLY+Z07Mhf5Mrc21xAt9VAwPQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17217853},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"4157a9cffcd7a839d122aee106a75a947d0482ac","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-28.1.39.tgz","_integrity":"sha512-aUzCpwwRK5XWWssVF+GjqDuo+b6zdCZvMAe2dvDGhb5iERjrAvHONsbomAogMjHSZEjJnRGCEoA0wLcrCMOr9w==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-lists":"~28.1.37","@syncfusion/ej2-inputs":"~28.1.41","@syncfusion/ej2-popups":"~28.1.39","@syncfusion/ej2-buttons":"~28.1.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_28.1.41_1737424350853_0.6623719450558865","host":"s3://npm-registry-packages-npm-production"}},"28.2.3":{"name":"@syncfusion/ej2-calendars","version":"28.2.3","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"9da43e44ba00e75ba296070365d7a3f93c180c21","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-28.2.3.tgz","fileCount":618,"integrity":"sha512-Km/mU3ZIyLeJQnB1wXDRMDlweune6cp11zg6qm5Ib8hN+gtO6v2tiRcz4AZITqUZX2TIvIxyrxw3pEgtEFCFgQ==","signatures":[{"sig":"MEUCIQDRcCfiJww4dnD52/Aq4V1pWtUlx8Ggcby4h1wBU2M2OQIgdB1Z4nQID4L92t81SpqKbm73HBcJKRpKCvsIQQradlk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17217843},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"4157a9cffcd7a839d122aee106a75a947d0482ac","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-28.1.39.tgz","_integrity":"sha512-aUzCpwwRK5XWWssVF+GjqDuo+b6zdCZvMAe2dvDGhb5iERjrAvHONsbomAogMjHSZEjJnRGCEoA0wLcrCMOr9w==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.2.3","@syncfusion/ej2-lists":"~28.2.3","@syncfusion/ej2-inputs":"~28.2.3","@syncfusion/ej2-popups":"~28.2.3","@syncfusion/ej2-buttons":"~28.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_28.2.3_1738146177629_0.40671884286679916","host":"s3://npm-registry-packages-npm-production"}},"28.2.7":{"name":"@syncfusion/ej2-calendars","version":"28.2.7","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"439fb9cf7b646d708815a099422f1925cd587bb8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-28.2.7.tgz","fileCount":618,"integrity":"sha512-P3clUdm9vAzoVYYQ3JEQ2P73zeew4Rabwmvgu1A6kk6ikv17hOdCMZfV3iWpZOO4AGODJAXhzrwaJdh2A7s+dQ==","signatures":[{"sig":"MEQCIDLrnl7EHC4WEBjqDU07xeoDY7BWrcqVRNBziMEgViZ9AiBagOyGYSrzXTWFABlCp3rJ4J/I8/YOhYfzB/6fV8YqVg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17219259},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"4a8b47031f63c12e3c9420398ea21e90181f663b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-28.2.3.tgz","_integrity":"sha512-AJidipPF63JKP+LytCxundrrCa0tzCnxst6ROzgRISzy16tofXdAr+748QH21S8oDpBIYmIlfGpFleGDudSVEA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.2.5","@syncfusion/ej2-lists":"~28.2.3","@syncfusion/ej2-inputs":"~28.2.3","@syncfusion/ej2-popups":"~28.2.6","@syncfusion/ej2-buttons":"~28.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_28.2.7_1740451936365_0.7131126236777903","host":"s3://npm-registry-packages-npm-production"}},"28.2.9":{"name":"@syncfusion/ej2-calendars","version":"28.2.9","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@28.2.9","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0ae185ec544986a4ff94708aa32880334aa659fb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-28.2.9.tgz","fileCount":618,"integrity":"sha512-KTIsdj5F5/paolNwZ9R3mCAKWlwSuAt8myu0yiig5WHLwUtHtOC66rtdBCjv/SkVdcd6C1G9Grd6tR9j0yMqhw==","signatures":[{"sig":"MEYCIQCYkhinsMUBZEKkS6ax9JPKH9sssLw03rRMmGjQARtAwgIhALvUBS2XPCgngOURs7oDClG+ivfH4nlHwreXM81gKtxj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17223939},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"01fee660caff9ed4666ebbf196083ae3c2ea2a97","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-28.2.7.tgz","_integrity":"sha512-481Z4WY5kD6GNJ5+fZE61W1+GQkYEMil203jutDd6d+y8bg60E23RErctH4ey0YXO6YLK0MLoUUgVdaNhS4Ebw==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.2.9","@syncfusion/ej2-lists":"~28.2.3","@syncfusion/ej2-inputs":"~28.2.9","@syncfusion/ej2-popups":"~28.2.9","@syncfusion/ej2-buttons":"~28.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_28.2.9_1741055915154_0.4437492679347801","host":"s3://npm-registry-packages-npm-production"}},"28.2.11":{"name":"@syncfusion/ej2-calendars","version":"28.2.11","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"41e90dbb04375e811202f0b69a54a6dcf5b83d73","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-28.2.11.tgz","fileCount":618,"integrity":"sha512-gH1ZHXzWNk/rZNRzYSy/mGMoi7mzOcL9IfBTepFeVslAT4obVyLFFVH4YDy0QR70J3SBXKOjVYEFJ1cwwMlAXw==","signatures":[{"sig":"MEYCIQD6jYZTaLmEN8+/tQAbzebsOxhMp7qvJjKJYEaJ1OVn9QIhALzvR4eiBgnLc6pjlbQ1dWNb+NnbgQsMd+3bQ1UbOJJg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17225199},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"aa9b8be55d980337d8923bbad8297e15436f26fa","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-28.2.9.tgz","_integrity":"sha512-xBMuaPDG/UZbCwpyiE+HinHcj/yvpYTkLM5Qbfstt6CNCEAYLPuyM2rsRT+5Rr1GR1TXkQ1VnJ+YLJ/MeupLeQ==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.2.9","@syncfusion/ej2-lists":"~28.2.3","@syncfusion/ej2-inputs":"~28.2.11","@syncfusion/ej2-popups":"~28.2.9","@syncfusion/ej2-buttons":"~28.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_28.2.11_1741659693069_0.5227748653635591","host":"s3://npm-registry-packages-npm-production"}},"29.1.33":{"name":"@syncfusion/ej2-calendars","version":"29.1.33","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"d8fbffd95a7013f7fccb16f8b4181dd3ce04e3d6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-29.1.33.tgz","fileCount":618,"integrity":"sha512-l0mexvDfqFnYo/hnCEauCKA8ium3TiIL6prdlEZUqlGGtplhWhKb3Q2SUG845DmTUUhIzrJwwPMJyKVYKFIJLQ==","signatures":[{"sig":"MEYCIQDicjYdTFBJeugJd+6ducDat7h/T+bJcdHxMfHquKvWrAIhANz8Ja1LFIhTfjMtNMCY6S0LD/I3Kbxzd61n/QKq6a6t","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17295107},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"728901b1333352dba23dbf2f4b61d57588b0aed4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-18.32.5.tgz","_integrity":"sha512-oThXVtFZLWtWSij0H2ZsToVSIjmQV4tCYCvrXtGWiTi0h4yFDjI+esu/3RrWn8U3n79NXRq0QnLdZtdV+IUilA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.1.33","@syncfusion/ej2-lists":"~29.1.33","@syncfusion/ej2-inputs":"~29.1.33","@syncfusion/ej2-popups":"~29.1.33","@syncfusion/ej2-buttons":"~29.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_29.1.33_1742897418756_0.03215481041073387","host":"s3://npm-registry-packages-npm-production"}},"29.1.35":{"name":"@syncfusion/ej2-calendars","version":"29.1.35","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@29.1.35","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b57b49fb02699cd4980cdf9ead6ae303211cd5bd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-29.1.35.tgz","fileCount":618,"integrity":"sha512-7uAAU6YsboaTxAJXHbyv2fSpdCF2kSgluwyiAIgCYISGf8DEjQlQsNdcqSkyu8FkQgKTAzicTj9sBOWiRBJEpg==","signatures":[{"sig":"MEQCICzW8ECXtqTbVho+4SVuOzv3VU4HqNURiG1BEvvO+CrIAiADGShFIQVcPrSgUXpODQ1uel3l3NWBKfZbu/Riq0Mg2A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17295110},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"79eb04160dcb944b85380bfc8b68c9b9c336f5cb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-29.1.33.tgz","_integrity":"sha512-jY5xeM6XhYDIMFAa0spg1RdBqr1KkxM7e4ukeqXSjqg1ml2CrMmmZm1LQXnUTS4lVsuHjh5zkSakzx3Q37bxYA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.1.35","@syncfusion/ej2-lists":"~29.1.34","@syncfusion/ej2-inputs":"~29.1.34","@syncfusion/ej2-popups":"~29.1.35","@syncfusion/ej2-buttons":"~29.1.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_29.1.35_1743470660036_0.4614531321085036","host":"s3://npm-registry-packages-npm-production"}},"29.1.39":{"name":"@syncfusion/ej2-calendars","version":"29.1.39","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@29.1.39","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1cf5261b20c813173eb37e9dfc36a1bdc46ae5cf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-29.1.39.tgz","fileCount":618,"integrity":"sha512-0EraG+ofpnbLLIHLTXBsTS+tCxdntX9q0KkapZ2dJBhpG7swyctMDN5/cDd4hA9qY1LDaZqyHVIOX4Ql/wTeaA==","signatures":[{"sig":"MEYCIQCp+cFmO6/NpTiwrZQBiCtH6niwIBBJl2LkvNTcI/AguwIhALyxcqIg/+4FnkP6s1RAAnJkzfBBdY9K5XjsMp3KDhSp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17301713},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"f60c06255c1d44f23918cbd651aebb277c060b19","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-29.1.35.tgz","_integrity":"sha512-mqvrCexNlIzUSRNILrmadYJgMGqvnWbFWJtskEBlEHccUUZJUQvDkgWSr9OVD38jIGKR5lzHE9OvF2vOzBAI8A==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.1.36","@syncfusion/ej2-lists":"~29.1.34","@syncfusion/ej2-inputs":"~29.1.39","@syncfusion/ej2-popups":"~29.1.37","@syncfusion/ej2-buttons":"~29.1.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_29.1.39_1745289695222_0.826781356121876","host":"s3://npm-registry-packages-npm-production"}},"29.1.40":{"name":"@syncfusion/ej2-calendars","version":"29.1.40","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"1df4559a856f4361e9ae36daefbac098248b548d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-29.1.40.tgz","fileCount":618,"integrity":"sha512-zYGGBGd1miZtYJysyQO+yoDN4mXxJ9PTKYhDGIR/5IeWVerDSXk5IPkVE0iAR3KmSnLvYYfA0nj6xbIFPOB4hQ==","signatures":[{"sig":"MEUCIQCwYjPlJ6Sf5+4foFz0ZAUnyIS5KW5BYOwpwXpBVZOLKQIgErdfi7NydbSJCTNBDP/eo5osVfNDUBRvPfLCHdennCY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17301839},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"a698ce9fcd55b0dbe539df462a1b00e0ce2718b5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-29.1.39.tgz","_integrity":"sha512-5woE70fW8DIMAmH8vCbnd9mGc642S+Tojbu3FHIFmFvOwAPh6pVwSTj/N/z4HHeEARbipqL0zzfT64mPXwSjmg==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.1.36","@syncfusion/ej2-lists":"~29.1.40","@syncfusion/ej2-inputs":"~29.1.39","@syncfusion/ej2-popups":"~29.1.37","@syncfusion/ej2-buttons":"~29.1.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_29.1.40_1745891184566_0.21028200698949018","host":"s3://npm-registry-packages-npm-production"}},"29.2.4":{"name":"@syncfusion/ej2-calendars","version":"29.2.4","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"2aa90625e5a8589794c971300b7fae543adf448d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-29.2.4.tgz","fileCount":618,"integrity":"sha512-kYzOHeAKTDcbz5bEGnKHEqbgm25MYDk3Lt93LxGKs0/A6vkow/7N1Dmx/JgadIonZU4nIVJq5SbFQG1K1CDgvQ==","signatures":[{"sig":"MEQCIA2hClUoR69NvybCAKvaVwPcsEarhlGXYBQV1gzqWLVXAiA98/EOEalkPNbQcNRqQjihvsvJRdYaxmenD1FePGiavA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17301829},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"54af8fc2a69e00e1da79f69789ec89441ac80b52","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-29.1.40.tgz","_integrity":"sha512-Ql6ZKLMlEptNAbTMepV3bbsEL3z+dyrcTrsaRrjXvZcyDI/A+ejhyA8qE4k9hASSBS27uYhcjvAr3NzzT4ZvNA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.2.4","@syncfusion/ej2-lists":"~29.2.4","@syncfusion/ej2-inputs":"~29.2.4","@syncfusion/ej2-popups":"~29.2.4","@syncfusion/ej2-buttons":"~29.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_29.2.4_1747219482152_0.34139089215164753","host":"s3://npm-registry-packages-npm-production"}},"29.2.5":{"name":"@syncfusion/ej2-calendars","version":"29.2.5","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@29.2.5","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7cdecb0c926f2f46e581f7ada187aaa1b853c12c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-29.2.5.tgz","fileCount":618,"integrity":"sha512-CIKB1ZMGasgau7E0FWJqrYV0dUQ0MCWlESrMnWFZ5sncsFHRVit7+JVgZdwZfmGKTPZuatq+ACUYOMJS0Le76g==","signatures":[{"sig":"MEUCIQCRke3kq6LIaPWObw8qCqrk9kOIq+hoOVC3in6HLJgoJwIgIrF750GEa3Li5/UbKKbSwSThBAoDuMqJ0GkyXlLFVuU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17304984},"main":"./dist/ej2-calendars.umd.min.js","_from":"@syncfusion/ej2-calendars@*","_spec":"@syncfusion/ej2-calendars@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","_shasum":"e24c0ad4789e876e16bd3fe22e720a595c0de0bc","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-calendars","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-29.2.4.tgz","_integrity":"sha512-TrfvQb4WtUCajGLi7q0b7xYvyP+0qn7jPgfZdoJt3Uwm21PfLRwu5G2Sp7EakvpMZ7KPrK4O1gqD0dWkMOtEHA==","_requested":{"raw":"@syncfusion/ej2-calendars@*","name":"@syncfusion/ej2-calendars","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-calendars"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-calendars","/@syncfusion/ej2-charts","/@syncfusion/ej2-documenteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-grids","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pivotview","/@syncfusion/ej2-querybuilder","/@syncfusion/ej2-react-calendars","/@syncfusion/ej2-schedule","/@syncfusion/ej2-vue-calendars"],"description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.2.4","@syncfusion/ej2-lists":"~29.2.4","@syncfusion/ej2-inputs":"~29.2.5","@syncfusion/ej2-popups":"~29.2.4","@syncfusion/ej2-buttons":"~29.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_29.2.5_1747788021048_0.7948496880428906","host":"s3://npm-registry-packages-npm-production"}},"29.2.10":{"name":"@syncfusion/ej2-calendars","version":"29.2.10","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"17276f9f5a5ad11d9c6ec070de88a6afcf70169b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-29.2.10.tgz","fileCount":618,"integrity":"sha512-zGmepghlSrdxMvLo+1H2ChqKMW9pK3XKHEPpcappkkgbTfySob98MH2ztHbanILlTG3wVXowYOgm5Zxha9uaPA==","signatures":[{"sig":"MEUCIQCGZrFXJQeX8S40uG3T2tGlBpuosC/ZCJ/x74X+QzPllQIgTo0287V8lZrWkzPQbcT29DsXz1TYiTvmBa/6c9+rpPo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17324292},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~29.2.4","@syncfusion/ej2-lists":"~29.2.4","@syncfusion/ej2-inputs":"~29.2.5","@syncfusion/ej2-popups":"~29.2.8","@syncfusion/ej2-buttons":"~29.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_29.2.10_1749524213687_0.42364660095522955","host":"s3://npm-registry-packages-npm-production"}},"29.2.11":{"name":"@syncfusion/ej2-calendars","version":"29.2.11","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@29.2.11","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"afd4c7ba8068a506a380c2289deba4ae7252a39a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-29.2.11.tgz","fileCount":618,"integrity":"sha512-RphIYxXwaDv59QiYjswIntNyDxOqd3oQqi2G9Z3zRD+Ez1u+ybY9koaWbj5Dq/5AsFhdNCwHhyEPX9gACZMsvA==","signatures":[{"sig":"MEUCIQC2cY/qHE06iq2ppFjCGiUD9WCLGNCJiVY002rfxnvo6gIgI8SOjU4VpkTsoXCmz1xdpeMZX+j3fkzugBRlH9QXoXk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17324293},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~29.2.11","@syncfusion/ej2-lists":"~29.2.4","@syncfusion/ej2-inputs":"~29.2.5","@syncfusion/ej2-popups":"~29.2.8","@syncfusion/ej2-buttons":"~29.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_29.2.11_1750128810900_0.10463353588903002","host":"s3://npm-registry-packages-npm-production"}},"30.1.37":{"name":"@syncfusion/ej2-calendars","version":"30.1.37","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"058c24099e9b46ce1c35c76c450b8ec695717d58","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-30.1.37.tgz","fileCount":616,"integrity":"sha512-9g41zBRizXilbRJWHJgqRYJPpX0WJF5qJwGNpgvsBnyYdolYQy///x6c3oYo9W6YG28N0QDavdbOaxwprj4ghg==","signatures":[{"sig":"MEUCIBxGW3CtLEU50lM9feMSK0Y1VUmXkhpzVyNwvbLN1tyQAiEAt48Z2GMQUIZaAljJTvUz3iHtHKQeYZ42yhhUE7n2p3E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17354224},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.1.37","@syncfusion/ej2-lists":"~30.1.37","@syncfusion/ej2-inputs":"~30.1.37","@syncfusion/ej2-popups":"~30.1.37","@syncfusion/ej2-buttons":"~30.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_30.1.37_1750854611354_0.8534639582335402","host":"s3://npm-registry-packages-npm-production"}},"30.2.4":{"name":"@syncfusion/ej2-calendars","version":"30.2.4","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"e00bc7233f1fc638156be3d2862b0af2f553a8bf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-30.2.4.tgz","fileCount":619,"integrity":"sha512-/CWUBcsZ4FLcQtWGxKsc3xKKfqDloG9/JFc38zqErp2bdhTaQj1N4OmYNWAjnQ146v/z17K2KH2xiXW6bJpQ8g==","signatures":[{"sig":"MEYCIQCBFW7/vuT1Zfq1iqUyhNrJWI5dFjTymjh/8utQWKexnwIhAKRMI74J70NPcmAE5BE/Nwxe/Qmx0SJwOg0pJCJBwnsx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17366049},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.2.4","@syncfusion/ej2-lists":"~30.2.4","@syncfusion/ej2-inputs":"~30.2.4","@syncfusion/ej2-popups":"~30.2.4","@syncfusion/ej2-buttons":"~30.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_30.2.4_1754553695782_0.4042732259359727","host":"s3://npm-registry-packages-npm-production"}},"31.1.17":{"name":"@syncfusion/ej2-calendars","version":"31.1.17","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"dd9e165e4d7d031140fe81cb563b855072414cb5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-31.1.17.tgz","fileCount":658,"integrity":"sha512-NQJAblGjISQWI77MTkDOfHIWknINV37qz6r+NQstgancN+ZqvUsAFdeLHV5jFf+W9jYnxY3319cJB/J77mOTew==","signatures":[{"sig":"MEYCIQDdjxXJdsidv2Hi3CByX68Va/kAX6969Ph1mkNGUt9TPAIhAJyC6jSbx9iYbCMA/+RK6apP8dxATSOIr4zi2zc/RuLQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":18332016},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.1.17","@syncfusion/ej2-lists":"~31.1.17","@syncfusion/ej2-inputs":"~31.1.17","@syncfusion/ej2-popups":"~31.1.17","@syncfusion/ej2-buttons":"~31.1.17"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_31.1.17_1757056328156_0.8071741904420886","host":"s3://npm-registry-packages-npm-production"}},"31.1.18":{"name":"@syncfusion/ej2-calendars","version":"31.1.18","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@31.1.18","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1ebf405243a0acfa65434173ada4f5d63e3527bb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-31.1.18.tgz","fileCount":619,"integrity":"sha512-mKkY8tlL3NcSodRNRr4aegL1JihmiM0Oibi/28W3CIqaP6NB3LUaTZGmE0XNIVT1kxFLkMGwCmN9FsEYqGlxww==","signatures":[{"sig":"MEUCIQD1Gw4mHbes8SqMxPo3bEmDIbirBwytUNoPnGS6hPa4ogIgdz4hB+Kr28vGZ0MkQ++8FNu6twWEC8klPUmh/moLKoY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17385865},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.1.17","@syncfusion/ej2-lists":"~31.1.17","@syncfusion/ej2-inputs":"~31.1.17","@syncfusion/ej2-popups":"~31.1.17","@syncfusion/ej2-buttons":"~31.1.17"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_31.1.18_1757471296029_0.6981131518888957","host":"s3://npm-registry-packages-npm-production"}},"31.1.19":{"name":"@syncfusion/ej2-calendars","version":"31.1.19","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@31.1.19","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7a2b458273a614a84dc35d8e49b718f428a2efe6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-31.1.19.tgz","fileCount":619,"integrity":"sha512-IzsNb50FFf2aF1FeRLOq+B/S5Pu9IbGCrpu9j37GfQxWibgRYMWVpMlDAf6++FRLzo13xe+OzZE+66Kp3V1hXQ==","signatures":[{"sig":"MEYCIQC0dHUXPQFVbsdAEUyO5JuTVDdw5ZGr/xMV5NHYsuI87wIhAKqzoeCSzKuvbyxbxWYZi2DTwp51o7sOz7fuYujosXk9","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17385865},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.1.17","@syncfusion/ej2-lists":"~31.1.17","@syncfusion/ej2-inputs":"~31.1.17","@syncfusion/ej2-popups":"~31.1.17","@syncfusion/ej2-buttons":"~31.1.17"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_31.1.19_1757590547452_0.07220383237088956","host":"s3://npm-registry-packages-npm-production"}},"31.1.20":{"name":"@syncfusion/ej2-calendars","version":"31.1.20","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"f6bf5c1660d0d8d9c9b59bedb312f9864483e492","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-31.1.20.tgz","fileCount":619,"integrity":"sha512-RNsQXTKwWTdpSUGm1xPvBWZ6rsoS78iClkkoSCtf/tye3j4fB4bYuWHf7hztlBFAzifktLaqx/bXeHszZH1TcQ==","signatures":[{"sig":"MEQCIEPp9sajiqhNDpexDdX0x/QE6OB0Tvi2fXP9RqqZBeaEAiATQQaeDLCvV7TgDcfPxBPoy/IS/Sx/JU2wimvoK4m1YA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17387131},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.1.20","@syncfusion/ej2-lists":"~31.1.17","@syncfusion/ej2-inputs":"~31.1.20","@syncfusion/ej2-popups":"~31.1.20","@syncfusion/ej2-buttons":"~31.1.17"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_31.1.20_1758077370532_0.5566647822940205","host":"s3://npm-registry-packages-npm-production"}},"31.1.21":{"name":"@syncfusion/ej2-calendars","version":"31.1.21","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"1e883d9b4e2914e43ce832fd87b1f0bc69a077fc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-31.1.21.tgz","fileCount":619,"integrity":"sha512-UZNF+plh6GnA8K9jG/drj2LI30lVdQmvQVB14G9Chdy4tqRHjcnr6C3VDrIIBjg0QSeBwzCk/BcXhrARxVpRBA==","signatures":[{"sig":"MEUCIQD1Ef6f+89s3SVM2As8zWHqIV+IdkpXDr5GCOyMXlBM0gIgRM8dGtxvRzg68RdxbkaqcjsSulS80iDrDtf+zJ0urUs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17387131},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.1.20","@syncfusion/ej2-lists":"~31.1.17","@syncfusion/ej2-inputs":"~31.1.21","@syncfusion/ej2-popups":"~31.1.20","@syncfusion/ej2-buttons":"~31.1.21"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_31.1.21_1758596458806_0.8773193396770789","host":"s3://npm-registry-packages-npm-production"}},"26.1.35-750253":{"name":"@syncfusion/ej2-calendars","version":"26.1.35-750253","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@26.1.35-750253","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"40ee9d7051645d81146bc84a7e43fb2c2e981f19","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-26.1.35-750253.tgz","fileCount":525,"integrity":"sha512-UhZjwhhEAc2+UZQe0H2CT5uSIqu4OUlP6Jlmp625TrrEhyGRbqQXNAbuF8n/jfNL8A4Q/HzopWeGkohxNFYcHg==","signatures":[{"sig":"MEYCIQCRsNVLcrDCrNVLfNWf3ECZ9q/BuwklAJLKTU0GF5u2TAIhAIfqzHg2tNOOQ5dlRuTUyBQhSniiAOrKk7iWJfUgTqQD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":14167983},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"10.9.3","description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"@syncfusion/ej2-base":"26.1.35-750253","@syncfusion/ej2-lists":"26.1.35-750253","@syncfusion/ej2-inputs":"26.1.35-750253","@syncfusion/ej2-popups":"26.1.35-750253","@syncfusion/ej2-buttons":"26.1.35-750253"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"bundleDependencies":[],"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_26.1.35-750253_1758891858907_0.6653435673396169","host":"s3://npm-registry-packages-npm-production"}},"31.1.22":{"name":"@syncfusion/ej2-calendars","version":"31.1.22","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"b3a4db6b27977fdd5508ac87b46671b31e2aec4b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-31.1.22.tgz","fileCount":619,"integrity":"sha512-eepI70LowYogxOVQRA+pEFoHpFdqge2wyyVkz/ixhRzniVi2WwA5nN6AXJtYvS9fOMKRUThmzXXfjUdO/TP/4g==","signatures":[{"sig":"MEYCIQCuRze8U9qN6x0DDj1omiiBwgleGNCT/7MU3yqUtyBATwIhAIcw22Bk0+K4P6yGjbKeoiudjvlueYU4pSGYo3ZDYeEy","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17387131},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.1.22","@syncfusion/ej2-lists":"~31.1.17","@syncfusion/ej2-inputs":"~31.1.22","@syncfusion/ej2-popups":"~31.1.20","@syncfusion/ej2-buttons":"~31.1.21"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_31.1.22_1759289772859_0.5828090826347567","host":"s3://npm-registry-packages-npm-production"}},"31.1.23":{"name":"@syncfusion/ej2-calendars","version":"31.1.23","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"2d65073937c10bb3e6aa6ef94ff2ee8772b7ccdf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-31.1.23.tgz","fileCount":619,"integrity":"sha512-p5dxxc0xOtLza8qFaPud45byREztZNC4fzdRWAJRwBfUDhHRa1rXSjUDdYqFV3bFcUaM/hGdS+81uH1bFoF6yQ==","signatures":[{"sig":"MEUCIC+LKZPFQFM+Za9xcfwCurkOzIzdRR8SVa4YvrfoiNZUAiEA0hnWgZux/omy5CoF9gIxyltF6LTKQwBFpaDLZvNfd+4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17387131},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.1.22","@syncfusion/ej2-lists":"~31.1.17","@syncfusion/ej2-inputs":"~31.1.23","@syncfusion/ej2-popups":"~31.1.20","@syncfusion/ej2-buttons":"~31.1.21"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_31.1.23_1759806301296_0.7478604266570537","host":"s3://npm-registry-packages-npm-production"}},"26.1.35-7502":{"name":"@syncfusion/ej2-calendars","version":"26.1.35-7502","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@26.1.35-7502","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"23c0409461b849424f0bc46aed77f9f29270c612","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-26.1.35-7502.tgz","fileCount":525,"integrity":"sha512-zn5Y1Egj3BryLIbDGZltRRhNgDV2d/ZSCdf/CDJrmd1WeMCxQsPymChFWqabrMOk1TbNqa5Kd+0aijC0FryPzw==","signatures":[{"sig":"MEQCIAWL9MPf0eyFO8k8msZ6E37dOb1iaGD/EYct+u+S95h3AiBWreezhtR2CQMATbQRa8CJpj51RbH3DBwgrC5vqA//+A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":14167971},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"10.9.3","description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"@syncfusion/ej2-base":"26.1.35-7502","@syncfusion/ej2-lists":"26.1.35-7502","@syncfusion/ej2-inputs":"26.1.35-7502","@syncfusion/ej2-popups":"26.1.35-7502","@syncfusion/ej2-buttons":"26.1.35-7502"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"bundleDependencies":[],"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_26.1.35-7502_1759856830917_0.3115799423742669","host":"s3://npm-registry-packages-npm-production"}},"31.2.2":{"name":"@syncfusion/ej2-calendars","version":"31.2.2","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"a99b27607ec573dca56e6036f42ba95972a3ed40","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-31.2.2.tgz","fileCount":619,"integrity":"sha512-pFE4XgB2O/4SQEsFJzXSe7Qe4WfOse2N/GwOwsyV6TN3BEUXcJS89tNuN+MrXL3Rf0NCt2HBX5czEhBc/YKTaw==","signatures":[{"sig":"MEYCIQC+VCQ6HCj/JXoeEdJV7+19FgYA+6gqm9JRbUMnRtJGogIhAIUAFMWksXzIMaQenGztn5qKyrqxrRUkww2DouAI5wzq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17390983},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.2","@syncfusion/ej2-lists":"~31.2.2","@syncfusion/ej2-inputs":"~31.2.2","@syncfusion/ej2-popups":"~31.2.2","@syncfusion/ej2-buttons":"~31.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_31.2.2_1760521494845_0.13448758030783026","host":"s3://npm-registry-packages-npm-production"}},"31.2.3":{"name":"@syncfusion/ej2-calendars","version":"31.2.3","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"8070711b6bdd7444219533576e4d866e6d06bfad","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-31.2.3.tgz","fileCount":619,"integrity":"sha512-n9zFyqBl1QU08AF2fHRlDgNBHNOjP3qMStqsSTPwOAH7dk67cZSZ3kZusV9S8Q3qs20Fu/AkiN3KkqBp+IHXRQ==","signatures":[{"sig":"MEQCIB3zsQalJLcwyJhGTUp+qhv41cF08b3CEmZDXAQdUtLOAiAwjcvazdikDTCF9BVc334BLc7uiQIl41l8ndkft6pg1g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17390983},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.2","@syncfusion/ej2-lists":"~31.2.2","@syncfusion/ej2-inputs":"~31.2.2","@syncfusion/ej2-popups":"~31.2.2","@syncfusion/ej2-buttons":"~31.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_31.2.3_1761105941967_0.9310816348552915","host":"s3://npm-registry-packages-npm-production"}},"31.2.4":{"name":"@syncfusion/ej2-calendars","version":"31.2.4","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"1ef99adcd64c75f4398a0b321adc8f5426fa2254","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-31.2.4.tgz","fileCount":619,"integrity":"sha512-UgouehJFJ9lApvWyVEBAUA5wlmh7H6aWuUt7fDHSJAfn2zTB4kH3fwoIAaXRTJ9RQLT97F5iGcoBnTBTL4F0Pg==","signatures":[{"sig":"MEUCIFgrW5sNcQrXDgfgENCXt35men3jg5E0kTmoZdi/wnV+AiEAkhj8MtlSeIxh0Q2RePgQUqwuen8geCM9ggGDzcLLrvw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17451459},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.4","@syncfusion/ej2-lists":"~31.2.2","@syncfusion/ej2-inputs":"~31.2.4","@syncfusion/ej2-popups":"~31.2.2","@syncfusion/ej2-buttons":"~31.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_31.2.4_1761622959854_0.051415933278966985","host":"s3://npm-registry-packages-npm-production"}},"31.2.5":{"name":"@syncfusion/ej2-calendars","version":"31.2.5","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"03d3b9c061365dbb8686f6b16a5b4478a85bc974","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-31.2.5.tgz","fileCount":619,"integrity":"sha512-GDP1UAkZZ8K22XwN8kVa8mfKmnfS8QiWoS9V0Qbdl/SHhKKLpq8fgpOp06Wl6JjmfdhYr9bt5sfmfAahX9R4Sw==","signatures":[{"sig":"MEUCIBrAGwW4SjLGFNOM23EyM1G2igT/xLk0vynltc9eJgQmAiEApaZ0hU2q21CNeNN+jl4XgBf7QYrnL4n0B0+2mugvApw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17451459},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.5","@syncfusion/ej2-lists":"~31.2.2","@syncfusion/ej2-inputs":"~31.2.5","@syncfusion/ej2-popups":"~31.2.5","@syncfusion/ej2-buttons":"~31.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_31.2.5_1762225364180_0.8514590494839551","host":"s3://npm-registry-packages-npm-production"}},"31.2.10":{"name":"@syncfusion/ej2-calendars","version":"31.2.10","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@31.2.10","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"27a72601a6cd3089b89d0b44dbeadebd4ac9645f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-31.2.10.tgz","fileCount":619,"integrity":"sha512-CuHnIjJn5A2CVE1pteLzHiJCFq8C6yDreoa7MZkKSoi8gVQi/pzr2dfZyQ92aUuXMcBjy9r26e42VEUDoCNmLg==","signatures":[{"sig":"MEYCIQCTCRZnh8D79byoH6nS6GpgNbC15A4cBCcpEZ1NoINofAIhANtXkMnzFj2WqYZXOuR1Um4U6xurKSia2z7ZUuY/C1vQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17451465},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.5","@syncfusion/ej2-lists":"~31.2.2","@syncfusion/ej2-inputs":"~31.2.10","@syncfusion/ej2-popups":"~31.2.5","@syncfusion/ej2-buttons":"~31.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_31.2.10_1762977892633_0.601274692492169","host":"s3://npm-registry-packages-npm-production"}},"31.2.12":{"name":"@syncfusion/ej2-calendars","version":"31.2.12","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"57ecc28ff03dd670647bd50cbcd0ea1c84129050","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-31.2.12.tgz","fileCount":616,"integrity":"sha512-7m56hqFRENj/rBndA6k4E/43Ax27GNKlk3Pudd6EOBBDfHUBQKwW61mFd1GJvgk8gsmid5dpRHSWOPB33XNodA==","signatures":[{"sig":"MEUCIQCznSOksy7Z9voIG9G6kzLuYGV9LPlSG25kBs2eXWvgrwIgRHpUSuQhoBhXMAgwERhVryj3PaFasirWHifWzJM7/UU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17440534},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.12","@syncfusion/ej2-lists":"~31.2.12","@syncfusion/ej2-inputs":"~31.2.12","@syncfusion/ej2-popups":"~31.2.12","@syncfusion/ej2-buttons":"~31.2.12"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_31.2.12_1763451995294_0.7693089589321975","host":"s3://npm-registry-packages-npm-production"}},"31.2.15":{"name":"@syncfusion/ej2-calendars","version":"31.2.15","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@31.2.15","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a86b758a8e9581890c722fc51480af61a09cb687","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-31.2.15.tgz","fileCount":616,"integrity":"sha512-MtgjPGiEgseBtKPX0A4y0lWWIqyh9WH3XTbUeoYGG2+q4/UQkG5xmWhy0IF+NnPZT8JkQHHK2vgChzFzuzrqmA==","signatures":[{"sig":"MEQCIBnk0kd5zjJnU6BJb++N+If2kf4x/8fRIoFunsSaMCmQAiB0+GXIs+XrITuAFps1zZuRECTRGiTYM50W6S3itEkdCA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17440534},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.12","@syncfusion/ej2-lists":"~31.2.12","@syncfusion/ej2-inputs":"~31.2.15","@syncfusion/ej2-popups":"~31.2.12","@syncfusion/ej2-buttons":"~31.2.12"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_31.2.15_1764030195731_0.07676386234671528","host":"s3://npm-registry-packages-npm-production"}},"31.2.16":{"name":"@syncfusion/ej2-calendars","version":"31.2.16","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"3f19935adb219cc7d4ee73ec0aa5bea4f8b8a42b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-31.2.16.tgz","fileCount":619,"integrity":"sha512-9Xr7eZkewCuN1cLVfxCBRt+D/c9lzxOlBFkTI96t18DvcrczeubF0hn1UJd+h7C42YnyC/udBgJdwpv2Kx1TIg==","signatures":[{"sig":"MEQCIAi9QxHcpO5jBxQWg4b+4zuh/y/xCizhNAR0bDLY5AvwAiA8DZj4VXtYBkjy26RQ5qwCg+7Xrgs5BpYnvoniHpJNHw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17468515},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.12","@syncfusion/ej2-lists":"~31.2.12","@syncfusion/ej2-inputs":"~31.2.15","@syncfusion/ej2-popups":"~31.2.12","@syncfusion/ej2-buttons":"~31.2.16"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_31.2.16_1764648869734_0.22635436417874355","host":"s3://npm-registry-packages-npm-production"}},"31.2.18":{"name":"@syncfusion/ej2-calendars","version":"31.2.18","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"a9a3b6a9187e76c64644d244464f1b3a93cae61b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-31.2.18.tgz","fileCount":618,"integrity":"sha512-sej3hSKOXhiLR3znOWSbJFsgMeZKCPDlWCV3I9CzApDSbCN3nr6PCho1wQ9YgcofzZ1tsVcrRv4ZXCseoGsX8g==","signatures":[{"sig":"MEQCIFS7HtHNYIr+mdA6knfQSDcCvFJuqFOyFNrENXKqYi7wAiBideCbWgAX0REJ6fI3l2Uip0uhpu4nFoHJ0mzwxjh7IA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17468029},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.18","@syncfusion/ej2-lists":"~31.2.12","@syncfusion/ej2-inputs":"~31.2.15","@syncfusion/ej2-popups":"~31.2.12","@syncfusion/ej2-buttons":"~31.2.18"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_31.2.18_1765252264269_0.9680482858308075","host":"s3://npm-registry-packages-npm-production"}},"32.1.19":{"name":"@syncfusion/ej2-calendars","version":"32.1.19","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"c40a00036dae6f3dd1d282377f32392f363b6c95","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-32.1.19.tgz","fileCount":624,"integrity":"sha512-DOa3Uz9GX2fT8z4uDETLAxrNXMrORSOwY/WMw3g7+eFshtZW/4DXE1JWPEC2T+rSvqWL8GX01NHt5bVbGUdP5Q==","signatures":[{"sig":"MEQCIFDIrPsUv/sJmQZDhbf8ejrtlTvJC3MZvDHNGfDscag9AiBJeh9maMFQYT2Umt7R0qjfqUCjXi5M783zNs8K+stngw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17782983},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.19","@syncfusion/ej2-lists":"~32.1.19","@syncfusion/ej2-inputs":"~32.1.19","@syncfusion/ej2-popups":"~32.1.19","@syncfusion/ej2-buttons":"~32.1.19"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_32.1.19_1765867238057_0.4606765532430708","host":"s3://npm-registry-packages-npm-production"}},"32.1.20":{"name":"@syncfusion/ej2-calendars","version":"32.1.20","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"f847cf349441fe15a0dfcdadb5a556974b15dff4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-32.1.20.tgz","fileCount":624,"integrity":"sha512-RqfwqEQ4xjnZv+lG9FEN2o+2y66W2MFuUKbAp3hPi6FY7oF5srXk054dRWKU5gOiIQPoq9tdTDCTqE42288hAQ==","signatures":[{"sig":"MEUCIQCMnohNWmWhQpTuWbRtDO7Vpr0iKEyq3PwNxcctSjicyAIgPkgJ1S5KniffanVAFXoWiJ6oWGxevO1QMLbILP+DWdc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17788853},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.19","@syncfusion/ej2-lists":"~32.1.19","@syncfusion/ej2-inputs":"~32.1.20","@syncfusion/ej2-popups":"~32.1.19","@syncfusion/ej2-buttons":"~32.1.19"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_32.1.20_1766466376484_0.7918041388961425","host":"s3://npm-registry-packages-npm-production"}},"32.1.21":{"name":"@syncfusion/ej2-calendars","version":"32.1.21","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"e2145905883f8066167acf80e8f42a9e8dbb58e1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-32.1.21.tgz","fileCount":624,"integrity":"sha512-ps5+WyWhX+vwMm2DpTwRXP0lc7Lvak0cA9BhVE8pnkbR3IZfogo0pMQpVeJcnAmmhoihJoC9Pc8UyBAcsde/Qg==","signatures":[{"sig":"MEUCIQCPa/hXP4Nku+GGyNg1Bfntha3RYRtSHf1vjoViKN6r4AIgaKXARE47sZTpnDusshdcsIRYIiGqHsrOLfueiuriarc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17788853},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.19","@syncfusion/ej2-lists":"~32.1.19","@syncfusion/ej2-inputs":"~32.1.20","@syncfusion/ej2-popups":"~32.1.19","@syncfusion/ej2-buttons":"~32.1.21"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_32.1.21_1767061630746_0.8349361358568954","host":"s3://npm-registry-packages-npm-production"}},"32.1.22":{"name":"@syncfusion/ej2-calendars","version":"32.1.22","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"6f9b772ef1e44ed943d829232c0bb1e7cd7e483c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-32.1.22.tgz","fileCount":624,"integrity":"sha512-qLbGARjwUcQDr8o/9t7XLHnZG+DMDiInTyOuihtIINin7l99gxs01c1MhW+vOl9gmtZGSP3/zcmM6PF4W5jAIg==","signatures":[{"sig":"MEYCIQC403JN+TOjUSNQB8j2qsUMRiAMMa0dpP8TXQZVHYl7sgIhAIu3WMiqHN2yqJdr+arxaDq3Y4AOTgt9kOll46K4d6uy","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17790151},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.19","@syncfusion/ej2-lists":"~32.1.19","@syncfusion/ej2-inputs":"~32.1.22","@syncfusion/ej2-popups":"~32.1.19","@syncfusion/ej2-buttons":"~32.1.21"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_32.1.22_1767667720229_0.26744028048452173","host":"s3://npm-registry-packages-npm-production"}},"32.1.23":{"name":"@syncfusion/ej2-calendars","version":"32.1.23","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@32.1.23","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"fa3a8375e0ba6d3e586ae245bb2c1b76800a1dd7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-32.1.23.tgz","fileCount":624,"integrity":"sha512-AyDxQnhx/hZeZEIKIOGW81oGQihYPt99SZeLPuHULlr9jM/SigLMKM7TLsZunXZ0QscfRfXpb7lRGGtL+1cbEQ==","signatures":[{"sig":"MEUCIEoVvMN1ga1Tw1WgE1b/KdUh3OQBrnFLrXagmMmW+JWXAiEAycJyoFdb8MjQjZwzEWrrWjnPNpRpCvqdWk4R6b0Melo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17790151},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.23","@syncfusion/ej2-lists":"~32.1.23","@syncfusion/ej2-inputs":"~32.1.22","@syncfusion/ej2-popups":"~32.1.19","@syncfusion/ej2-buttons":"~32.1.23"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_32.1.23_1768275825096_0.18179624675056205","host":"s3://npm-registry-packages-npm-production"}},"32.1.24":{"name":"@syncfusion/ej2-calendars","version":"32.1.24","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"48c85d8579cb9e09719d8d931af0e32286ec2df0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-32.1.24.tgz","fileCount":1144,"integrity":"sha512-+VLDHQY8zXs9340jR+CnFzThJMnKxObJmIAlo03KDhO8xgBjUYHaJkzlVYq/k223yVP3uU8iXtPUJ+OKwSvfzw==","signatures":[{"sig":"MEYCIQCbzgGIKdrxM0h39JKGL4LnLy2XZ9P7qciNtL8V4aj7ewIhAMpDOE01fTYP2yesXM++0VepoaNJfxC0FtTAUzh2WCZs","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":18220805},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.24","@syncfusion/ej2-lists":"~32.1.24","@syncfusion/ej2-inputs":"~32.1.24","@syncfusion/ej2-popups":"~32.1.24","@syncfusion/ej2-buttons":"~32.1.24"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_32.1.24_1768875880496_0.489766986102375","host":"s3://npm-registry-packages-npm-production"}},"32.1.25":{"name":"@syncfusion/ej2-calendars","version":"32.1.25","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"79b51f07ff7fe53720bb39f2a391b23a57b1204e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-32.1.25.tgz","fileCount":1144,"integrity":"sha512-bu4KoBNXaf1ozVExjiksIaIgB2lvxarMhd+AzfYj004MFwzItSMRjogX0aMilAj+Ji48b4yWXiY1liqOKzwJGw==","signatures":[{"sig":"MEUCIBZA3NhVbKqQleZsenICpiKT86LkJXavGAnUO3eQaFXbAiEAzr3O+iqf7r2rtvJfZdDDz4Ff1xaRXh/MK4/PiQPrbq8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":18220805},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.24","@syncfusion/ej2-lists":"~32.1.24","@syncfusion/ej2-inputs":"~32.1.24","@syncfusion/ej2-popups":"~32.1.25","@syncfusion/ej2-buttons":"~32.1.24"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_32.1.25_1769482371347_0.40082546830630683","host":"s3://npm-registry-packages-npm-production"}},"32.2.3":{"name":"@syncfusion/ej2-calendars","version":"32.2.3","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"ef1178e262c860d08774efe2d1a312eaf81e9243","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-32.2.3.tgz","fileCount":1144,"integrity":"sha512-a17IpC4lORgVHqnbiUZ8fYD3bd7UTzvm3R8lhoGIcQfmqZnc6tfUTi+4Pyff26nRoOvzPUkwYXRo6b3Y9K0uNw==","signatures":[{"sig":"MEUCIQC8f5Ub0ZHxgiI8PnIl2wt6gd0EwF9G1MCcIimRCUioxQIgJPWa77/g6OmOxoLMmoBJ2oedoj2UB612NtayOcfJrVE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":18220795},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.2.3","@syncfusion/ej2-lists":"~32.2.3","@syncfusion/ej2-inputs":"~32.2.3","@syncfusion/ej2-popups":"~32.2.3","@syncfusion/ej2-buttons":"~32.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_32.2.3_1770256727889_0.495906735569295","host":"s3://npm-registry-packages-npm-production"}},"32.2.4":{"name":"@syncfusion/ej2-calendars","version":"32.2.4","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"0a3ad37d02b2ead5ce7ef3261c26970ce21d0858","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-32.2.4.tgz","fileCount":1144,"integrity":"sha512-Uiu8ulL+uF4fTQKrgkcgFSLl8RXUA6GxPgoXlO36jxXHNxwY+UoylckeTWBGERteLFKl/SvsEuz3F7gSXI58+Q==","signatures":[{"sig":"MEYCIQDVsXzOFAl7LbvM4O/s9Zio3L/pX/7hClKUddMyUsao5AIhANS+hvSHoB7WKiETZ7GXUBoV8cK9bhCQKbHWCxC4QwxW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":18220795},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.2.3","@syncfusion/ej2-lists":"~32.2.3","@syncfusion/ej2-inputs":"~32.2.3","@syncfusion/ej2-popups":"~32.2.4","@syncfusion/ej2-buttons":"~32.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_32.2.4_1770781018093_0.21674227535641055","host":"s3://npm-registry-packages-npm-production"}},"32.2.5":{"name":"@syncfusion/ej2-calendars","version":"32.2.5","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@32.2.5","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7693c8e5d5a026e7f31c31887db9bdb2c38122c4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-32.2.5.tgz","fileCount":1144,"integrity":"sha512-jHejeAENw9i9LtnMcaC/IapC/SpgD5EpSc77XwCxZzQkkykqr7MjwOM2NE0QzgcgSQrEG4Tvev4zONqbunPoCg==","signatures":[{"sig":"MEQCIF5W1GMdwuFLX0Lu0bewUv1FAirX2YzsLI3Bixwwh1BHAiAq4ExqCxg0njqVr75Ifsbs73kgOU028THxf9uGoNORXA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":18245331},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.2.3","@syncfusion/ej2-lists":"~32.2.3","@syncfusion/ej2-inputs":"~32.2.5","@syncfusion/ej2-popups":"~32.2.5","@syncfusion/ej2-buttons":"~32.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_32.2.5_1771286448184_0.4812208205409483","host":"s3://npm-registry-packages-npm-production"}},"32.2.6":{"name":"@syncfusion/ej2-calendars","version":"32.2.6","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"f334ce12bcadbadb6d88bab7f0140a9e3b397997","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-32.2.6.tgz","fileCount":1144,"integrity":"sha512-wxMoK9RjGInQMKnKmcFqBkjEaAgNxiArWxx5Ii9wPhiCvPa8B41CelII2052/VYzqqA3WAJtzegk4TaiQ6oPxw==","signatures":[{"sig":"MEUCIEcI5kQU82gjubzATe2wqAHECBhdaG0v3QGm0VOFxpQ3AiEAiU5UkhfF/vYWstSBmhARQ8U1ah3Wx0rK2DpPbBSom1o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":18245331},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"@syncfusion/ej2-base":"~32.2.6","@syncfusion/ej2-lists":"~32.2.6","@syncfusion/ej2-inputs":"~32.2.5","@syncfusion/ej2-popups":"~32.2.6","@syncfusion/ej2-buttons":"~32.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_32.2.6_1771336823328_0.5776512515578549","host":"s3://npm-registry-packages-npm-production"}},"32.2.7":{"name":"@syncfusion/ej2-calendars","version":"32.2.7","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@32.2.7","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"124e7f3d6cc53cad50c37a2f24ec2a44e5e7cc14","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-32.2.7.tgz","fileCount":1144,"integrity":"sha512-Qa2YIA70gqsGLuQb7w0HXrrp9V6dSo+MheOjqRH15fe8DBMZr+kA/QE1xwot0DjTb35ghuuvJj0P/Qbj7xxdPw==","signatures":[{"sig":"MEUCIQDYlfIcqv46O8YgczX9q4OPybd3uR7ytcY0qOFqAU1uqAIgbtboEJ38/IMVLPxsllDIpGuvWS4liiGPNVUv3OCr0Is=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":18245331},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.2.6","@syncfusion/ej2-lists":"~32.2.7","@syncfusion/ej2-inputs":"~32.2.7","@syncfusion/ej2-popups":"~32.2.7","@syncfusion/ej2-buttons":"~32.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_32.2.7_1771914165579_0.09845247398980406","host":"s3://npm-registry-packages-npm-production"}},"32.2.8":{"name":"@syncfusion/ej2-calendars","version":"32.2.8","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@32.2.8","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9747624df426bba4b619aeacb7f469726852476a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-32.2.8.tgz","fileCount":1144,"integrity":"sha512-+VMHXiffCDGv8HWg3HQpkli2xp1RprBoU2mAqUiOqn6QTlj+xNd5juo7cG3Sb8WWhIvIC765+S2tqdnRVSMzkw==","signatures":[{"sig":"MEUCIBkTlrmz7vpWUcEdkrSWSI6GfkwU+o6k3wZpB6bEYNicAiEApN+1z7Uz4/I4e+DwwBngeOPsxlrWyov24dGHUTnPZ2c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":18245331},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.2.6","@syncfusion/ej2-lists":"~32.2.7","@syncfusion/ej2-inputs":"~32.2.8","@syncfusion/ej2-popups":"~32.2.8","@syncfusion/ej2-buttons":"~32.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_32.2.8_1772507611609_0.7020367109015602","host":"s3://npm-registry-packages-npm-production"}},"32.2.9":{"name":"@syncfusion/ej2-calendars","version":"32.2.9","keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-calendars@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":"6977422653237c7678e91ad11a3309d9c0f9f31a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-32.2.9.tgz","fileCount":1144,"integrity":"sha512-bbG9IwdxZKXiU/zx7gp5VZwdaqilv1ZeKtNf/PDvCv0uGgcO4OJUrBM4prWazMXQj1fiB7hmlJMbF5p5V1BJtg==","signatures":[{"sig":"MEQCIAGzAFS4KkwuiwX057V4LKRyHjfE3jNlRAf/Vjw2vWg4AiAGp83yvr6QWyBFH+jZfCQ8801RfNly2m+FiLBWhJZ4jw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":18245331},"main":"./dist/ej2-calendars.umd.min.js","es2015":"./dist/es6/ej2-calendars.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":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.2.9","@syncfusion/ej2-lists":"~32.2.7","@syncfusion/ej2-inputs":"~32.2.8","@syncfusion/ej2-popups":"~32.2.8","@syncfusion/ej2-buttons":"~32.2.9"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-calendars_32.2.9_1773108670456_0.40253848087508315","host":"s3://npm-registry-packages-npm-production"}},"33.1.44":{"name":"@syncfusion/ej2-calendars","version":"33.1.44","description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.","author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","main":"./dist/ej2-calendars.umd.min.js","module":"./index.js","es2015":"./dist/es6/ej2-calendars.es5.js","dependencies":{"@syncfusion/ej2-base":"~33.1.44","@syncfusion/ej2-buttons":"~33.1.44","@syncfusion/ej2-inputs":"~33.1.44","@syncfusion/ej2-lists":"~33.1.44","@syncfusion/ej2-popups":"~33.1.44"},"devDependencies":{},"keywords":["ej2","syncfusion","ej2-calendars","web-components","JavaScript","TypeScript","calendar","date","culture","month","year","decade","timepicker","stepranges","time"],"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-calendars@33.1.44","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-pMu+JxXysjied8XyjwIPH12I1tdmYsw5UYMhwt2ONYj3d8XznkV3WsSqUx4L3ap/2C8E8cZCPJcCaSFl/Re9ew==","shasum":"93c694db50efc6c9e24de0ebdd3eba8070928947","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-calendars/-/ej2-calendars-33.1.44.tgz","fileCount":1141,"unpackedSize":18228264,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBcEB83Vzsbbd/oagh8y3eDkZWhI0CeVEszJSWyalsGEAiEAnwIt5pHLrHfRCZPS8M4RzceJjNV7LTI0z45uS5aDrqg="}]},"_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-calendars_33.1.44_1773658245921_0.5256013206715291"},"_hasShrinkwrap":false}},"name":"@syncfusion/ej2-calendars","time":{"created":"2017-05-10T09:31:50.748Z","modified":"2026-03-16T10:50:46.336Z","1.0.0":"2017-05-10T09:31:50.748Z","1.0.4":"2017-05-10T19:06:09.728Z","1.0.5":"2017-05-11T13:07:13.634Z","1.0.6":"2017-05-19T05:16:02.188Z","1.0.7":"2017-05-19T05:20:10.922Z","1.0.8":"2017-05-19T05:57:19.553Z","1.0.10":"2017-07-05T12:45:42.450Z","1.0.11":"2017-08-03T23:20:05.735Z","1.0.14":"2017-08-31T21:36:29.096Z","1.0.16":"2017-09-08T10:55:36.917Z","1.0.18":"2017-09-20T17:16:42.816Z","1.0.19":"2017-09-28T23:39:50.430Z","1.0.21":"2017-10-06T20:02:43.867Z","1.0.22":"2017-10-16T22:03:25.972Z","15.4.17":"2017-11-13T11:33:20.929Z","15.4.20":"2017-12-01T03:49:39.213Z","15.4.21":"2017-12-08T12:06:55.490Z","15.4.23":"2017-12-27T14:02:20.990Z","15.4.25":"2018-01-17T14:15:56.291Z","15.4.26":"2018-01-23T12:24:03.528Z","16.1.24":"2018-02-22T03:13:58.676Z","16.1.26":"2018-03-05T16:34:04.374Z","16.1.28":"2018-03-09T05:35:20.081Z","16.1.29":"2018-03-13T16:14:29.975Z","16.1.32":"2018-03-29T12:36:58.109Z","16.1.33":"2018-04-03T13:17:34.050Z","16.1.34":"2018-04-10T11:06:18.840Z","16.1.35":"2018-04-17T15:32:00.080Z","16.1.37":"2018-04-24T16:55:54.347Z","16.1.38":"2018-05-02T13:34:17.037Z","16.1.42":"2018-05-15T13:11:53.135Z","16.1.45":"2018-05-23T14:41:37.347Z","16.1.48":"2018-06-13T15:07:21.102Z","16.1.49":"2018-06-20T10:29:34.108Z","16.2.41":"2018-06-25T08:56:46.361Z","16.2.43":"2018-07-03T12:57:31.218Z","16.2.44":"2018-07-10T09:43:08.759Z","16.2.45":"2018-07-17T07:42:05.392Z","16.2.46":"2018-07-30T12:53:41.904Z","16.2.47":"2018-08-07T12:30:36.925Z","16.2.49":"2018-08-21T12:35:47.064Z","16.2.50":"2018-08-28T17:55:23.627Z","16.2.51":"2018-09-04T11:57:03.336Z","16.2.52":"2018-09-04T14:46:38.441Z","16.3.17":"2018-09-11T13:22:45.129Z","16.2.53":"2018-09-18T12:04:07.422Z","16.3.21":"2018-09-21T19:38:59.745Z","16.3.24":"2018-10-09T07:10:42.973Z","16.3.25":"2018-10-16T10:00:45.389Z","16.3.27":"2018-10-23T10:12:14.103Z","16.3.29":"2018-10-31T04:34:47.460Z","16.3.30":"2018-11-01T11:21:24.634Z","16.3.31":"2018-11-07T10:06:01.941Z","16.3.33":"2018-11-20T13:11:25.302Z","16.3.34":"2018-11-22T03:47:03.397Z","16.4.40-beta":"2018-12-10T12:20:45.468Z","16.4.42":"2018-12-17T13:06:51.760Z","16.4.44":"2018-12-24T12:10:14.293Z","16.4.45":"2019-01-02T11:59:48.343Z","16.4.46":"2019-01-08T11:02:14.121Z","16.4.47":"2019-01-16T11:14:04.502Z","16.4.48":"2019-01-22T12:00:19.848Z","17.1.1-beta":"2019-01-29T13:44:55.565Z","16.4.52":"2019-02-05T16:33:42.117Z","16.4.53":"2019-02-13T10:09:11.379Z","16.4.54":"2019-02-19T07:28:19.532Z","16.4.55":"2019-02-27T07:18:06.236Z","17.1.32-beta":"2019-03-13T15:08:30.871Z","17.1.38":"2019-03-29T07:30:45.243Z","17.1.41":"2019-04-16T11:09:22.076Z","17.1.42":"2019-04-23T09:06:48.613Z","17.1.43":"2019-04-30T10:19:42.215Z","17.1.47":"2019-05-14T10:40:54.001Z","17.1.48":"2019-05-21T12:14:50.999Z","17.1.49":"2019-05-29T07:46:06.563Z","17.1.51":"2019-06-11T12:41:02.057Z","17.2.28-beta":"2019-06-27T14:51:05.073Z","17.2.34":"2019-07-11T12:37:57.615Z","17.2.35":"2019-07-17T04:38:03.552Z","17.2.36":"2019-07-24T07:42:48.598Z","17.2.41":"2019-08-14T03:56:04.697Z","17.2.46":"2019-08-22T10:51:03.211Z","17.2.47":"2019-08-27T14:22:42.313Z","17.2.29-beta":"2019-08-27T19:55:54.707Z","17.2.48-beta":"2019-08-28T14:24:05.411Z","17.2.49":"2019-09-04T08:57:33.023Z","17.3.9-beta":"2019-09-20T12:40:42.390Z","17.3.14":"2019-10-03T16:15:52.621Z","17.3.17":"2019-10-15T13:09:26.188Z","17.3.19":"2019-10-22T12:35:32.815Z","17.3.26":"2019-11-05T18:34:51.201Z","17.3.27":"2019-11-12T12:04:10.395Z","17.3.28":"2019-11-19T13:13:32.957Z","17.4.39":"2019-12-17T10:22:01.410Z","17.4.40":"2019-12-24T11:04:16.183Z","17.4.41":"2020-01-07T09:32:11.548Z","17.4.43":"2020-01-14T06:47:40.962Z","17.4.44":"2020-01-21T12:34:49.172Z","17.4.46":"2020-01-30T09:22:23.907Z","17.4.47":"2020-02-05T07:00:03.810Z","17.4.49":"2020-02-11T10:54:43.500Z","17.4.50":"2020-02-18T11:55:45.685Z","17.4.51":"2020-02-25T14:20:06.820Z","18.1.36-beta":"2020-03-19T09:11:40.287Z","18.1.42":"2020-04-01T10:45:52.511Z","18.1.43":"2020-04-07T12:11:55.437Z","18.1.44":"2020-04-14T11:38:54.141Z","18.1.52":"2020-05-13T08:23:34.989Z","18.1.53":"2020-05-19T07:07:43.689Z","18.1.57":"2020-06-16T10:47:58.994Z","18.2.44":"2020-07-07T00:42:13.258Z","18.2.54":"2020-08-18T12:23:21.115Z","18.2.56":"2020-09-01T11:43:15.545Z","18.3.35":"2020-10-01T09:41:35.239Z","18.3.40":"2020-10-13T13:56:14.027Z","18.3.42":"2020-10-20T11:27:23.637Z","17.2.49-beta":"2020-10-23T07:35:28.025Z","18.3.47":"2020-11-05T08:14:53.413Z","18.3.48":"2020-11-10T09:25:05.051Z","17.2.52-1205479":"2020-11-23T12:24:29.025Z","18.3.51":"2020-11-24T11:28:32.807Z","18.3.52":"2020-12-01T13:15:36.656Z","18.3.53":"2020-12-08T11:39:12.663Z","18.4.30":"2020-12-17T07:24:22.937Z","18.4.31":"2020-12-22T11:43:13.853Z","18.4.34":"2021-01-12T14:36:51.152Z","17.2.55-1205479":"2021-01-15T09:01:21.570Z","18.4.35":"2021-01-19T10:35:49.959Z","18.4.39":"2021-01-28T05:07:23.606Z","18.4.41":"2021-02-02T12:03:08.774Z","18.4.42":"2021-02-09T11:24:09.187Z","18.4.43":"2021-02-16T09:33:15.890Z","18.4.48":"2021-03-16T09:42:09.547Z","19.1.54":"2021-03-30T14:46:26.133Z","19.1.55":"2021-04-06T06:32:26.090Z","19.1.56":"2021-04-13T09:17:23.654Z","19.1.63":"2021-05-13T05:54:57.882Z","19.1.64":"2021-05-19T09:58:49.029Z","19.1.66":"2021-06-01T06:01:18.320Z","19.2.44":"2021-06-30T05:08:01.764Z","19.2.46":"2021-07-06T08:14:39.292Z","19.2.47":"2021-07-13T08:09:05.958Z","19.2.55":"2021-08-11T05:30:25.620Z","19.2.60":"2021-09-07T11:01:42.050Z","19.2.62":"2021-09-14T11:29:27.275Z","19.3.43":"2021-09-30T04:59:28.582Z","19.3.44":"2021-10-05T10:17:29.592Z","19.3.46":"2021-10-19T10:16:44.049Z","19.3.53":"2021-11-12T05:44:17.695Z","19.3.55":"2021-11-23T12:41:17.739Z","19.3.56":"2021-12-02T13:54:35.213Z","19.4.38":"2021-12-17T05:46:48.905Z","19.4.42":"2022-01-11T14:03:43.060Z","19.4.48":"2022-01-31T10:13:13.076Z","19.4.50":"2022-02-08T10:11:52.429Z","19.4.52":"2022-02-15T13:55:37.560Z","19.4.54":"2022-03-01T12:10:27.628Z","19.4.55":"2022-03-08T09:32:42.737Z","19.4.56":"2022-03-15T14:44:45.398Z","20.1.47":"2022-04-04T08:07:11.264Z","20.1.52":"2022-05-04T07:32:32.399Z","20.1.55":"2022-05-12T12:49:15.013Z","20.1.56":"2022-05-17T10:53:38.750Z","20.1.57":"2022-05-24T11:20:18.285Z","20.1.58":"2022-05-31T14:06:36.507Z","20.2.36":"2022-06-30T08:40:50.704Z","20.2.38":"2022-07-12T17:19:44.983Z","20.2.40":"2022-07-26T11:46:05.587Z","20.2.43":"2022-08-08T05:41:17.779Z","20.2.45":"2022-08-23T12:32:55.282Z","20.2.46":"2022-08-30T13:42:54.436Z","20.2.50":"2022-09-20T11:23:16.253Z","20.3.47":"2022-09-29T08:46:18.899Z","20.3.48":"2022-10-05T13:34:47.343Z","20.3.49":"2022-10-11T12:49:44.673Z","20.3.50":"2022-10-18T10:47:21.738Z","20.3.56":"2022-11-08T09:50:59.157Z","20.3.59":"2022-11-29T12:45:53.105Z","20.4.38":"2022-12-21T09:27:34.923Z","20.4.40":"2022-12-28T17:02:51.522Z","20.4.42":"2023-01-04T12:32:33.901Z","20.4.44":"2023-01-18T15:13:19.832Z","20.4.48":"2023-02-01T07:18:07.834Z","20.4.51":"2023-02-21T12:35:28.404Z","20.4.52":"2023-02-28T11:50:55.722Z","20.4.54":"2023-03-14T13:42:01.628Z","21.1.35":"2023-03-23T08:00:36.520Z","21.1.37":"2023-03-29T14:59:34.558Z","21.1.38":"2023-04-04T13:11:36.292Z","21.1.41":"2023-04-18T11:10:24.442Z","21.2.3":"2023-05-03T08:49:26.755Z","21.2.4":"2023-05-09T12:30:43.192Z","21.2.5":"2023-05-16T11:31:55.124Z","21.2.6":"2023-05-23T11:49:58.757Z","21.2.8":"2023-05-30T11:52:32.629Z","21.2.9":"2023-06-06T13:24:33.695Z","21.2.10":"2023-06-13T11:24:38.446Z","22.1.34":"2023-06-21T11:52:26.744Z","21.1.36":"2023-06-28T11:45:52.273Z","21.1.42":"2023-06-28T14:50:47.592Z","22.1.36":"2023-06-28T15:38:30.687Z","22.1.38":"2023-07-11T13:13:47.679Z","22.2.5":"2023-07-27T14:35:49.889Z","22.2.8":"2023-08-08T12:06:33.557Z","22.2.9":"2023-08-15T12:22:22.488Z","22.2.10":"2023-08-22T17:56:28.821Z","22.2.11":"2023-08-29T01:17:10.294Z","22.2.12":"2023-09-05T10:35:45.084Z","23.1.36":"2023-09-15T07:58:53.593Z","23.1.38":"2023-09-26T11:44:35.263Z","23.1.40":"2023-10-10T13:14:25.073Z","23.1.41":"2023-10-17T01:03:27.335Z","23.2.4":"2023-11-20T06:07:50.586Z","23.2.6":"2023-11-28T05:32:43.906Z","23.2.7":"2023-12-05T02:46:41.853Z","24.1.41":"2023-12-18T06:23:07.605Z","24.1.43":"2023-12-27T06:17:01.038Z","24.1.44":"2024-01-03T03:29:36.807Z","24.1.47":"2024-01-23T02:25:33.721Z","24.2.3":"2024-01-31T14:04:28.023Z","24.2.5":"2024-02-13T01:58:15.605Z","24.2.8":"2024-02-27T06:34:33.621Z","24.2.9":"2024-03-05T08:57:36.075Z","25.1.35":"2024-03-15T12:09:57.541Z","25.1.37":"2024-03-26T04:54:13.448Z","25.1.39":"2024-04-09T12:31:00.206Z","25.1.40":"2024-04-16T02:15:23.499Z","25.1.42":"2024-04-30T02:58:32.703Z","25.2.3":"2024-05-08T13:41:23.849Z","25.2.4":"2024-05-14T02:18:06.977Z","25.2.5":"2024-05-21T03:25:32.230Z","25.2.7":"2024-06-04T02:45:13.532Z","26.1.35":"2024-06-11T13:07:41.877Z","26.1.38":"2024-06-19T10:01:55.446Z","26.1.40":"2024-07-02T05:02:49.456Z","26.1.41":"2024-07-09T06:58:57.683Z","26.2.4":"2024-07-24T09:23:08.592Z","26.2.5":"2024-07-25T23:26:50.428Z","26.2.8":"2024-08-05T22:57:03.166Z","26.2.10":"2024-08-19T22:56:41.123Z","26.2.11":"2024-08-26T22:58:13.679Z","26.2.12":"2024-09-02T22:54:43.815Z","27.1.48":"2024-09-18T10:06:54.820Z","27.1.50":"2024-09-23T22:59:45.591Z","27.1.51":"2024-09-30T13:23:43.886Z","27.1.52":"2024-10-08T03:07:06.288Z","27.1.55":"2024-10-22T02:56:09.470Z","25.2.7-30676":"2024-10-24T11:25:35.217Z","27.1.57":"2024-10-28T23:58:38.577Z","21.2.10-11964":"2024-11-12T11:26:14.452Z","27.2.2":"2024-11-15T04:16:49.495Z","27.2.3":"2024-11-21T17:58:24.722Z","28.1.33":"2024-12-12T08:04:03.297Z","28.1.35":"2024-12-18T18:11:28.823Z","28.1.36":"2024-12-24T10:47:01.247Z","28.1.37":"2024-12-30T23:49:15.087Z","28.1.39":"2025-01-14T03:02:32.702Z","28.1.41":"2025-01-21T01:52:31.055Z","28.2.3":"2025-01-29T10:22:57.809Z","28.2.7":"2025-02-25T02:52:16.576Z","28.2.9":"2025-03-04T02:38:35.374Z","28.2.11":"2025-03-11T02:21:33.312Z","29.1.33":"2025-03-25T10:10:19.028Z","29.1.35":"2025-04-01T01:24:20.303Z","29.1.39":"2025-04-22T02:41:35.599Z","29.1.40":"2025-04-29T01:46:24.812Z","29.2.4":"2025-05-14T10:44:42.426Z","29.2.5":"2025-05-21T00:40:21.476Z","29.2.10":"2025-06-10T02:56:53.935Z","29.2.11":"2025-06-17T02:53:31.153Z","30.1.37":"2025-06-25T12:30:11.607Z","30.2.4":"2025-08-07T08:01:36.003Z","31.1.17":"2025-09-05T07:12:08.369Z","31.1.18":"2025-09-10T02:28:16.385Z","31.1.19":"2025-09-11T11:35:47.677Z","31.1.20":"2025-09-17T02:49:30.771Z","31.1.21":"2025-09-23T03:00:59.018Z","26.1.35-750253":"2025-09-26T13:04:19.146Z","31.1.22":"2025-10-01T03:36:13.138Z","31.1.23":"2025-10-07T03:05:01.551Z","26.1.35-7502":"2025-10-07T17:07:11.155Z","31.2.2":"2025-10-15T09:44:55.104Z","31.2.3":"2025-10-22T04:05:42.223Z","31.2.4":"2025-10-28T03:42:40.066Z","31.2.5":"2025-11-04T03:02:44.439Z","31.2.10":"2025-11-12T20:04:52.903Z","31.2.12":"2025-11-18T07:46:35.506Z","31.2.15":"2025-11-25T00:23:16.006Z","31.2.16":"2025-12-02T04:14:29.969Z","31.2.18":"2025-12-09T03:51:04.593Z","32.1.19":"2025-12-16T06:40:38.301Z","32.1.20":"2025-12-23T05:06:16.695Z","32.1.21":"2025-12-30T02:27:11.023Z","32.1.22":"2026-01-06T02:48:40.474Z","32.1.23":"2026-01-13T03:43:45.377Z","32.1.24":"2026-01-20T02:24:40.737Z","32.1.25":"2026-01-27T02:52:51.576Z","32.2.3":"2026-02-05T01:58:48.120Z","32.2.4":"2026-02-11T03:36:58.362Z","32.2.5":"2026-02-17T00:00:48.415Z","32.2.6":"2026-02-17T14:00:23.587Z","32.2.7":"2026-02-24T06:22:45.851Z","32.2.8":"2026-03-03T03:13:31.881Z","32.2.9":"2026-03-10T02:11:10.779Z","33.1.44":"2026-03-16T10:50:46.163Z"},"readmeFilename":"README.md","homepage":"https://www.syncfusion.com/javascript-ui-controls"}