{"maintainers":[{"email":"misha130@gmail.com","name":"anonymous"},{"email":"tristan@sqrls.de","name":"anonymous"}],"keywords":["datepicker-ionic3","ionic3","ionic2","ionic3 datepicker","datepicker","datepicker ionic3","datepicker for ionic3","datepicker for ionic3 framework"],"dist-tags":{"latest":"2.8.2","beta":"2.8.0-beta.0"},"author":{"name":"Misha Tarnorutksy","email":"misha130@gmail.com"},"description":"A date picker for ionic","readme":"\r\n### [Demo](https://ion-datepicker.herokuapp.com/)\r\n\r\n## How to use ###\r\n\r\n### 1) Install using npm ###\r\n\r\n```\r\n    npm i ion-datepicker --save\r\n```\r\n\r\n### 2) Add it to your ngModule in app.module ###\r\n\r\n```\r\n import { DatePickerModule } from 'ion-datepicker';\r\n```\r\n```\r\n   imports: [\r\n        IonicModule.forRoot(App),\r\n        DatePickerModule,\r\n    ],\r\n```\r\n### 3) Use the directive ion-datepicker in your html  ###\r\n```\r\n\t<span ion-datepicker  [(value)]=\"localDate\" [min]=\"localDate\" clear class=\"ScheduleDate\">\r\n\t\t<span>{{localDate | date}} <ion-icon name=\"clipboard\" item-left ></ion-icon> </span>\r\n\t</span>\r\n```\r\n\r\n### Dismiss the datepicker from the class  ###\r\n\r\n```\r\n\r\n    import { DatePickerDirective } from 'ion-datepicker';\r\n\r\n\t@ViewChild(DatePickerDirective) private datepickerDirective:DatePickerDirective;\r\n\r\n    public closeDatepicker(){\r\n        this.datepickerDirective.modal.dismiss();\r\n    }\r\n    \r\n```\r\n\r\n## Options ###\r\n\r\n\r\n `[value]` - defines the initial value, can be two bindable as in [(value)].\r\n\r\n `[min]` - minimum date that user is allowed to select.  (not required)\r\n\r\n `[max]` - maximum date that user is allowed to select.  (not required)\r\n\r\n `[disabledDates]` - An array of dates that should be disabled (not required)\r\n\r\n `[calendar]` - A boolean that determines whether to show calendar or not. Defaults to true.\r\n\r\n `[markDates]` - An array of dates that should be marked with background color (not required)\r\n\r\n `(ionChanged)` - an event emitter that returns the date as a $event.\r\n\r\n `(ionCanceled)` - an event that is raised when the cancel button is activated. Returns no data.\r\n\r\n `(ionSelected)` - an event that is raised when a date is selected\r\n\r\n `[headerClasses]` - a bridge to the header classes of the directive using ngClass (string, array or object)  (not required)\r\n\r\n `[bodyClasses]` - a bridge to the date classes of the directive using ngClass (string, array or object)  (not required)\r\n\r\n `[modalOptions]` - a modal is used to display the picker to configure the animation or other options you may use this\r\n\r\n `[locale]` - for translating the calendar. Avaliable local is en-US, en-UK, he-IL, pt-BR, ru-RU, de, fi, fr-FR, zh-TW, zh-CN, ja-JP. Please note en-US locale starts the calendar with monday and en-UK starts it with sunday\r\n\r\n `[localeStrings]` - if you dont want to use the built translations - accepts an object { weekdays: string[], months: string[], monday:boolean },\r\nFor example: \r\n            ```\r\n            {\r\n                monday:true,\r\n                weekdays: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'],\r\n                months: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']\r\n            },\r\n            ```\r\n\r\n `[okText]` - text for the ok button\r\n\r\n `[cancelText]` - text for the cancel button\r\n\r\n\r\n### 4) Pictures ###\r\n\r\n<img src=\"https://i.gyazo.com/0caf3169c08777da99bf98ba7f328c41.png\" height=\"450\">\r\n","repository":{"type":"git","url":"git+https://github.com/misha130/ion-datepicker.git"},"users":{"misha130":true},"bugs":{"url":"https://github.com/misha130/ion-datepicker/issues"},"license":"MIT","versions":{"2.6.2":{"name":"ion-datepicker","version":"2.6.2","description":"A date picker for ionic","main":"index.js","author":{"name":"Misha Tarnorutksy","email":"misha130@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/misha130/ion-datepicker.git"},"keywords":["datepicker-ionic3","ionic3","ionic2","ionic3 datepicker","datepicker","datepicker ionic3","datepicker for ionic3","datepicker for ionic3 framework"],"scripts":{"ngc":"ngc","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -u","build":"npm run ngc && node ./scripts/copy-package","publishPackage":"npm run build && cd dist && npm publish","dev":"tsc --watch"},"license":"MIT","dependencies":{},"bugs":{"url":"https://github.com/misha130/ion-datepicker/issues"},"homepage":"https://github.com/misha130/ion-datepicker#readme","_id":"ion-datepicker@2.6.2","_npmVersion":"5.4.0","_nodeVersion":"7.10.0","_npmUser":{"name":"anonymous","email":"misha130@gmail.com"},"dist":{"integrity":"sha512-UaKNooVir9c0vi8q/GwzTEBtzcr6P/0TNEPK6RCMuz6/Ek/2xnM2Q0N3kzOyG+Y0yuBvb5+tR8SMd+bO/JSZsA==","shasum":"434c44eb4b6c98aa1d1134b035e62d94fecd8535","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ion-datepicker/-/ion-datepicker-2.6.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFBVXgv082nH4h7Psb0XTA/FRmuCZLwret+6uBAN2RnvAiAtNix34PjD0MsISPwzo8QOOgUzcpIRBsgPve285KX6LA=="}]},"maintainers":[{"name":"anonymous","email":"misha130@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ion-datepicker-2.6.2.tgz_1504863993618_0.890494120772928"},"directories":{}},"2.6.3":{"name":"ion-datepicker","version":"2.6.3","description":"A date picker for ionic","main":"index.js","author":{"name":"Misha Tarnorutksy","email":"misha130@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/misha130/ion-datepicker.git"},"keywords":["datepicker-ionic3","ionic3","ionic2","ionic3 datepicker","datepicker","datepicker ionic3","datepicker for ionic3","datepicker for ionic3 framework"],"scripts":{"ngc":"ngc","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -u","build":"npm run ngc && node ./scripts/copy-package","publishPackage":"npm run build && cd dist && npm publish","dev":"tsc --watch"},"license":"MIT","dependencies":{},"bugs":{"url":"https://github.com/misha130/ion-datepicker/issues"},"homepage":"https://github.com/misha130/ion-datepicker#readme","_id":"ion-datepicker@2.6.3","_npmVersion":"5.4.0","_nodeVersion":"7.10.0","_npmUser":{"name":"anonymous","email":"misha130@gmail.com"},"dist":{"integrity":"sha512-OKG8R5iQMuXkceoYteWn0wLEMARFliVn4KVHY9aBavOfR2J7jwIIt1IvCVXYZ5eRfYnwXJqt5M8q3f1wHh8w+g==","shasum":"0169dc7b1e32b973c38ca01f358a1a45890eb5f6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ion-datepicker/-/ion-datepicker-2.6.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDSEq5phL8eH3YumT11iVuRB4h9lRxoC+5izddR7hZ4cwIgQIf/uEmc2IF6srU19tB0Q+4fG3h4dOuW6+T/j+6erZY="}]},"maintainers":[{"name":"anonymous","email":"misha130@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ion-datepicker-2.6.3.tgz_1505069046753_0.010307379998266697"},"directories":{}},"2.6.4":{"name":"ion-datepicker","version":"2.6.4","description":"A date picker for ionic","main":"index.js","author":{"name":"Misha Tarnorutksy","email":"misha130@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/misha130/ion-datepicker.git"},"keywords":["datepicker-ionic3","ionic3","ionic2","ionic3 datepicker","datepicker","datepicker ionic3","datepicker for ionic3","datepicker for ionic3 framework"],"scripts":{"ngc":"ngc","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -u","build":"npm run ngc && node ./scripts/copy-package","publishPackage":"npm run build && cd dist && npm publish","dev":"tsc --watch"},"license":"MIT","dependencies":{},"bugs":{"url":"https://github.com/misha130/ion-datepicker/issues"},"homepage":"https://github.com/misha130/ion-datepicker#readme","_id":"ion-datepicker@2.6.4","_npmVersion":"5.4.0","_nodeVersion":"7.10.0","_npmUser":{"name":"anonymous","email":"misha130@gmail.com"},"dist":{"integrity":"sha512-3AknWvYBRBySTTU75MH2fo8TWAnZWP2dIhlrfrAOe4WoHjshaYl0HlXVvrn2vEms2ssglSWVE/N0FOm5YPoGIQ==","shasum":"faca57e16622fc95796928f63edc878857d363b5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ion-datepicker/-/ion-datepicker-2.6.4.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCcnkpSJNuxCz7UEMRZtLSwrRDWi3BFBGe1BkIfqBr9FQIgc8fG0trigevuBhKd+/Z7Z8skILNGZn/leMBE9r/SiiA="}]},"maintainers":[{"name":"anonymous","email":"misha130@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ion-datepicker-2.6.4.tgz_1505542231753_0.729272547410801"},"directories":{}},"2.6.5":{"name":"ion-datepicker","version":"2.6.5","description":"A date picker for ionic","main":"index.js","author":{"name":"Misha Tarnorutksy","email":"misha130@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/misha130/ion-datepicker.git"},"keywords":["datepicker-ionic3","ionic3","ionic2","ionic3 datepicker","datepicker","datepicker ionic3","datepicker for ionic3","datepicker for ionic3 framework"],"scripts":{"ngc":"ngc","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -u","build":"npm run ngc && node ./scripts/copy-package","publishPackage":"npm run build && cd dist && npm publish","dev":"tsc --watch"},"license":"MIT","dependencies":{},"bugs":{"url":"https://github.com/misha130/ion-datepicker/issues"},"homepage":"https://github.com/misha130/ion-datepicker#readme","_id":"ion-datepicker@2.6.5","_npmVersion":"5.4.0","_nodeVersion":"7.10.0","_npmUser":{"name":"anonymous","email":"misha130@gmail.com"},"dist":{"integrity":"sha512-6UTZnpKX3+3VU50bon4uT1AlQ5pMH1eOnCYqxpKRG0IttDyIDTtuAF8jvOsfYt/aLn56M31+toYggT6lDRwqLA==","shasum":"6a3ee73f07e425594179322f79e936d6542f4d9d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ion-datepicker/-/ion-datepicker-2.6.5.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD4IM7qKn8MnmD4JhD89DancUVK9VeDh5PQh8qV3acIvwIgYYk8BYuwpLcYdTQP+GLuH0JbhCNl5RHNqTloG4sAdig="}]},"maintainers":[{"name":"anonymous","email":"misha130@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ion-datepicker-2.6.5.tgz_1505757643177_0.1726847959216684"},"directories":{}},"2.6.6":{"name":"ion-datepicker","version":"2.6.6","description":"A date picker for ionic","main":"index.js","author":{"name":"Misha Tarnorutksy","email":"misha130@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/misha130/ion-datepicker.git"},"keywords":["datepicker-ionic3","ionic3","ionic2","ionic3 datepicker","datepicker","datepicker ionic3","datepicker for ionic3","datepicker for ionic3 framework"],"scripts":{"ngc":"ngc","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -u","build":"npm run ngc && node ./scripts/copy-package","publishPackage":"npm run build && cd dist && npm publish","dev":"tsc --watch"},"license":"MIT","dependencies":{},"bugs":{"url":"https://github.com/misha130/ion-datepicker/issues"},"homepage":"https://github.com/misha130/ion-datepicker#readme","_id":"ion-datepicker@2.6.6","_npmVersion":"5.4.0","_nodeVersion":"7.10.0","_npmUser":{"name":"anonymous","email":"misha130@gmail.com"},"dist":{"integrity":"sha512-FIEuhoYFrrFL3vilNgvg2Ub35w7wbpU9y+BY1UAFq2XK3AhfHIRHeu+686NmFVR8UTveHAU58P6dw5VA0mlTMw==","shasum":"6030ff2f1a8e71d83cc5c6da2ee4b84a7bbee557","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ion-datepicker/-/ion-datepicker-2.6.6.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDo+YPjNv8jK5tPkN0aL3JiAdreq9+fZ7JtQz8twnwkwQIhAPIK3jmvzVs3KtRODQhg/BdUK+QA6HmPi3zqVw+7o4gT"}]},"maintainers":[{"name":"anonymous","email":"misha130@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ion-datepicker-2.6.6.tgz_1505758204681_0.8040955008473247"},"directories":{}},"2.6.7":{"name":"ion-datepicker","version":"2.6.7","description":"A date picker for ionic","main":"index.js","author":{"name":"Misha Tarnorutksy","email":"misha130@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/misha130/ion-datepicker.git"},"keywords":["datepicker-ionic3","ionic3","ionic2","ionic3 datepicker","datepicker","datepicker ionic3","datepicker for ionic3","datepicker for ionic3 framework"],"scripts":{"ngc":"ngc","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -u","build":"npm run ngc && node ./scripts/copy-package","publishPackage":"npm run build && cd dist && npm publish","dev":"tsc --watch"},"license":"MIT","dependencies":{},"bugs":{"url":"https://github.com/misha130/ion-datepicker/issues"},"homepage":"https://github.com/misha130/ion-datepicker#readme","_id":"ion-datepicker@2.6.7","_npmVersion":"5.4.0","_nodeVersion":"7.10.0","_npmUser":{"name":"anonymous","email":"misha130@gmail.com"},"dist":{"integrity":"sha512-KNNBO3kO3MKePw9uoXGYiPGTLHODy2O2MyaxwVAkESHkFzYNmbzizAMODmXBho5I5wMMPhfDnogRHoYHZl4Osg==","shasum":"4d64b3b9ab7fe70e90b10f86d75386e2fb9813f9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ion-datepicker/-/ion-datepicker-2.6.7.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCvH0ykSTgwOUGUhk+06pV9FuhT6NB4vNVl6wzptS2ZdAIhAOH2Yx2u8N46Yb/giSdTEHu2QwKGL7YBD0tJyW73R5UT"}]},"maintainers":[{"name":"anonymous","email":"misha130@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ion-datepicker-2.6.7.tgz_1505795778971_0.13675856194458902"},"directories":{}},"2.7.0":{"name":"ion-datepicker","version":"2.7.0","description":"A date picker for ionic","main":"index.js","author":{"name":"Misha Tarnorutksy","email":"misha130@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/misha130/ion-datepicker.git"},"keywords":["datepicker-ionic3","ionic3","ionic2","ionic3 datepicker","datepicker","datepicker ionic3","datepicker for ionic3","datepicker for ionic3 framework"],"scripts":{"ngc":"ngc","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -u","build":"npm run ngc && node ./scripts/copy-package","publishPackage":"npm run build && cd dist && npm publish","dev":"tsc --watch"},"license":"MIT","dependencies":{},"bugs":{"url":"https://github.com/misha130/ion-datepicker/issues"},"homepage":"https://github.com/misha130/ion-datepicker#readme","_id":"ion-datepicker@2.7.0","_npmVersion":"5.4.2","_nodeVersion":"6.9.4","_npmUser":{"name":"anonymous","email":"misha130@gmail.com"},"dist":{"integrity":"sha512-P7xApEwuxv3KZmScgMIMbhBe1gQagtR2bXA2QjlqI9Nw7Ifqdbk2uMtZX6q87TR1X465zo0DAQClodRqtyeI/g==","shasum":"0ab9171fcb9879a17541e5e4ab8f325fc9b562af","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ion-datepicker/-/ion-datepicker-2.7.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCw/L4IO8RE2mEA9a7f6RFsbCqALIQ8n2QuheEl9bhfDwIgbgby/uxJgvX08VjMTQlxMSLcnDRCe3rbJMt8Ml3RgjA="}]},"maintainers":[{"name":"anonymous","email":"misha130@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ion-datepicker-2.7.0.tgz_1507597457253_0.6237227555830032"},"directories":{}},"2.7.1":{"name":"ion-datepicker","version":"2.7.1","description":"A date picker for ionic","main":"index.js","author":{"name":"Misha Tarnorutksy","email":"misha130@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/misha130/ion-datepicker.git"},"keywords":["datepicker-ionic3","ionic3","ionic2","ionic3 datepicker","datepicker","datepicker ionic3","datepicker for ionic3","datepicker for ionic3 framework"],"scripts":{"ngc":"ngc","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -u","build":"npm run ngc && node ./scripts/copy-package","publishPackage":"npm run build && cd dist && npm publish","dev":"tsc --watch"},"license":"MIT","dependencies":{},"bugs":{"url":"https://github.com/misha130/ion-datepicker/issues"},"homepage":"https://github.com/misha130/ion-datepicker#readme","_id":"ion-datepicker@2.7.1","_shasum":"dffa941b91b177ce119442f34bee80f0ba5caca2","_from":"dist","_resolved":"file:dist","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"anonymous","email":"misha130@gmail.com"},"dist":{"shasum":"dffa941b91b177ce119442f34bee80f0ba5caca2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ion-datepicker/-/ion-datepicker-2.7.1.tgz","integrity":"sha512-jdYgfSADGDODYksbfCAJXeoMYr6hbpJ66tUl2kaD1RgGSqRlkESRL5/HoYtAPc1R3Q9gb9fkJ1AiAjEd3c7jog==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDBuoM7AuKlyjsEhcpa6AfqjRq7dsaBEZV3BkDSi87dlAIgKOFWiCiIpC3VtPzmOpttIWzIA0W1yp+HYRlfaUzx7bg="}]},"maintainers":[{"name":"anonymous","email":"misha130@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ion-datepicker-2.7.1.tgz_1517917916684_0.4197250003926456"},"directories":{}},"2.7.2":{"name":"ion-datepicker","version":"2.7.2","description":"A date picker for ionic","main":"index.js","author":{"name":"Misha Tarnorutksy","email":"misha130@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/misha130/ion-datepicker.git"},"keywords":["datepicker-ionic3","ionic3","ionic2","ionic3 datepicker","datepicker","datepicker ionic3","datepicker for ionic3","datepicker for ionic3 framework"],"scripts":{"ngc":"ngc","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -u","build":"npm run ngc && node ./scripts/copy-package","publishPackage":"npm run build && cd dist && npm publish","dev":"tsc --watch"},"license":"MIT","dependencies":{},"bugs":{"url":"https://github.com/misha130/ion-datepicker/issues"},"homepage":"https://github.com/misha130/ion-datepicker#readme","_id":"ion-datepicker@2.7.2","_shasum":"9919054a76a1191bee8dedf25dd9d25a219b44be","_from":"dist","_resolved":"file:dist","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"anonymous","email":"misha130@gmail.com"},"dist":{"shasum":"9919054a76a1191bee8dedf25dd9d25a219b44be","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ion-datepicker/-/ion-datepicker-2.7.2.tgz","fileCount":53,"unpackedSize":115360,"integrity":"sha512-D3rTRULwSCW0ZGkk9KLKn9e6Ra9N9jXH9/tx+2RglNoiaPkrB4rKOYc4NHHmwfLzIPJZqXDMskznNXi539Gh+g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC2xtLZqpuRzaW7QzNhbrK8PFV1ZjY31tSXBigYho4GawIhAOKJPp50RdvMLmk01teUH5BOn8eBfQUwipTHKfm++vmc"}]},"maintainers":[{"name":"anonymous","email":"misha130@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ion-datepicker_2.7.2_1518533386006_0.7152396694174794"},"_hasShrinkwrap":false},"2.7.3":{"name":"ion-datepicker","version":"2.7.3","description":"A date picker for ionic","main":"index.js","author":{"name":"Misha Tarnorutksy","email":"misha130@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/misha130/ion-datepicker.git"},"keywords":["datepicker-ionic3","ionic3","ionic2","ionic3 datepicker","datepicker","datepicker ionic3","datepicker for ionic3","datepicker for ionic3 framework"],"scripts":{"ngc":"ngc","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -u","build":"npm run ngc && node ./scripts/copy-package","publishPackage":"npm run build && cd dist && npm publish","dev":"tsc --watch"},"license":"MIT","dependencies":{},"bugs":{"url":"https://github.com/misha130/ion-datepicker/issues"},"homepage":"https://github.com/misha130/ion-datepicker#readme","_id":"ion-datepicker@2.7.3","_npmVersion":"5.7.1","_nodeVersion":"6.9.4","_npmUser":{"name":"anonymous","email":"misha130@gmail.com"},"dist":{"integrity":"sha512-kYPirEHH2NPz32H1eSaRFaicTU2FV29u7oQR0Kji8QnUp6s4NvdUooMth/AIWgGZCdetgV1XtLGwIabLpG6M7w==","shasum":"7c392d48b6309d437f3e83db8145a8dc8a82482d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ion-datepicker/-/ion-datepicker-2.7.3.tgz","fileCount":115,"unpackedSize":261938,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAcFA1rUehfSK1kA4MR2rmsCR1BkDMiBFxB2uWH5J/7hAiEA8PBvPvTpdl775awr9NFZC9HD1zM28BPtFApk9ZF0JYs="}]},"maintainers":[{"name":"anonymous","email":"misha130@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ion-datepicker_2.7.3_1521465102317_0.8341305462496325"},"_hasShrinkwrap":false},"2.7.4":{"name":"ion-datepicker","version":"2.7.4","description":"A date picker for ionic","main":"index.js","author":{"name":"Misha Tarnorutksy","email":"misha130@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/misha130/ion-datepicker.git"},"keywords":["datepicker-ionic3","ionic3","ionic2","ionic3 datepicker","datepicker","datepicker ionic3","datepicker for ionic3","datepicker for ionic3 framework"],"scripts":{"ngc":"ngc","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -u","build":"npm run ngc && node ./scripts/copy-package","publishPackage":"npm run build && cd dist && npm publish","dev":"tsc --watch"},"license":"MIT","dependencies":{},"bugs":{"url":"https://github.com/misha130/ion-datepicker/issues"},"homepage":"https://github.com/misha130/ion-datepicker#readme","_id":"ion-datepicker@2.7.4","_npmVersion":"5.8.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"misha130@gmail.com"},"dist":{"integrity":"sha512-TJ28NlqxahL3A5s8ggOum/OUY1gQ0uROGbUSHBED1rVZO921ZlbH1FEEgP0qkpoi4zIjwKAzeQm8FFKiMtDrfA==","shasum":"c22a43069dd55198c1c68e226c563af7989e07cc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ion-datepicker/-/ion-datepicker-2.7.4.tgz","fileCount":63,"unpackedSize":149680,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa2RzUCRA9TVsSAnZWagAAjvEQAInz37zFSd1GavzFs+c6\nKTCqnTx9HzU3VZy8B6UT3tGPi5+pNCi/wEbOPy1YvMeCshWxCJGteTgvk2xU\nz7gQPB1uIHvWwP33n6oHsHpaRnwpUMy3CNC9W6KwdWrVas3nIJcW67DBpRE6\npsZnykYZjfCJt40P2BEn1KyuiH99l+yakYrmlFKwtEvKeLdsNPpDyNydFeDZ\nCIeRByIGY7S9G5hegw8GeGsZzaDxfHY3I2nYBidBspcgWdtcHjBsdvgdlAl2\nk3xCyts8w6L1Hn92sSlZedc4bfWlsJm47Hacg2puWpWQq8qQIwZEV82YerjS\noL/l9JzLKyHhG2DPRzsAYCIfg7Me8c9vqTBKvYpbvArN6YH/eceh94wF/tfN\nsTlML+LtJohVxi+FiSfaHbEaQga2hGX8f8a89FkjBYcFh6gzUEZsFyLy6Y0z\nVrTcxBuF7/XV+3cZNSGCkVEuXjhKKfzusCoULWWB0RAnPWsVDE2Pl0oH2Kxo\nW+lHxxxXJV+cQwJZY7FBkuZjnhJxBS1tPvAM4loHuSPESrOF8UM4lM+ehtg1\nDYcsY1OYneSgiqnBhICSBWdleJkvXhoHrulHFfQeXoBsid4gn2mWg0MDo58R\n6psipuVoqwQ++NAjpB0Cmw8Db31v1upOYdbHvBZj5bZLM2qkBfuN/ed62xF9\nBWiB\r\n=WKsW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDmULKRvIt/3SwAInL405hekDTkZVAiPbe2fuplwzcXWAiEA6pXIgEwSyIM5Zqk6vfpKID5BMwxh0rnXvkQY/jIpiRg="}]},"maintainers":[{"name":"anonymous","email":"misha130@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ion-datepicker_2.7.4_1524178132020_0.6282150338746175"},"_hasShrinkwrap":false},"2.7.5":{"name":"ion-datepicker","version":"2.7.5","description":"A date picker for ionic","main":"./src/index.js","author":{"name":"Misha Tarnorutksy","email":"misha130@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/misha130/ion-datepicker.git"},"keywords":["datepicker-ionic3","ionic3","ionic2","ionic3 datepicker","datepicker","datepicker ionic3","datepicker for ionic3","datepicker for ionic3 framework"],"scripts":{"ngc":"ngc","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -u","build":"npm run ngc && node ./scripts/copy-package","publishPackage":"npm run build && cd dist && npm publish","dev":"tsc --watch"},"license":"MIT","dependencies":{},"bugs":{"url":"https://github.com/misha130/ion-datepicker/issues"},"homepage":"https://github.com/misha130/ion-datepicker#readme","_id":"ion-datepicker@2.7.5","_npmVersion":"5.8.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"misha130@gmail.com"},"dist":{"integrity":"sha512-ZZn0R1xLMaTVRa93iNX0jrBKDjxZ7HZniZq58jyYCuZaNjLUQ2S9kJZCxltbTkqethPy6HRVQX/N0Lzl4IJuFw==","shasum":"4101329bf2221edda61109218b25c29847eba408","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ion-datepicker/-/ion-datepicker-2.7.5.tgz","fileCount":63,"unpackedSize":149686,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa2R6xCRA9TVsSAnZWagAAxuoP/irPEKCqh5mZGaBuJhIg\nbBK+SKE/aoGOkvzTq93U0HT9S8VtnNpx8bB93N06Ncl/YtVorXhWNoUSVokI\nHyuNGem8i0UzQyfIX/Y4lF3UCjYaVVQ3im8tFB+eQIB2Aw3SBdeS/q32EpC7\n3trImxuEOr76GHFc1l+pmxaY9tPtstoxRolF1GQvPiAXkQ8GNJLL6hul8DPS\nAfAQr/cg3x3dh+qlYiAIUVsEevIKR4vme1qvfbnuTqnyMN9wBuC6vgTIL8J6\nspc6PMcFC1RI8hJSgW6d38jSH/SACCJuYtjlspy780cmDA6lupUgJFg6ZalG\n6gJnK3v3yP8lv+nL19bRV7FXZwKKGxfDrVp4B6Bo9eODoBEYFAgKll3LARjO\nilBFPJrmP9OFhG3CriF4SMT4QSgEhCogGB/Ir29FJW7Gn1UDh335iOZUCEP9\n6J9Gn28DvTU/vfpdcX/3pQeKbrivRbysHIvp4WlhkKqynsvRXPHhaavAPgVN\nJKloi9G+pdgDgZ103NAKfBSomXLQGua+sVajM3A8xkZtNM+A0DEC/OGnbUVP\nj2zt5b5D3nyhRDZUZoa3PtPnOE0/KBvw+5DRuzMLgwuNKa4wxLeOpXrZlwcN\nDA55a5yeBfLoCFgj4RCT3FRoz4kll6EoHY0YQRc/+LeukmRmUBg+xDTApohE\nqsLN\r\n=3uTX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCbAfjK7oNZn/6e/YR25FI0mZh8bElVRIMDH/s1BdhOQwIgJz/2R00baWZbJpGsyz4UfjCxZyll/LmfgSlpWawR1KU="}]},"maintainers":[{"name":"anonymous","email":"misha130@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ion-datepicker_2.7.5_1524178609214_0.5145602832765446"},"_hasShrinkwrap":false},"2.7.6":{"name":"ion-datepicker","version":"2.7.6","description":"A date picker for ionic","main":"index.js","author":{"name":"Misha Tarnorutksy","email":"misha130@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/misha130/ion-datepicker.git"},"keywords":["datepicker-ionic3","ionic3","ionic2","ionic3 datepicker","datepicker","datepicker ionic3","datepicker for ionic3","datepicker for ionic3 framework"],"scripts":{"ngc":"ngc","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -u","build":"npm run ngc && node ./scripts/copy-package","publishPackage":"npm run build && cd dist && npm publish","dev":"tsc --watch"},"license":"MIT","dependencies":{},"peerDependencies":{"ionic-angular":"~3.9.2","@angular/common":"~5.0.0","@angular/core":"~5.0.0","@angular/forms":"~5.0.0","@angular/http":"~5.0.0","@angular/platform-browser":"~5.0.0","@angular/platform-browser-dynamic":"~5.0.0","ionicons":"3.0.0","rxjs":"5.5.2","connect":"^3.6.3","sw-toolbox":"3.6.0","zone.js":"0.8.18","typescript":"~2.4.2"},"bugs":{"url":"https://github.com/misha130/ion-datepicker/issues"},"homepage":"https://github.com/misha130/ion-datepicker#readme","_id":"ion-datepicker@2.7.6","_npmVersion":"5.8.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"misha130@gmail.com"},"dist":{"integrity":"sha512-v3olPSnCudw6rzuNSIkt87lgxJx29wYQ4mxqB78f4DfHFR5w67bkezoGiAtf1A+oOeBAVI7AGEkSJb4yYy38oQ==","shasum":"6dea58a1ad68bc10632d162739ad2bc02dd026ee","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ion-datepicker/-/ion-datepicker-2.7.6.tgz","fileCount":41,"unpackedSize":96818,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa2SYYCRA9TVsSAnZWagAAfUEP/34KxNAyD5CSkxLXN6i1\nLn600Bab4Kkz6k+8lxTQraeknrPbUGBbSkyTRLN/GZe2JIuKymCH59HaSLmJ\nu7rT2f3wmjhh4HJ9Hp8Xb/KKFLVX7IrgDOCOxRnOSrUHg3bp3TEub1rsN9pv\nSXDCE7h2OsQCQRHPPHY5QkF+uN9X4+e/1a3DDREag5AsfNx7+K7XLdWAVFf0\n9P4tFkwHGDaE+8XD1W9IqpH7yQ2deUE4DVYhVuVNKRPIuvWJoT51/wt6s2nZ\nCl62HQyNl5N5pPp99ytbvB9ba0qyveKE+HvC0NxcJ5o6+uBHN5ZS1OAMBHr5\nJL9KaP6ffgfRc7KHVlKtDpvmI1LcpmXF8mRknJrVvmZP/EbYQtsYIhznJq7P\n9xOA+9e/UbUX9v8X+LQHmTpzCLrf5deQ2AInhoo0iRiH7tjYxATRs4SFKhXX\nsx2hkFVBwXcehy4WP9Lw1Ku4eC5D56Vnm+4bJayXGiwAIwg11n3jsVZyUq4X\nJ/pdgGAk+InimBESQFsX3UNiLILyaYrGR1ZWQWKsWToXvUN76TSGC5tLUpfo\nLGdR3Q/vVxG2xhJ2NPzHRkvsh52WO22Jl29sJWqZQko9BuR9uPsJbNyapD1c\ni4MvLF1aNwS/VNQShvAcCUSeLhOvI0IPfclgxdgM+QFbK1EBlqnaTrPPZTRI\n71vx\r\n=kxTA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCYyeyUIrtahgnNDqcbxDaIqzQyUC7unZ+Rw/bmgNu6egIgBXVe0gA1OIR25L8o7ldrNMQRHrs6l40k7i/ObAr4J4Y="}]},"maintainers":[{"name":"anonymous","email":"misha130@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ion-datepicker_2.7.6_1524180504153_0.5590234687264148"},"_hasShrinkwrap":false},"2.7.7":{"name":"ion-datepicker","version":"2.7.7","description":"A date picker for ionic","main":"index.js","author":{"name":"Misha Tarnorutksy","email":"misha130@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/misha130/ion-datepicker.git"},"keywords":["datepicker-ionic3","ionic3","ionic2","ionic3 datepicker","datepicker","datepicker ionic3","datepicker for ionic3","datepicker for ionic3 framework"],"scripts":{"ngc":"ngc","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -u","build":"npm run ngc && node ./scripts/copy-package","publishPackage":"npm run build && cd dist && npm publish","dev":"tsc --watch"},"license":"MIT","dependencies":{},"peerDependencies":{"ionic-angular":"~3.9.2","@angular/common":"~5.0.0","@angular/core":"~5.0.0","@angular/forms":"~5.0.0","@angular/http":"~5.0.0","@angular/platform-browser":"~5.0.0","@angular/platform-browser-dynamic":"~5.0.0","ionicons":"3.0.0","rxjs":"5.5.2","connect":"^3.6.3","sw-toolbox":"3.6.0","zone.js":"0.8.18","typescript":"~2.4.2"},"bugs":{"url":"https://github.com/misha130/ion-datepicker/issues"},"homepage":"https://github.com/misha130/ion-datepicker#readme","_id":"ion-datepicker@2.7.7","_npmVersion":"5.8.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"misha130@gmail.com"},"dist":{"integrity":"sha512-qR/21mBVPGYSrTFOOkSoYLsDBrxMI1HHp+4sUtZyCCfUykoc9b7W//FqK9l/STAm8d8b15qFDAShs3f1TSB8ew==","shasum":"83e3f39ad83e0af504e7c805cd51867c3e8538c7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ion-datepicker/-/ion-datepicker-2.7.7.tgz","fileCount":41,"unpackedSize":96868,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa4Gb5CRA9TVsSAnZWagAAI04P/0FUHFKtT9QCEf2ahvh8\nhBovaQAx68HKjveFdRK3NwVx1tCX8LliEgEVhDPM1lNul6Jv5kcTFAhovUso\nJMGebisaQF4OuNvahUI5s5SYh5Qzux/BhFiwZRPl+kRQvfgkCUaVYHy5lwMA\nJDcNrGRucqOHavGiAApMWfNqn+bC6pcAoCYDeQ7kna3BI1YIbAtSJCYK4JZl\nShpbC4sZ31c/4GrToXynZzI6AGxZ9IzYLBsNiH7mhwd1HTjRWiWh77NuHj/u\nI7cby+Pb5hqFYUMM1wJdQtIqNa/MJc5QZgQPsWUsFv2wmFJXJ2sOmtgfeKKR\nX9Xw0EhGjrM+/pAxs0I2ap+xwOll1Nl2ScUps5umUVTYnF3W0avqOLXJVFsx\n8ILqj/IHY9k/0Z1r5MG9HCvMoqN31zSvoJ4zZhUn86rLgBj0bqmyekpSMiN7\nWy3qxqj+5PKm1M3H8z8c70t18NocG+TN4qp3bq/12SeALf8EQUPUnR+dP/Vw\n9ya1pI4cvJO6WUvC4jFNT24A1JpOiDPqbf7JQz8AUlByS61ELyz3hcury407\nWKjLaYoTHnhS4faWYbR08qd8xdfQ7QX2qDN3WFcInPZCYilmLteEvYongMzq\n0Fbi4H6D8FKcJD1riqtEZWq13narGTjKSxbpLn4p7vZw5p457ARQzqd6Ic4R\nC0pL\r\n=S3vS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCD6bwFvT7ssOpO3hsBGJjqJ6GgnZR50HxlLJCAP45bcwIhAK3nY17viX9QXI3vSt6/ZGArXDz21Td+YRhHvX8rfZhJ"}]},"maintainers":[{"name":"anonymous","email":"misha130@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ion-datepicker_2.7.7_1524655865324_0.14122377210939807"},"_hasShrinkwrap":false},"2.8.0-beta.0":{"name":"ion-datepicker","version":"2.8.0-beta.0","description":"A date picker for ionic","main":"index.js","author":{"name":"Misha Tarnorutksy","email":"misha130@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/misha130/ion-datepicker.git"},"keywords":["datepicker-ionic3","ionic3","ionic2","ionic3 datepicker","datepicker","datepicker ionic3","datepicker for ionic3","datepicker for ionic3 framework"],"scripts":{"ngc":"ngc","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -u","build":"npm run ngc && node ./scripts/copy-package","publishPackage":"npm run build && cd dist && npm publish","dev":"tsc --watch"},"license":"MIT","dependencies":{},"peerDependencies":{},"devDependencies":{"@angular/common":"~5.0.0","@angular/core":"~5.0.0","@angular/forms":"~5.0.0","@angular/http":"~5.0.0","@angular/platform-browser":"~5.0.0","@angular/platform-browser-dynamic":"~5.0.0","@angular/compiler":"~5.0.0","@angular/compiler-cli":"~5.0.0","ionic-angular":"^3.9.4","ionicons":"3.0.0","rxjs":"5.5.2","connect":"^3.6.3","sw-toolbox":"3.6.0","zone.js":"0.8.18","typescript":"~2.4.2"},"readme":"\r\n### [Demo](https://ion-datepicker.herokuapp.com/)\r\n\r\n## How to use ###\r\n\r\n### 1) Install using npm ###\r\n\r\n```\r\n    npm i ion-datepicker --save\r\n```\r\n\r\n### 2) Add it to your ngModule in app.module ###\r\n\r\n```\r\n import { DatePickerModule } from 'ion-datepicker';\r\n```\r\n```\r\n   imports: [\r\n        IonicModule.forRoot(App),\r\n        DatePickerModule,\r\n    ],\r\n```\r\n### 3) Use the directive ion-datepicker in your html  ###\r\n```\r\n\t<span ion-datepicker  [(value)]=\"localDate\" [min]=\"localDate\" clear class=\"ScheduleDate\">\r\n\t\t<span>{{localDate | date}} <ion-icon name=\"clipboard\" item-left ></ion-icon> </span>\r\n\t</span>\r\n```\r\n\r\n### Dismiss the datepicker from the class  ###\r\n\r\n```\r\n\r\n    import { DatePickerDirective } from 'ion-datepicker';\r\n\r\n\t@ViewChild(DatePickerDirective) private datepickerDirective:DatePickerDirective;\r\n\r\n    public closeDatepicker(){\r\n        this.datepickerDirective.modal.dismiss();\r\n    }\r\n    \r\n```\r\n\r\n## Options ###\r\n\r\n\r\n `[value]` - defines the initial value, can be two bindable as in [(value)].\r\n\r\n `[min]` - minimum date that user is allowed to select.  (not required)\r\n\r\n `[max]` - maximum date that user is allowed to select.  (not required)\r\n\r\n `[disabledDates]` - An array of dates that should be disabled (not required)\r\n\r\n `[calendar]` - A boolean that determines whether to show calendar or not. Defaults to true.\r\n\r\n `[markDates]` - An array of dates that should be marked with background color (not required)\r\n\r\n `(ionChanged)` - an event emitter that returns the date as a $event.\r\n\r\n `(ionCanceled)` - an event that is raised when the cancel button is activated. Returns no data.\r\n\r\n `(ionSelected)` - an event that is raised when a date is selected\r\n\r\n `[headerClasses]` - a bridge to the header classes of the directive using ngClass (string, array or object)  (not required)\r\n\r\n `[bodyClasses]` - a bridge to the date classes of the directive using ngClass (string, array or object)  (not required)\r\n\r\n `[modalOptions]` - a modal is used to display the picker to configure the animation or other options you may use this\r\n\r\n `[locale]` - for translating the calendar. Avaliable local is en-US, en-UK, he-IL, pt-BR, ru-RU, de, fi, fr-FR, zh-TW, zh-CN, ja-JP. Please note en-US locale starts the calendar with monday and en-UK starts it with sunday\r\n\r\n `[localeStrings]` - if you dont want to use the built translations - accepts an object { weekdays: string[], months: string[], monday:boolean },\r\nFor example: \r\n            ```\r\n            {\r\n                monday:true,\r\n                weekdays: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'],\r\n                months: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']\r\n            },\r\n            ```\r\n\r\n `[okText]` - text for the ok button\r\n\r\n `[cancelText]` - text for the cancel button\r\n\r\n\r\n### 4) Pictures ###\r\n\r\n<img src=\"https://i.gyazo.com/0caf3169c08777da99bf98ba7f328c41.png\" height=\"450\">\r\n","readmeFilename":"README.md","gitHead":"7c72c0cd38ea5572e97f1d47311535c84da266c9","bugs":{"url":"https://github.com/misha130/ion-datepicker/issues"},"homepage":"https://github.com/misha130/ion-datepicker#readme","_id":"ion-datepicker@2.8.0-beta.0","_nodeVersion":"8.11.1","_npmVersion":"6.8.0","dist":{"integrity":"sha512-ZXcczhveky7+B9KegWwA1vTtffpOuxta2O+DKf2yhl48ReAEnit65e19YIfplFeEK8jONWw9GCEPBkB3wKR39g==","shasum":"e0a99a666632bd1c50e09dcfd7fbbfd6902147a1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ion-datepicker/-/ion-datepicker-2.8.0-beta.0.tgz","fileCount":81,"unpackedSize":230257,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJclQVICRA9TVsSAnZWagAA8EgP/jk9S+SD9ASJh3icVD0R\nqiOu7WKsg1A934o6LC2F60cPyVxxfSpQg/AH6TPiUxXo/5bu0EAtvNAmyhuP\nmdrxiv/N9A6VI7yK0vqKjSSMKw815Kl7xywLEFtJ0oOWfOg615bOlNsuBN+S\nZxkyos3XigoxDSRnzRT9Q2P8DtK2boDtWJaZqnHANlRtCq+9njSV1SZiDzQW\nm3+UrcBc0icE1dyOWyTjCrY8/2XK0SkIaJqxu1tJCcJBd07tshUVTuOkcdDv\nvA9QsrNYXPPv+XIXRxwX0Wk9FgPF/5KKTGmb9ofih0Bfdem8VfXMd1hC6sFZ\ndt6kBiG12D7WJZOGivFaJEXfm+/mpBlN68qVJz8qT5nQVDIsFCZMCgJ+/jES\nOnU1i3F/w5TtlSgUeihQj5VagaE8ULaBpeH+z+nzZGoGuOs5202IsXcudLDS\nUkKJP0PrnY2dgDeno88LISWuezl2nI0tfNlxnVltdwwTqkEHfssbIS2L9b57\nNvO1tdcU5Sj+xqXWcHdsYfomdBAmTkLCxT9nFxOJ81W715xNqMeLx23hO41c\nEuGckWWS7ygqHihU0+TvDf4wOP5rG+MsG0MYOJPAlI1rx1sX6TGpQqYQ23Sf\nGOn9y8FWecC1f0d0rGqUx2bbyDhwioSZjNpUFKROocLDV2L7nt8W2vsmYGNc\nCAjQ\r\n=G2fk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID6FfbS63DPhhG6eE4Yss8j23JlxGD4Ii54Ox8abDuLCAiAyihyWk5FyOJaVKwGMZTj7NAQTV1qsaQxzEVxCykwosA=="}]},"maintainers":[{"name":"anonymous","email":"misha130@gmail.com"}],"_npmUser":{"name":"anonymous","email":"misha130@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ion-datepicker_2.8.0-beta.0_1553270087496_0.7538852869061428"},"_hasShrinkwrap":false},"2.8.0":{"name":"ion-datepicker","version":"2.8.0","description":"A date picker for ionic","main":"index.js","author":{"name":"Misha Tarnorutksy","email":"misha130@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/misha130/ion-datepicker.git"},"keywords":["datepicker-ionic3","ionic3","ionic2","ionic3 datepicker","datepicker","datepicker ionic3","datepicker for ionic3","datepicker for ionic3 framework"],"scripts":{"ngc":"ngc","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -u","build":"npm run ngc && node ./scripts/copy-package","publishPackage":"npm run build && cd dist && npm publish","dev":"tsc --watch"},"license":"MIT","dependencies":{},"peerDependencies":{},"bugs":{"url":"https://github.com/misha130/ion-datepicker/issues"},"homepage":"https://github.com/misha130/ion-datepicker#readme","_id":"ion-datepicker@2.8.0","_nodeVersion":"8.11.1","_npmVersion":"6.8.0","dist":{"integrity":"sha512-OjiH33Y6+/ICcvbyzqCcLQA3ZC0t5Muh8jIZMye3+gHRD4WpOoifLyl0msspWR8f+h0XnjfsnyJbGj0pUSOmaA==","shasum":"72186b986ff6f7f198ce20479983be0f1a69a40a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ion-datepicker/-/ion-datepicker-2.8.0.tgz","fileCount":103,"unpackedSize":272257,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJclQuJCRA9TVsSAnZWagAA3MQP/0FgXftKbjG++yr/COOM\n+EpfuMXMaHwgRTTEeph9yCOCk7tFhI+OB5c0G/6Hdma865AoRG9lagRUefSH\nPWcJt9GQPhFfeRoO7ZYpV/+0cmPf+F0cTHZVs0k5cybxJIwoHZPEUuKG5wom\nZ9U/MGisJTjrG33tFEsJQA450ifry10QdfqNA8fz3BNhct5067XYENyBot70\nfNM4k/TSqZNc5dCzIFx3PDPrYNaCFGBZMkonnSPscCMe3h20n1xRgP2SbaKK\n/NQHNFH9YNHRL7nQPQStjGopMka3QbqqnK2plWDmGipAXme1K2WfuPfVA1aH\nHzryc6tzMcvOcL3R3+aVqV7MKCnGw8VoJOcTgyf/xKDrYpard7z41vwDiHf/\n6Y0UAkzPq+HK6Fk+OO6yNnZ+3pUgldN/kYxyUO96YVNun0mZqoSmFYlYTXL1\nl5omIXY+ba8N8e4LnTRTEySsDAgdGJ0qm/DyNraRv2jmUsdWOBrQgBRm5/8w\nyWDWuY4oFHxTNUDjNjFcXfiDBj/wcyl+kcCiO6n4hlYv7lIdEVsWQJRh8WpR\nslHBLeOxtnL5zdYMMX15ZYSGpbSyd2PLmdIGjLHi8Ai7A9EFZMqKD09C4Seu\njuNe78vgdjK/siL6DCp8asGIOkPQx6I8ExEaw1wYrul4XmdyeQa+KgWNr0NN\nClpb\r\n=lnq2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGqkn+q2QCzMTYDW26g15Vu6gpa2tAoy1HT0EUW7i9anAiEAl8XhckRzi3t9BXxfUR0u9ToiBoCscfiZZqlbW3jr9gA="}]},"maintainers":[{"name":"anonymous","email":"misha130@gmail.com"}],"_npmUser":{"name":"anonymous","email":"misha130@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ion-datepicker_2.8.0_1553271688906_0.41026448801627935"},"_hasShrinkwrap":false},"2.8.1":{"name":"ion-datepicker","version":"2.8.1","description":"A date picker for ionic","main":"index.js","author":{"name":"Misha Tarnorutksy","email":"misha130@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/misha130/ion-datepicker.git"},"keywords":["datepicker-ionic3","ionic3","ionic2","ionic3 datepicker","datepicker","datepicker ionic3","datepicker for ionic3","datepicker for ionic3 framework"],"scripts":{"ngc":"ngc","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -u","build":"npm run ngc && node ./scripts/copy-package","publishPackage":"npm run build && cd dist && npm publish","dev":"tsc --watch"},"license":"MIT","dependencies":{},"peerDependencies":{},"bugs":{"url":"https://github.com/misha130/ion-datepicker/issues"},"homepage":"https://github.com/misha130/ion-datepicker#readme","_id":"ion-datepicker@2.8.1","_nodeVersion":"8.11.1","_npmVersion":"6.9.0","dist":{"integrity":"sha512-l5QyvzHAgh9pmH9R6cIixw9HbJBxaK2OvU3uy3BTEp355nW5uvMotztwSTD43KAxb46Q2OABvEpmuJRgxbwG3Q==","shasum":"d809a730ff39ba2954a46834a4827123dcee84b4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ion-datepicker/-/ion-datepicker-2.8.1.tgz","fileCount":103,"unpackedSize":272257,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc3YfDCRA9TVsSAnZWagAAK8AQAJm8pcdyeMT/BcE/wLI8\ncusq0WQhUteBLKbMZIGQvvg6yHOLWrNA2wQMq6m090VGQdgq18tUEHpKZTwl\n6UM3J15BkZfA3kIWY8B0XL6Bu+eQzihf7i9qhM5E/kodRTO/xCoCj594m4kO\n40nKMR6XG4AuIMdpFwgdIMMZjdXjYgOtZE130uzTWuSAguatliL0AD57/LZK\ncw9QSYiQgZj656/JDpOb6HJ9CQAYl/NkleZDcmdSGu8lEFnKeaM/ut2XQ55e\nOlXBg1OJ0u+NTQB0s7zYhiBmmoa8FJ+Qdi4t2at2YVu70C5n7QbNyC98MzGL\nWZcnBf/GNc4rcdpgmYIR/CZFpJewgq+FGoptXF4XAu4TOy4+TwKKHgK1UyZO\n1tpAiklsMCpS7JynWgJ4rVd3luX48+ORzoIY1sBdAz3mRUxn+wD28Oe612MA\n6nmocHGQpdxZuDdi9uFiKKCHO++6rbj3Pvy1s2SeFCS6Y77tlgE0KQYq8lH6\nqqfnf9TJtuhsj5jISqskoRPQv/+9FlTT0eV9POMCOeCsFrH8aYVZpYoVs2VK\nhs6oEWcYQXtt9BL5ufQRngDPxflLY0I9My90kSsgJQ/1TDisqXQydHJJWMeU\nWglNtPWQFv9Wrt83o7hfYzRPVbluZCHXwUjfWrkkPSYSRWP+TSj/0FrzA4S3\npx6k\r\n=oNeZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCKWBWCkWj4+pwCvqqtoenS40c03fl6UADZrlqm1ykeIAIgWbgakwzwI3T1ms7u0HB7KLkFnvqcqN0rh6C/5lcooQQ="}]},"maintainers":[{"email":"misha130@gmail.com","name":"anonymous"},{"email":"tristan@sqrls.de","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"misha130@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ion-datepicker_2.8.1_1558022082267_0.515600050047492"},"_hasShrinkwrap":false},"2.8.2":{"name":"ion-datepicker","version":"2.8.2","description":"A date picker for ionic","main":"index.js","author":{"name":"Misha Tarnorutksy","email":"misha130@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/misha130/ion-datepicker.git"},"keywords":["datepicker-ionic3","ionic3","ionic2","ionic3 datepicker","datepicker","datepicker ionic3","datepicker for ionic3","datepicker for ionic3 framework"],"scripts":{"ngc":"ngc","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -u","build":"npm run ngc && node ./scripts/copy-package","publishPackage":"npm run build && cd dist && npm publish","dev":"tsc --watch"},"license":"MIT","dependencies":{},"peerDependencies":{},"bugs":{"url":"https://github.com/misha130/ion-datepicker/issues"},"homepage":"https://github.com/misha130/ion-datepicker#readme","_id":"ion-datepicker@2.8.2","_nodeVersion":"8.11.1","_npmVersion":"6.9.0","dist":{"integrity":"sha512-2VzncQHOiMtLuzM6ONG48bWCt8Phz6N75SeWgN4XxtAcdPCi8BAmTE9UuCTq60f2XFPPE3l6FyC64xxcXIbQuQ==","shasum":"01b300963819867080758bcf9812386068ddcbf1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ion-datepicker/-/ion-datepicker-2.8.2.tgz","fileCount":104,"unpackedSize":275185,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc3tukCRA9TVsSAnZWagAAMR0P/2KcSVJ7A8OLdOZW8ilm\nQA3K+W4FeF7FkpzEvwA6Z9Vg8IoXRADBlud+gjROA9BxXEdeTpcAOPTLVo1j\nAsig6WMTlolXNRXnok5/ivFdm+FU7rUw6Cli+laSddTJqqVTWduMqw8eLiLn\n4P56/Oj9zeBPoFM6jM+T0/4SitGFAaIXdFr756w9ppuw8lrY4Pb3VMeTPcOr\nSAMiEI8jisLs+icx0YjkH8CNEYTdYMBf/MhkM6MGuPU66GrFmWF40UEgUDzL\nGSo/O9oHhb/2EUbnOVHEFmIUFAd75zwzuMcVwGfdU38PlQ2DZFUDBQRz1Fh8\ndpqwMUC6MjnmeTJofBXinNbUAdEcAbGB/ghjSXPHfujBBrBtTlLWYF6sQEkD\nnks34UuMSmiU64R3YellIR/DXQZNr2yS3kNzaOTko2SkpwlXsZpIs8JAVVj9\n9enHzujCZfs1fzLERzrJBPzPHi/FB+nrUEz+jwDVa+D3NLvQi3SRwOZdUHlv\nA3LOgg4n/mDVj68BZrjiyBoLZk7Sk3DnuTs0GxSZD4W9iROLaTt2R4L6ubZi\nKHEn79ttFQkZeAVacw54e+V8/Mmwj/k4Jk8duTsdBF640kIh9wVqX/QN2fU/\nc8DZE7QRYqg3ZeIXWWcSvg5yeyOFxKOmU5BByCw0E7ejy6MaNFafaQMJRX1N\n/oT0\r\n=NKBD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGyOpMkEO/SgQsxUTHnXeC+k1v5eKXfeiolQdCHmcToFAiEAsLcXBfsYVgbFwcNfe7b7kHAVlpYLkkxUU317zoODkJc="}]},"maintainers":[{"email":"misha130@gmail.com","name":"anonymous"},{"email":"tristan@sqrls.de","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"misha130@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ion-datepicker_2.8.2_1558109091971_0.1665920854926275"},"_hasShrinkwrap":false}},"name":"ion-datepicker","time":{"modified":"2022-06-19T02:07:43.910Z","created":"2017-09-08T09:46:34.629Z","2.6.2":"2017-09-08T09:46:34.629Z","2.6.3":"2017-09-10T18:44:07.795Z","2.6.4":"2017-09-16T06:10:32.807Z","2.6.5":"2017-09-18T18:00:44.400Z","2.6.6":"2017-09-18T18:10:05.662Z","2.6.7":"2017-09-19T04:36:20.022Z","2.7.0":"2017-10-10T01:04:18.357Z","2.7.1":"2018-02-06T11:51:57.688Z","2.7.2":"2018-02-13T14:49:46.798Z","2.7.3":"2018-03-19T13:11:42.389Z","2.7.4":"2018-04-19T22:48:52.373Z","2.7.5":"2018-04-19T22:56:49.300Z","2.7.6":"2018-04-19T23:28:24.200Z","2.7.7":"2018-04-25T11:31:05.429Z","2.8.0-beta.0":"2019-03-22T15:54:47.601Z","2.8.0":"2019-03-22T16:21:29.139Z","2.8.1":"2019-05-16T15:54:42.685Z","2.8.2":"2019-05-17T16:04:52.090Z"},"readmeFilename":"README.md","homepage":"https://github.com/misha130/ion-datepicker#readme"}