{"_id":"angular-bootstrap-datetimepicker","_rev":"58-d3d6f98b0f18eeb52341d8336fba8545","name":"angular-bootstrap-datetimepicker","time":{"modified":"2022-06-13T02:50:53.508Z","created":"2015-03-12T11:50:04.336Z","0.3.8":"2015-03-12T11:50:04.336Z","0.3.9":"2015-03-12T11:56:17.342Z","0.3.11":"2015-03-13T05:01:01.785Z","0.3.12":"2015-03-19T04:02:15.210Z","0.3.13":"2015-06-21T18:16:11.936Z","0.3.14":"2015-10-12T12:47:09.340Z","0.3.15":"2015-10-16T15:57:22.524Z","0.4.0":"2015-11-18T14:03:56.252Z","1.0.0":"2016-01-31T20:00:00.876Z","1.0.1":"2016-02-01T15:15:20.287Z","1.1.0":"2016-09-11T22:36:15.164Z","1.1.1":"2016-09-12T04:13:24.412Z","1.1.2":"2016-09-12T17:34:07.867Z","1.1.3":"2016-10-21T05:51:42.904Z","1.1.4":"2017-03-31T03:46:20.659Z","2.0.0-rc0":"2018-02-20T04:13:26.224Z","2.0.0":"2018-03-02T10:27:23.436Z","2.0.1":"2018-03-02T11:35:19.456Z","2.1.0":"2018-03-04T05:20:33.810Z","0.0.0-development":"2018-03-08T00:13:14.259Z","2.1.1":"2018-03-08T06:53:18.091Z","2.1.2":"2018-04-04T23:11:46.729Z","2.1.3":"2018-04-05T18:10:34.996Z","2.2.0":"2018-04-08T05:39:22.387Z","2.2.1":"2018-04-08T16:23:13.879Z","3.0.0":"2019-03-22T18:21:51.944Z","3.0.1":"2019-11-04T16:21:02.550Z","3.0.2":"2019-11-05T22:15:10.719Z","3.1.0":"2019-11-08T02:34:26.640Z","4.0.0":"2019-11-12T20:43:03.593Z","4.0.1":"2019-11-17T17:25:10.852Z","4.0.2":"2019-11-17T18:32:05.735Z"},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"dist-tags":{"latest":"4.0.2"},"description":"Native Angular (8+) datetime picker component styled by Twitter Bootstrap 4.","readme":"# Angular 8+ bootstrap date & time picker\n\nNative Angular (8+) datetime picker component styled by Twitter Bootstrap 4.\n\n[![npm downloads](https://img.shields.io/npm/dm/angular-bootstrap-datetimepicker.svg)](https://www.npmjs.com/package/angular-bootstrap-datetimepicker)\n[![Build Status](https://travis-ci.org/dalelotts/angular-bootstrap-datetimepicker.png?branch=master)](https://travis-ci.org/dalelotts/angular-bootstrap-datetimepicker)\n[![Coverage Status](https://coveralls.io/repos/github/dalelotts/angular-bootstrap-datetimepicker/badge.svg?branch=master)](https://coveralls.io/github/dalelotts/angular-bootstrap-datetimepicker?branch=master)\n[![Dependency Status](https://david-dm.org/dalelotts/angular-bootstrap-datetimepicker.svg)](https://david-dm.org/dalelotts/angular-bootstrap-datetimepicker)\n[![devDependency Status](https://david-dm.org/dalelotts/angular-bootstrap-datetimepicker/dev-status.png)](https://david-dm.org/dalelotts/angular-bootstrap-datetimepicker#info=devDependencies)\n[![Known Vulnerabilities](https://snyk.io/test/npm/angular-bootstrap-datetimepicker/badge.svg)](https://snyk.io/test/npm/angular-bootstrap-datetimepicker)\n\n[![Join the chat at https://gitter.im/dalelotts/angular-bootstrap-datetimepicker](https://badges.gitter.im/dalelotts/angular-bootstrap-datetimepicker.svg)](https://gitter.im/dalelotts/angular-bootstrap-datetimepicker?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n[![MIT License][license-image]][license-url]\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n\n[Documentation](http://dalelotts.github.io/angular-bootstrap-datetimepicker/)\n\n[Demo Page](https://stackblitz.com/github/dalelotts/angular-bootstrap-datetimepicker-demo)\n\n[Github](https://github.com/dalelotts/angular-bootstrap-datetimepicker)\n\n\n*Read this in other languages: [Spanish](https://github.com/dalelotts/angular-bootstrap-datetimepicker/blob/master/README.es_MX.md)*\n\n## On Angular 7.x?\n\nUse install version 3.1.0\n\n`npm install angularjs-bootstrap-datetimepicker@3.1.0`\n\n## On Angular 1.x?\n\nSee [angularjs-bootstrap-datetimepicker](https://github.com/dalelotts/angularjs-bootstrap-datetimepicker)\n\n## Support the project\nI know this is a tiny component but many people use it in production (high 5 to all of us) - if you happen to use this component please click the star button (at the top of the page) - it means a lot to all the contributors.\n\n## Peer Dependencies\n\nPeer dependencies:\n * Angular 8.x or higher (1.x will not work)\n * moment.js 2.22.2 or higher for date parsing and formatting\n * bootstrap 4.x for css/layout\n * open-iconic for the default icon's (you can use any icon library you like)\n \njQuery is NOT required.\n\n## Usage with Angular CLI\nIf you are using the [Angular CLI](https://cli.angular.io/) there are a few simple steps to \nadd this component to your project.\n\nFirst, install this module and it's peer dependencies.\n\n```shell\nnpm install --save angular-bootstrap-datetimepicker bootstrap moment open-iconic\n```\n\nThen update `./src/app/app.module.ts` to include the following:\n\n```TypeScript\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FormsModule } from '@angular/forms';\nimport { NgModule } from '@angular/core';\nimport { DlDateTimeDateModule, DlDateTimePickerModule } from 'angular-bootstrap-datetimepicker';\n\n@NgModule({\n  declarations: [\n    AppComponent\n  ],\n  imports: [\n    BrowserModule,\n    FormsModule,\n    DlDateTimeDateModule,  // <--- Determines the data type of the model\n    DlDateTimePickerModule,\n  ],\n  providers: [FormsModule],\n  bootstrap: [AppComponent]\n})\nexport class AppModule { }\n```\n\nNext, add the following to `./src/app/app.component.html`\n\n```html\n<dl-date-time-picker\n\tstartView=\"day\"\n\tmaxView=\"year\"\n\tminView=\"minute\"\n\tminuteStep=\"5\"\n\t[(ngModel)]=\"selectedDate\"\n>\n</dl-date-time-picker>\n```\n\nNext, add the following to `./src/styles.css`\n\n```css\n@import '~bootstrap/dist/css/bootstrap.min.css';\n@import '~open-iconic/font/css/open-iconic-bootstrap.css';\n```\n\n**Note:** This component uses `open-iconic` icons by default, but you can use any icon library \nthat supports styling with `classes`.\n\nFinally, run `npm start` and you should see the date/time picker on [http://localhost:4200/](http://localhost:4200/)\n\nBy default, the date/time picker is as wide as it's container `{ width:100% }`. \nIt uses bootstrap's flex `row` and `col` classes to layout the date/time picker into rows and columns.\nIf the parent container is too narrow (less than 340px in english), the row and column layout may wrap in ways that are not attractive. \nOther languages/locals may require a wider container to fit the contents.\n\n## End-to-End (e2e) testing with protractor\n\nThe user interactions with a date-time picker make it difficult to write e2e tests that exactly replicate the users interaction with the picker.\n\nFortunately, this repository contains a file you can use in your e2e tests to cause the date/time picker to select any specified date.\n\nSee [./e2e/src/dl-date-time-picker-protractor.ts](./e2e/src/dl-date-time-picker-protractor.ts) for details.\n\n## Configuration\n\nUse the [automated configuration generator](https://stackblitz.com/github/dalelotts/angular-bootstrap-datetimepicker-demo) (please let me know if it does not work for your use case!), \nor see [https://dalelotts.github.io/angular-bootstrap-datetimepicker/](https://dalelotts.github.io/angular-bootstrap-datetimepicker/)\nfor the automatically generated documentation.\n\n### First day of week\n\nThe first day of the week is determined by  [moment's i18n settings](https://momentjs.com/docs/#/i18n/).\nFor example, setting the locale to `'fr'` will cause Monday to be the first day of the week.  \n\n### Display of year, month, day, hour, am/pm, and minute formats\n\nThe format of hours and minutes is also determined by [moment's i18n settings](https://momentjs.com/docs/#/i18n/).\n\nhours are displayed using `ll` as the format.\nminutes are displayed using `lll` as the format. \n\nI recommend you use the default locale settings from Moment (if they are incorrect, submit a PR to moment to correct the settings)\nIf for some reason the default Moment settings will not work, you can [customize the existing locale](https://momentjs.com/docs/#/customization/) or [create a custom locale](https://momentjs.com/docs/#/i18n/adding-locale/) with the desired formats.\n\n\n## Documentation\n\nYou can generate the documentation by running `npm run documentation`\nor see [https://dalelotts.github.io/angular-bootstrap-datetimepicker/](https://dalelotts.github.io/angular-bootstrap-datetimepicker/)\n\n## Accessibility\n\nThe `DlDateTimePickerComponent` component adds `aria-label` attributes to the left, right, and up buttons\nin addition to all calendar cells where the text of the cell may not fully describe the value.\n\n### Keyboard Accessibility \n\nThe `DlDateTimePickerComponent` component supports the following keyboard shortcuts in all views:\n\n| Shortcut             | Action                                          |\n|----------------------|-------------------------------------------------|\n| `LEFT_ARROW`         | Go to the cell to the left                      |\n| `RIGHT_ARROW`        | Go to the cell to the right                     |\n| `UP_ARROW`           | Go to the cell above                            |\n| `DOWN_ARROW`         | Go to the cell below                            |\n| `HOME`               | Go to the first cell in the view                |\n| `END`                | Go to the last cell in the view                 |\n| `PAGE_UP`            | Go to the same cell in the previous time period |\n| `PAGE_DOWN`          | Go to the same cell in the next time period     |\n| `ENTER` or `SPACE`   | Select current cell                             |\n\n## Screen shots\n\n### Year view\n\n![Datetimepicker year view](./screenshots/year.png)\n\nThis view allows the user to select the year for the target date.\nIf the year view is the minView, the date will be set to midnight on the first day of the year\n\n### Month view\n\n![Datetimepicker month view](./screenshots/month.png)\n\nThis view allows the user to select the month in the selected year.\nIf the month view is the minView, the date will be set to midnight on the first day of the month.\n\n### Day view (Default)\n\n![Datetimepicker day view](./screenshots/day.png)\n\nThis view allows the user to select the the day of the month, in the selected month.\nIf the day view is the minView, the date will be set to midnight on the day selected.\n\n### Hour view\n\n![Datetimepicker hour view](./screenshots/hour.png)\n\nThis view allows the user to select the hour of the day, on the selected day.\nIf the hour view is the minView, the date will be set to the beginning of the hour on the day selected.\n\n### Minute view\n\n![Datetimepicker minute view](./screenshots/minute.png)\n\nThis view allows the user to select a specific time of day, in the selected hour.\nBy default, the time is displayed in 5 minute increments. The <code>minuteStep</code> property controls the increments of time displayed.\nIf the minute view is the minView, which is is by default, the date will be set to the beginning of the hour on the day selected.\n \n\n## Contributing\n\nSee [Contributing.md](.github/contributing.md)\n\n### Testing\nThis component was written using TDD and all enhancements and changes have related tests.\n\nWe use karma and jshint to ensure the quality of the code. The easiest way to run these checks is to use gulp:\n\n```shell\nnpm install\nnpm test\n```\n\nThe karma task will try to open Chrome as a browser in which to run the tests.\nMake sure Chrome is available or change the browsers setting in karma.config.js\n\n## License\n\nangular-bootstrap-datetimepicker is released under the MIT license and is copyright 2015 Knight Rider Consulting, Inc.. Boiled down to smaller chunks, it can be described with the following conditions.\n\n## It requires you to:\n\n* Keep the license and copyright notice included in angular-bootstrap-datetimepicker's CSS and JavaScript files when you use them in your works\n\n## It permits you to:\n\n* Freely download and use angular-bootstrap-datetimepicker, in whole or in part, for personal, private, company internal, or commercial purposes\n* Use angular-bootstrap-datetimepicker in packages or distributions that you create\n* Modify the source code\n* Grant a sublicense to modify and distribute angular-bootstrap-datetimepicker to third parties not included in the license\n\n## It forbids you to:\n\n* Hold the authors and license owners liable for damages as angular-bootstrap-datetimepicker is provided without warranty\n* Hold the creators or copyright holders of angular-bootstrap-datetimepicker liable\n* Redistribute any piece of angular-bootstrap-datetimepicker without proper attribution\n* Use any marks owned by Knight Rider Consulting, Inc. in any way that might state or imply that Knight Rider Consulting, Inc. endorses your distribution\n* Use any marks owned by Knight Rider Consulting, Inc. in any way that might state or imply that you created the Knight Rider Consulting, Inc. software in question\n\n## It does not require you to:\n\n* Include the source of angular-bootstrap-datetimepicker itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it\n* Submit changes that you make to angular-bootstrap-datetimepicker back to the angular-bootstrap-datetimepicker project (though such feedback is encouraged)\n\nThe full angular-bootstrap-datetimepicker license is located [in the project repository](LICENSE) for more information.\n\n\n[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat\n[license-url]: LICENSE\n","versions":{"0.3.9":{"name":"angular-bootstrap-datetimepicker","version":"0.3.9","description":"This directive allows you to add a datetime-picker to your form elements.","author":{"name":"https://github.com/dalelotts/ng-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/ng-bootstrap-datetimepicker/issues"},"license":"MIT","homepage":"http://dalelotts.github.io/angular-bootstrap-datetimepicker","main":"src/js/datetimepicker.js","dependencies":{},"devDependencies":{"bower":"latest","grunt":"^0.4.4","grunt-bump":"0.0.16","grunt-complexity":"^0.2.0","grunt-contrib-jshint":"^0.10.0","grunt-istanbul-coverage":"^0.1.0","grunt-karma":"^0.9.0","gulp":"^3.8.10","gulp-bump":"^0.1.11","gulp-jshint":"^1.9.0","gulp-plato":"^1.0.1","jshint-stylish":"^1.0.0","karma":"^0.12.25","karma-chrome-launcher":"^0.1.5","karma-coverage":"^0.2.1","karma-firefox-launcher":"^0.1.3","karma-jasmine":"^0.3.2","karma-phantomjs-launcher":"^0.1.2","karma-threshold-reporter":"^0.1.12","matchdep":"^0.3.0","phantomjs":"^1.9.12"},"scripts":{"test":"grunt --verbose"},"repository":{"type":"git","url":"git://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"gitHead":"1f54161b0f675286bbb41848e22580b6819d1d3e","_id":"angular-bootstrap-datetimepicker@0.3.9","_shasum":"6cdf4bcd434ff1019a56ca1ca57e9cead557d372","_from":".","_npmVersion":"2.7.0","_nodeVersion":"0.10.36","_npmUser":{"name":"tkazec","email":"teddy@tkaz.ec"},"maintainers":[{"name":"tkazec","email":"teddy@tkaz.ec"}],"dist":{"shasum":"6cdf4bcd434ff1019a56ca1ca57e9cead557d372","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-0.3.9.tgz","integrity":"sha512-97M9JK5LWyleLzRnVsYhX45X6BiBqnhnq2Q4ZXk2jP4nhdtVP01ADWb30gJlzhsugE5iu/wV3XQ45nm1tUkelA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJeU6pVyC5/4s62FICdqdA+dTQgq9blvGKng+6r6rvQgIgLwq3PjEE/A/N3+QXonZvMfFdcOFmi+oYDURSI8w2vnA="}]},"directories":{},"deprecated":"Please install angularjs-bootstrap-datetimepicker for Angular 1 projects. This package is now for use wtih Angular 5+"},"0.3.11":{"name":"angular-bootstrap-datetimepicker","version":"0.3.11","description":"This directive allows you to add a datetime-picker to your form elements.","author":{"name":"https://github.com/dalelotts/ng-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/ng-bootstrap-datetimepicker/issues"},"license":"MIT","homepage":"http://dalelotts.github.io/angular-bootstrap-datetimepicker","main":"src/js/datetimepicker.js","dependencies":{},"devDependencies":{"bower":"latest","grunt":"^0.4.4","grunt-bump":"0.0.16","grunt-complexity":"^0.2.0","grunt-contrib-jshint":"^0.10.0","grunt-istanbul-coverage":"^0.1.0","grunt-karma":"^0.9.0","gulp":"^3.8.11","gulp-bump":"^0.1.11","gulp-jshint":"^1.9.0","gulp-plato":"^1.0.1","jshint-stylish":"^1.0.0","karma":"^0.12.25","karma-chrome-launcher":"^0.1.5","karma-coverage":"^0.2.1","karma-firefox-launcher":"^0.1.3","karma-jasmine":"^0.3.2","karma-phantomjs-launcher":"^0.1.2","karma-threshold-reporter":"^0.1.12","matchdep":"^0.3.0","phantomjs":"^1.9.12"},"peerDependencies":{"grunt-cli":"0.1.13"},"scripts":{"test":"grunt --verbose","postinstall":"./node_modules/bower/bin/bower install"},"repository":{"type":"git","url":"git://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"gitHead":"0ecf82078fcb77ef1f96462f9b7980b87a38d694","_id":"angular-bootstrap-datetimepicker@0.3.11","_shasum":"3b927052bcaaa495a3985660941005af9d178cc6","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"maintainers":[{"name":"tkazec","email":"teddy@tkaz.ec"},{"name":"dalelotts","email":"dale@dalelotts.com"}],"dist":{"shasum":"3b927052bcaaa495a3985660941005af9d178cc6","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-0.3.11.tgz","integrity":"sha512-PgN4JzfQuPqROWLh88QFANNkwIaAN6wZRBvQsg0gAjL1DlV93WEG6STwIF8GiQdq655UusPjn/dsJ6pJrr9cLA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH8syYVvz/hWqsI4/fCKRAhhQ9gL97IaiLeaEl6wicYTAiEA5126rUcCq7JOaeSzVClsXfiHol9G71vbCiEm3uso+xg="}]},"directories":{},"deprecated":"Please install angularjs-bootstrap-datetimepicker for Angular 1 projects. This package is now for use wtih Angular 5+"},"0.3.12":{"name":"angular-bootstrap-datetimepicker","version":"0.3.12","description":"This directive allows you to add a datetime-picker to your form elements.","author":{"name":"https://github.com/dalelotts/ng-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/ng-bootstrap-datetimepicker/issues"},"license":"MIT","homepage":"http://dalelotts.github.io/angular-bootstrap-datetimepicker","main":"src/js/datetimepicker.js","dependencies":{"angular":"^1.3.14","bower":"latest","moment":"^2.9.0"},"devDependencies":{"grunt":"^0.4.4","grunt-bump":"^0.3.0","gulp":"^3.8.11","gulp-jshint":"^1.9.4","gulp-plato":"^1.0.2","jshint":"^2.6.0","jshint-stylish":"^1.0.1","karma":"^0.12.31","karma-chrome-launcher":"^0.1.5","karma-coverage":"^0.2.1","karma-firefox-launcher":"^0.1.3","karma-jasmine":"^0.3.2","karma-phantomjs-launcher":"^0.1.2","karma-threshold-reporter":"^0.1.12","lodash":"^3.5.0","matchdep":"^0.3.0","phantomjs":"^1.9.12","run-browser":"^2.0.2","tape":"^3.5.0"},"scripts":{"test":"npm run test-browserify && gulp","test-browserify":"run-browser test/commonjs/browserify.test.js -b","postinstall":"./node_modules/bower/bin/bower install"},"repository":{"type":"git","url":"git://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"gitHead":"e4d79e9d3f91d4e5bdecd4b5fed3485b603e44a4","_id":"angular-bootstrap-datetimepicker@0.3.12","_shasum":"4e0f2817bfc8c8ca08c7950650f286d33de9edd3","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"dist":{"shasum":"4e0f2817bfc8c8ca08c7950650f286d33de9edd3","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-0.3.12.tgz","integrity":"sha512-CcjS57+cfzjtBeNvLMsfTP73p3v5og0+l3q1MtvOphydY1vg3MhkAedD4Hl55WTo8b5YBiN4nfxaGTRvObAsWg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEvpZzQQWt8y+8O75KwVneVbQw+f+Qszu6O7wBn5PCbvAiEA7OJyDaVwgLYsWsske8HJsIx0nwFk91lPtiOjavfQnrM="}]},"directories":{},"deprecated":"Please install angularjs-bootstrap-datetimepicker for Angular 1 projects. This package is now for use wtih Angular 5+"},"0.3.13":{"name":"angular-bootstrap-datetimepicker","version":"0.3.13","description":"This directive allows you to add a datetime-picker to your form elements.","author":{"name":"https://github.com/dalelotts/ng-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/ng-bootstrap-datetimepicker/issues"},"license":"MIT","homepage":"http://dalelotts.github.io/angular-bootstrap-datetimepicker","main":"src/js/datetimepicker.js","dependencies":{"angular":"^1.3.14","bower":"latest","moment":"^2.9.0"},"devDependencies":{"grunt":"^0.4.4","grunt-bump":"^0.3.0","gulp":"^3.8.11","gulp-jscs":"^1.4.0","gulp-jshint":"^1.9.4","jshint":"^2.6.0","jshint-stylish":"^1.0.1","karma":"^0.12.31","karma-chrome-launcher":"^0.1.5","karma-coverage":"^0.2.1","karma-firefox-launcher":"^0.1.3","karma-jasmine":"^0.3.2","karma-phantomjs-launcher":"^0.1.2","karma-threshold-reporter":"^0.1.12","lodash":"^3.5.0","matchdep":"^0.3.0","phantomjs":"^1.9.12","plato":"^1.5.0","run-browser":"^2.0.2","tape":"^3.5.0"},"scripts":{"test":"npm run test-browserify && gulp","test-browserify":"run-browser test/commonjs/browserify.test.js -b","postinstall":"./node_modules/bower/bin/bower install"},"repository":{"type":"git","url":"git://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"gitHead":"e37ad9f059fe2f17ac303db369bd326cae034882","_id":"angular-bootstrap-datetimepicker@0.3.13","_shasum":"664c560642996832810649193c4ec2ed5ffc3a60","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"dist":{"shasum":"664c560642996832810649193c4ec2ed5ffc3a60","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-0.3.13.tgz","integrity":"sha512-11AxHLH/D5+kIRFqUQRwFD6FDKlcwqyH4/ilAWdgQJUwYVZ/jF1BFspPeAJEsIal4uVfrzoIh+PsXEgwHkew1w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICgXpN86x7A3sqyYReuaX6DAY67d+TRI57IieNPxM4ADAiEAg0Bnhjh+vUgwPxQt4EnDgIdr2CJxw99MFJ0e3NKiIFU="}]},"directories":{},"deprecated":"Please install angularjs-bootstrap-datetimepicker for Angular 1 projects. This package is now for use wtih Angular 5+"},"0.3.14":{"name":"angular-bootstrap-datetimepicker","version":"0.3.14","description":"This directive allows you to add a datetime-picker to your form elements.","author":{"name":"https://github.com/dalelotts/ng-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/ng-bootstrap-datetimepicker/issues"},"license":"MIT","homepage":"http://dalelotts.github.io/angular-bootstrap-datetimepicker","main":"src/js/datetimepicker.js","dependencies":{"angular":"^1.4.7","moment":"^2.10.6"},"devDependencies":{"angular-mocks":"^1.4.7","bootstrap":"^3.3.5","bower":"latest","csslint":"^0.10.0","grunt":"^0.4.4","grunt-bump":"^0.6.0","gulp":"^3.8.11","gulp-csslint":"^0.2.0","gulp-jscs":"^3.0.0","gulp-jshint":"^1.11.2","jquery":"^2.1.4","jshint":"^2.6.0","jshint-stylish":"^2.0.1","karma":"^0.13.10","karma-chrome-launcher":"^0.2.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"^0.1.3","karma-jasmine":"^0.3.6","karma-phantomjs-launcher":"^0.2.1","karma-threshold-reporter":"^0.1.12","lodash":"^3.10.1","matchdep":"^1.0.0","phantomjs":"^1.9.18","plato":"^1.5.0","run-browser":"^2.0.2","tape":"^4.2.0"},"scripts":{"test":"npm run test-browserify && gulp","test-browserify":"run-browser test/commonjs/browserify.test.js -b"},"repository":{"type":"git","url":"git://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"gitHead":"f76718ade4cfc6c872cea4b9372e7495f38971c1","_id":"angular-bootstrap-datetimepicker@0.3.14","_shasum":"aeef93ba8a04909a00078b84578607150cb2772a","_from":".","_npmVersion":"2.12.1","_nodeVersion":"4.1.2","_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"dist":{"shasum":"aeef93ba8a04909a00078b84578607150cb2772a","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-0.3.14.tgz","integrity":"sha512-EonWzFKAJwdwB5+wsXqdghm+GQ4dB80LzCBsmnAntwhrl5qcU5Puo2FTbFhgxAMU2lYZ5VFUuu1U/x40pUnI9Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGamGYnCRjIQpjjx1WnA4PVtE60oNvCcYMgEyYC95j2iAiA0p6jSLLxbsagmLRt+4PYgzXGtotn80AYmfRGzKNnrFQ=="}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"directories":{},"deprecated":"Please install angularjs-bootstrap-datetimepicker for Angular 1 projects. This package is now for use wtih Angular 5+"},"0.3.15":{"name":"angular-bootstrap-datetimepicker","version":"0.3.15","description":"This directive allows you to add a datetime-picker to your form elements.","author":{"name":"https://github.com/dalelotts/ng-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/ng-bootstrap-datetimepicker/issues"},"license":"MIT","homepage":"http://dalelotts.github.io/angular-bootstrap-datetimepicker","main":"src/js/datetimepicker.js","dependencies":{"angular":"^1.4.7","moment":"^2.10.6"},"devDependencies":{"angular-mocks":"^1.4.7","autoprefixer":"^6.0.3","bootstrap":"^3.3.5","bower":"latest","csscomb":"^3.1.8","csslint":"^0.10.0","grunt":"^0.4.4","grunt-bump":"^0.6.0","gulp":"^3.8.11","gulp-csslint":"^0.2.0","gulp-jscs":"^3.0.0","gulp-jshint":"^1.11.2","gulp-postcss":"^6.0.1","gulp-sass":"^2.0.4","gulp-scss-lint":"^0.3.6","gulp-scss-lint-stylish":"^1.0.0","gulp-sourcemaps":"^1.6.0","jquery":"^2.1.4","jshint":"^2.6.0","jshint-stylish":"^2.0.1","karma":"^0.13.10","karma-chrome-launcher":"^0.2.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"^0.1.3","karma-jasmine":"^0.3.6","karma-phantomjs-launcher":"^0.2.1","karma-threshold-reporter":"^0.1.12","lodash":"^3.10.1","matchdep":"^1.0.0","phantomjs":"^1.9.18","plato":"^1.5.0","run-browser":"^2.0.2","tape":"^4.2.0"},"scripts":{"test":"npm run test-browserify && gulp","test-browserify":"run-browser test/commonjs/browserify.test.js -b"},"repository":{"type":"git","url":"git://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"gitHead":"6a4b1710596254f2ae23712955ece12adbd65d06","_id":"angular-bootstrap-datetimepicker@0.3.15","_shasum":"9013c55c7e6b0901f1c6cf317c26d5c63a4a7e39","_from":".","_npmVersion":"2.12.1","_nodeVersion":"4.1.2","_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"dist":{"shasum":"9013c55c7e6b0901f1c6cf317c26d5c63a4a7e39","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-0.3.15.tgz","integrity":"sha512-AR0D/yXk5IXDy4fCGXFuyEU9jOSwLaBnY6FZzbKdyRV0nwYd1odGgpV4GSmK5VyyuQdwJxe+QJqQS/Gv7L4pYQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHM9gf2Ya5surmMEsbihFubQvr6Eu79KNcNkNZbQLZDTAiEAyFAbRFPZ1KXjG5oOipNTL4WfvxTEjTEVd0wU+N0Wxfs="}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"directories":{},"deprecated":"Please install angularjs-bootstrap-datetimepicker for Angular 1 projects. This package is now for use wtih Angular 5+"},"0.4.0":{"name":"angular-bootstrap-datetimepicker","version":"0.4.0","description":"This directive allows you to add a datetime-picker to your form elements.","keywords":["anguar","calendar","date picker","date","directive","moment","time picker","time"],"author":{"name":"https://github.com/dalelotts/ng-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/ng-bootstrap-datetimepicker/issues"},"license":"MIT","homepage":"http://dalelotts.github.io/angular-bootstrap-datetimepicker","main":"src/js/datetimepicker.js","dependencies":{"angular":"^1.4.7","moment":"^2.10.6"},"devDependencies":{"angular-mocks":"^1.4.7","autoprefixer":"^6.1.0","bootstrap":"^3.3.5","bower":"latest","commitizen":"^2.4.4","csscomb":"^3.1.8","csslint":"^0.10.0","cz-conventional-changelog":"^1.1.4","del":"^2.1.0","grunt":"^0.4.4","grunt-bump":"^0.6.0","gulp":"^3.8.11","gulp-csslint":"^0.2.0","gulp-jscs":"^3.0.0","gulp-jshint":"^1.12.0","gulp-postcss":"^6.0.1","gulp-sass":"^2.1.0","gulp-scss-lint":"^0.3.8","gulp-scss-lint-stylish":"^1.0.0","gulp-sourcemaps":"^1.6.0","jasmine-core":"^2.3.4","jquery":"^2.1.4","jshint":"^2.8.0","jshint-stylish":"^2.1.0","karma":"^0.13.15","karma-chrome-launcher":"^0.2.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"^0.1.7","karma-jasmine":"^0.3.6","karma-phantomjs-launcher":"^0.2.1","karma-threshold-reporter":"^0.1.12","lodash":"^3.10.1","matchdep":"^1.0.0","phantomjs":"^1.9.18","plato":"^1.5.0","run-browser":"^2.0.2","semantic-release":"^4.3.5","tape":"^4.2.0"},"scripts":{"test":"npm run test-browserify && gulp","test-browserify":"run-browser test/commonjs/browserify.test.js -b","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"repository":{"type":"git","url":"git+https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"bb1c33eacc80b4163cf6dc6297bf3bfb901bfa30","_id":"angular-bootstrap-datetimepicker@0.4.0","_shasum":"881b52f8d414955c43d6de018b62227b2d91ed55","_from":".","_npmVersion":"3.3.8","_nodeVersion":"5.0.0","_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"dist":{"shasum":"881b52f8d414955c43d6de018b62227b2d91ed55","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-0.4.0.tgz","integrity":"sha512-s/HmlJrRMYLWpBoSJJ8Uk4T1BGTRqdusPo0GVy9MwI6A23stMZ54DeMB3XoaEzGzjqOIJGF2o33mbagG4Hf+uw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEVIkO/d27OUb6dbbU8iJ2jODinnmLUWMv+/jKz6pdxbAiBM+3Nx9w8OI5j05WNFvN4MHIguEvVSAchrtEcxgn2Elg=="}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"directories":{},"deprecated":"Please install angularjs-bootstrap-datetimepicker for Angular 1 projects. This package is now for use wtih Angular 5+"},"1.0.0":{"name":"angular-bootstrap-datetimepicker","version":"1.0.0","description":"This directive allows you to add a datetime-picker to your form elements.","keywords":["angular","calendar","date picker","date","directive","moment","time picker","time"],"author":{"name":"https://github.com/dalelotts/ng-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/ng-bootstrap-datetimepicker/issues"},"license":"MIT","homepage":"http://dalelotts.github.io/angular-bootstrap-datetimepicker","main":"src/js/datetimepicker.js","dependencies":{"angular":"^1.4.9","moment":"^2.11.1"},"devDependencies":{"angular-mocks":"^1.4.9","autoprefixer":"^6.3.1","bootstrap":"^3.3.6","commitizen":"^2.5.0","csscomb":"^3.1.8","csslint":"^0.10.0","cz-conventional-changelog":"^1.1.5","del":"^2.2.0","grunt":"^0.4.4","grunt-bump":"^0.7.0","gulp":"^3.8.11","gulp-angular-templatecache":"^1.8.0","gulp-csslint":"^0.2.0","gulp-htmlmin":"^1.3.0","gulp-jscs":"^3.0.0","gulp-jshint":"^2.0.0","gulp-postcss":"^6.0.1","gulp-sass":"^2.1.1","gulp-scss-lint":"^0.3.9","gulp-scss-lint-stylish":"^1.0.0","gulp-sourcemaps":"^1.6.0","jasmine-core":"^2.4.1","jquery":"^2.2.0","jshint":"^2.9.1","jshint-stylish":"^2.1.0","karma":"^0.13.19","karma-chrome-launcher":"^0.2.2","karma-coverage":"^0.5.0","karma-firefox-launcher":"^0.1.7","karma-jasmine":"^0.3.6","karma-phantomjs-launcher":"^0.2.1","karma-threshold-reporter":"^0.1.12","lodash":"^4.1.0","matchdep":"^1.0.0","phantomjs":"^1.9.18","plato":"^1.5.0","run-browser":"^2.0.2","semantic-release":"^6.2.0","tape":"^4.4.0"},"scripts":{"test":"npm run test-browserify && gulp","test-browserify":"run-browser test/commonjs/browserify.test.js -b","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"repository":{"type":"git","url":"git+https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"_id":"angular-bootstrap-datetimepicker@1.0.0","gitHead":"09c2df00c63f967499bb3924b6b1c6975164711d","_shasum":"5ff69a1496aee67df16cba90694d031dcbf5da42","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.5.0","_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"dist":{"shasum":"5ff69a1496aee67df16cba90694d031dcbf5da42","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-1.0.0.tgz","integrity":"sha512-LB2X99LSpcKFu0oE3p+LLXy4l4LsT30VyfcJNPM6E1PanHcLhSe7X1IDvYGIVbfM9nTAq9KfjKn0HRR45qfA/w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDiQr7EzMHOkYuntohKFAm2joOrfAse577PWFb7EjnxcwIgI+TIkhemkqMVd2ofZynhcBbzEHZ28M7B9a/EKWnRj8A="}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"directories":{},"deprecated":"Please install angularjs-bootstrap-datetimepicker for Angular 1 projects. This package is now for use wtih Angular 5+"},"1.0.1":{"name":"angular-bootstrap-datetimepicker","version":"1.0.1","description":"This directive allows you to add a datetime-picker to your form elements.","keywords":["angular","calendar","date picker","date","directive","moment","time picker","time"],"author":{"name":"https://github.com/dalelotts/ng-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/ng-bootstrap-datetimepicker/issues"},"license":"MIT","homepage":"http://dalelotts.github.io/angular-bootstrap-datetimepicker","main":"src/js/datetimepicker.js","dependencies":{"angular":"^1.4.9","moment":"^2.11.1"},"devDependencies":{"angular-mocks":"^1.4.9","autoprefixer":"^6.3.1","bootstrap":"^3.3.6","commitizen":"^2.5.0","csscomb":"^3.1.8","csslint":"^0.10.0","cz-conventional-changelog":"^1.1.5","del":"^2.2.0","grunt":"^0.4.4","grunt-bump":"^0.7.0","gulp":"^3.8.11","gulp-angular-templatecache":"^1.8.0","gulp-csslint":"^0.2.0","gulp-htmlmin":"^1.3.0","gulp-jscs":"^3.0.0","gulp-jshint":"^2.0.0","gulp-postcss":"^6.0.1","gulp-sass":"^2.1.1","gulp-scss-lint":"^0.3.9","gulp-scss-lint-stylish":"^1.0.0","gulp-sourcemaps":"^1.6.0","jasmine-core":"^2.4.1","jquery":"^2.2.0","jshint":"^2.9.1","jshint-stylish":"^2.1.0","karma":"^0.13.19","karma-chrome-launcher":"^0.2.2","karma-coverage":"^0.5.0","karma-firefox-launcher":"^0.1.7","karma-jasmine":"^0.3.6","karma-phantomjs-launcher":"^1.0.0","karma-threshold-reporter":"^0.1.12","lodash":"^4.1.0","matchdep":"^1.0.0","phantomjs-prebuilt":"^2.1.3","plato":"^1.5.0","run-browser":"^2.0.2","semantic-release":"^6.2.0","tape":"^4.4.0"},"scripts":{"test":"npm run test-browserify && gulp","test-browserify":"run-browser test/commonjs/browserify.test.js -b","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"repository":{"type":"git","url":"git+https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"_id":"angular-bootstrap-datetimepicker@1.0.1","gitHead":"7e0eca93935a42c358a502df4d18fe92bd977d7c","_shasum":"7ede282b87cadb279280920ef7d77302c78a06bf","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.5.0","_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"dist":{"shasum":"7ede282b87cadb279280920ef7d77302c78a06bf","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-1.0.1.tgz","integrity":"sha512-m2AdBxp4XSXQ0NuKlXzccFrZ/R4WSg6wNLifXiUcR9tN2TX+RR1xo8tkpJqIfiNjLECPFKhnmlnCEb+kmOXI7g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDdQDqVNw2DgeGOORDaLCtHypQKO9HTV8qjc5FIsSltCAIgY/GUVQ290IQWKJoJwfwrRhgemrH8y0Ixp9seRuHiM9g="}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"directories":{},"deprecated":"Please install angularjs-bootstrap-datetimepicker for Angular 1 projects. This package is now for use wtih Angular 5+"},"1.1.0":{"name":"angular-bootstrap-datetimepicker","version":"1.1.0","description":"This directive allows you to add a datetime-picker to your form elements.","keywords":["angular","calendar","date picker","date","directive","moment","time picker","time"],"author":{"name":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"},"license":"MIT","homepage":"http://dalelotts.github.io/angular-bootstrap-datetimepicker","main":"index.js","dependencies":{"angular":"^1.5.8","moment":"^2.14.1"},"devDependencies":{"angular-date-time-input":"^1.1.0","angular-mocks":"^1.5.8","autoprefixer":"^6.4.1","bootstrap":"^3.3.7","commitizen":"^2.8.6","coveralls":"^2.11.12","csscomb":"^3.1.8","csslint":"^1.0.2","cz-conventional-changelog":"^1.2.0","del":"^2.2.2","eslint":"^3.5.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.0.0","gulp-csscomb":"^3.0.8","gulp-csslint":"^1.0.0","gulp-htmlmin":"^2.0.0","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.1","gulp-postcss":"^6.2.0","gulp-sass":"^2.3.2","gulp-scss-lint":"^0.4.0","gulp-scss-lint-stylish":"^1.0.1","gulp-sourcemaps":"^1.6.0","gulp-standard":"^8.0.2","gulp-stylelint":"^3.2.0","jasmine-core":"^2.5.1","jquery":"^2.2.4","jshint":"^2.9.3","jshint-stylish":"^2.2.1","karma":"^1.3.0","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-firefox-launcher":"^1.0.0","karma-jasmine":"^1.0.2","karma-phantomjs-launcher":"^1.0.2","karma-threshold-reporter":"^0.1.15","karma-webpack":"^1.8.0","lodash":"^4.15.0","matchdep":"^1.0.1","moment-timezone":"^0.5.5","phantomjs-prebuilt":"^2.1.12","plato":"^1.7.0","run-browser":"^2.0.2","semantic-release":"^6.2.0","standard":"^8.0.0","stylelint-config-standard":"^13.0.0","tape":"^4.6.0","webpack":"^1.13.2"},"scripts":{"coverage:upload":"cat build/coverage/lcov.info | coveralls","semantic-release":"semantic-release pre && npm publish && semantic-release post","test":"npm run test-browserify && npm run test-webpack && gulp","test-browserify":"run-browser test/commonjs/browserify.test.js -b","test-webpack":"karma start test/webpack/karma.conf.js"},"repository":{"type":"git","url":"git+https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"41fd3fb07a5ef151872ea31310ffd58be8231342","_id":"angular-bootstrap-datetimepicker@1.1.0","_shasum":"146907661b5bbe1592be01a85e2093256d0cc10a","_from":".","_npmVersion":"3.10.7","_nodeVersion":"5.12.0","_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"dist":{"shasum":"146907661b5bbe1592be01a85e2093256d0cc10a","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-1.1.0.tgz","integrity":"sha512-DmdK1NGUXSX99kDxos6KI7Ag7s5Mvf73cYU/FOfgGM+ZaFiervwhxWotyXNqIutxIhpi1OkcivgTjKgcdQ+ptg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDCDlhreFIX9wt8rWtjaYk28GmXUv2lQ7faNiRQanZyCAiBTsePduKZHun9AqIxLyjkjLXBPl1/sydIdLY3653RMYw=="}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-bootstrap-datetimepicker-1.1.0.tgz_1473633373120_0.8876446750946343"},"directories":{},"deprecated":"Please install angularjs-bootstrap-datetimepicker for Angular 1 projects. This package is now for use wtih Angular 5+"},"1.1.1":{"name":"angular-bootstrap-datetimepicker","version":"1.1.1","description":"This directive allows you to add a datetime-picker to your form elements.","keywords":["angular","calendar","date picker","date","directive","moment","time picker","time"],"author":{"name":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"},"license":"MIT","homepage":"http://dalelotts.github.io/angular-bootstrap-datetimepicker","main":"index.js","dependencies":{"angular":"^1.5.8","moment":"^2.14.1"},"devDependencies":{"angular-date-time-input":"^1.1.0","angular-mocks":"^1.5.8","autoprefixer":"^6.4.1","bootstrap":"^3.3.7","commitizen":"^2.8.6","coveralls":"^2.11.12","csscomb":"^3.1.8","csslint":"^1.0.2","cz-conventional-changelog":"^1.2.0","del":"^2.2.2","eslint":"^3.5.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.0.0","gulp-csscomb":"^3.0.8","gulp-csslint":"^1.0.0","gulp-htmlmin":"^2.0.0","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.1","gulp-postcss":"^6.2.0","gulp-sass":"^2.3.2","gulp-scss-lint":"^0.4.0","gulp-scss-lint-stylish":"^1.0.1","gulp-sourcemaps":"^1.6.0","gulp-standard":"^8.0.2","gulp-stylelint":"^3.2.0","jasmine-core":"^2.5.1","jquery":"^2.2.4","jshint":"^2.9.3","jshint-stylish":"^2.2.1","karma":"^1.3.0","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-firefox-launcher":"^1.0.0","karma-jasmine":"^1.0.2","karma-phantomjs-launcher":"^1.0.2","karma-threshold-reporter":"^0.1.15","karma-webpack":"^1.8.0","lodash":"^4.15.0","matchdep":"^1.0.1","moment-timezone":"^0.5.5","phantomjs-prebuilt":"^2.1.12","plato":"^1.7.0","run-browser":"^2.0.2","semantic-release":"^6.2.0","standard":"^8.0.0","stylelint-config-standard":"^13.0.0","tape":"^4.6.0","webpack":"^1.13.2"},"scripts":{"coverage:upload":"cat build/coverage/lcov.info | coveralls","semantic-release":"semantic-release pre && npm publish && semantic-release post","test":"npm run test-browserify && npm run test-webpack && gulp","test-browserify":"run-browser test/commonjs/browserify.test.js -b","test-webpack":"karma start test/webpack/karma.conf.js"},"repository":{"type":"git","url":"git+https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"6b9bbcf2f7cae1b203bfe5df67516e75c40a1704","_id":"angular-bootstrap-datetimepicker@1.1.1","_shasum":"57d99dc57e1756f37d65c8c6fa450ffc7b98dcae","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"dist":{"shasum":"57d99dc57e1756f37d65c8c6fa450ffc7b98dcae","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-1.1.1.tgz","integrity":"sha512-zCLqMz30ZYEJZWlsTjBtI5e1Kfwl8U6wfNUVJDBUm5ZoJvgm4zxtDN/g4hzzCXWUqdFYDWMVeR3S98P0mxI5Xg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDz1tody6HAq5Y1EalRGKYotuvO2Y6k70Kb3gLKesPh4AIhAIfl6MExjZKSDtQvDNAPqML5hhafR9j2hIxEoOdkITiy"}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-bootstrap-datetimepicker-1.1.1.tgz_1473653602079_0.6972081628628075"},"directories":{},"deprecated":"Please install angularjs-bootstrap-datetimepicker for Angular 1 projects. This package is now for use wtih Angular 5+"},"1.1.2":{"name":"angular-bootstrap-datetimepicker","version":"1.1.2","description":"This directive allows you to add a datetime-picker to your form elements.","keywords":["angular","calendar","date picker","date","directive","moment","time picker","time"],"author":{"name":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"},"license":"MIT","homepage":"http://dalelotts.github.io/angular-bootstrap-datetimepicker","main":"index.js","dependencies":{"angular":"^1.5.8","moment":"^2.14.1"},"devDependencies":{"angular-date-time-input":"^1.1.0","angular-mocks":"^1.5.8","autoprefixer":"^6.4.1","bootstrap":"^3.3.7","commitizen":"^2.8.6","coveralls":"^2.11.12","csscomb":"^3.1.8","csslint":"^1.0.2","cz-conventional-changelog":"^1.2.0","del":"^2.2.2","eslint":"^3.5.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.0.0","gulp-csscomb":"^3.0.8","gulp-csslint":"^1.0.0","gulp-htmlmin":"^2.0.0","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.1","gulp-postcss":"^6.2.0","gulp-sass":"^2.3.2","gulp-scss-lint":"^0.4.0","gulp-scss-lint-stylish":"^1.0.1","gulp-sourcemaps":"^1.6.0","gulp-standard":"^8.0.2","gulp-stylelint":"^3.2.0","jasmine-core":"^2.5.1","jquery":"^2.2.4","jshint":"^2.9.3","jshint-stylish":"^2.2.1","karma":"^1.3.0","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-firefox-launcher":"^1.0.0","karma-jasmine":"^1.0.2","karma-phantomjs-launcher":"^1.0.2","karma-threshold-reporter":"^0.1.15","karma-webpack":"^1.8.0","lodash":"^4.15.0","matchdep":"^1.0.1","moment-timezone":"^0.5.5","phantomjs-prebuilt":"^2.1.12","plato":"^1.7.0","run-browser":"^2.0.2","semantic-release":"^6.3.0","standard":"^8.0.0","stylelint-config-standard":"^13.0.0","tape":"^4.6.0","webpack":"^1.13.2"},"scripts":{"coverage:upload":"cat build/coverage/lcov.info | coveralls","semantic-release":"semantic-release pre && npm publish && semantic-release post","test":"npm run test-browserify && npm run test-webpack && gulp","test-browserify":"run-browser test/commonjs/browserify.test.js -b","test-webpack":"karma start test/webpack/karma.conf.js"},"repository":{"type":"git","url":"git+https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"a5dbe2776a99587f217b491d5b8a442c4feaed5b","_id":"angular-bootstrap-datetimepicker@1.1.2","_shasum":"41dcaf1f8f2617385728fd7986143ae09c8898b5","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"dist":{"shasum":"41dcaf1f8f2617385728fd7986143ae09c8898b5","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-1.1.2.tgz","integrity":"sha512-mmJc+l4xU2bZjnH7ZzEFzm9ZhH2f4Ae01u/pGAOiivPVTpqD1JqAuchTGuRH8dKfB1MMDT8gD7Oan2/3GlLZ8g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDmzpbITLDlO9RhgL1lKFrqDBS0ftIOzXnxV7tjAMb0IQIgFix41GC1jGX5Z95SyMbghPCiHvMV54OQAU7fDGzg21Q="}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-bootstrap-datetimepicker-1.1.2.tgz_1473701645667_0.12476454232819378"},"directories":{},"deprecated":"Please install angularjs-bootstrap-datetimepicker for Angular 1 projects. This package is now for use wtih Angular 5+"},"1.1.3":{"name":"angular-bootstrap-datetimepicker","version":"1.1.3","description":"This directive allows you to add a datetime-picker to your form elements.","keywords":["angular","calendar","date picker","date","directive","moment","time picker","time"],"author":{"name":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"},"license":"MIT","homepage":"http://dalelotts.github.io/angular-bootstrap-datetimepicker","main":"index.js","dependencies":{"angular":"^1.5.8","moment":"^2.15.1"},"devDependencies":{"angular-date-time-input":"^1.2.1","angular-mocks":"^1.5.8","autoprefixer":"^6.5.1","bootstrap":"^3.3.7","commitizen":"^2.8.6","coveralls":"^2.11.14","csscomb":"^3.1.8","csslint":"^1.0.3","cz-conventional-changelog":"^1.2.0","del":"^2.2.2","eslint":"^3.8.1","gulp":"^3.9.1","gulp-angular-templatecache":"^2.0.0","gulp-csscomb":"^3.0.8","gulp-csslint":"^1.0.0","gulp-htmlmin":"^3.0.0","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.1","gulp-postcss":"^6.2.0","gulp-sass":"^2.3.2","gulp-scss-lint":"^0.4.0","gulp-scss-lint-stylish":"^1.0.1","gulp-sourcemaps":"^2.1.1","gulp-standard":"^8.0.2","gulp-stylelint":"^3.4.0","jasmine-core":"^2.5.2","jquery":"^2.2.4","jshint":"^2.9.4","jshint-stylish":"^2.2.1","karma":"^1.3.0","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-firefox-launcher":"^1.0.0","karma-jasmine":"^1.0.2","karma-phantomjs-launcher":"^1.0.2","karma-threshold-reporter":"^0.1.15","karma-webpack":"^1.8.0","lodash":"^4.16.4","matchdep":"^1.0.1","moment-timezone":"^0.5.6","phantomjs-prebuilt":"^2.1.13","plato":"^1.7.0","run-browser":"^2.0.2","semantic-release":"^6.3.0","standard":"^8.4.0","stylelint-config-standard":"^13.0.2","tape":"^4.6.2","webpack":"^1.13.2"},"scripts":{"coverage:upload":"cat build/coverage/lcov.info | coveralls","semantic-release":"semantic-release pre && npm publish && semantic-release post","test":"npm run test-browserify && npm run test-webpack && gulp","test-browserify":"run-browser test/commonjs/browserify.test.js -b","test-webpack":"karma start test/webpack/karma.conf.js"},"repository":{"type":"git","url":"git+https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"9520d517d27ebd4c3c7cf334d82f35ed3faa0a3a","_id":"angular-bootstrap-datetimepicker@1.1.3","_shasum":"f808cdd6464ae416f58bb655b3836629afad95c1","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"dist":{"shasum":"f808cdd6464ae416f58bb655b3836629afad95c1","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-1.1.3.tgz","integrity":"sha512-6oo8lbB2rc/iEKYEUcz+ly87rbnndToXOWU6QOdPO8fX/FtLBCRw0mx6RfYtnsw/w9ajvy9QigU0J94pe1+Kng==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHF7PWKDV1jrzAbpOwCb/3jjucEHcVOGyN4OOyNnTwX7AiBkp8bL/1ZDWnnuyFHOiTiY6R6KdJGK1FaLxoVEooJwFw=="}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/angular-bootstrap-datetimepicker-1.1.3.tgz_1477029101911_0.2208272402640432"},"directories":{},"deprecated":"Please install angularjs-bootstrap-datetimepicker for Angular 1 projects. This package is now for use wtih Angular 5+"},"1.1.4":{"name":"angular-bootstrap-datetimepicker","version":"1.1.4","description":"This directive allows you to add a datetime-picker to your form elements.","keywords":["angular","calendar","date picker","date","directive","moment","time picker","time"],"author":{"name":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"},"license":"MIT","homepage":"http://dalelotts.github.io/angular-bootstrap-datetimepicker","main":"index.js","style":"src/css/datetimepicker.css","scss":"src/scss/datetimepicker.scss","dependencies":{"angular":"^1.6.3","moment":"^2.18.1"},"devDependencies":{"angular-date-time-input":"^1.2.1","angular-mocks":"^1.6.3","autoprefixer":"^6.7.7","bootstrap":"^3.3.7","commitizen":"^2.9.6","coveralls":"^2.13.0","csscomb":"^4.0.1","csslint":"^1.0.5","cz-conventional-changelog":"^2.0.0","del":"^2.2.2","eslint":"^3.18.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.0.0","gulp-csscomb":"^3.0.8","gulp-csslint":"^1.0.0","gulp-htmlmin":"^3.0.0","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.4","gulp-postcss":"^6.4.0","gulp-sass":"^3.1.0","gulp-scss-lint":"^0.4.0","gulp-scss-lint-stylish":"^1.0.1","gulp-sourcemaps":"^2.5.0","gulp-standard":"^9.0.0","gulp-stylelint":"^3.9.0","jasmine-core":"^2.5.2","jquery":"^2.2.4","jshint":"^2.9.4","jshint-stylish":"^2.2.1","karma":"^1.5.0","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-firefox-launcher":"^1.0.1","karma-jasmine":"^1.1.0","karma-phantomjs-launcher":"^1.0.4","karma-threshold-reporter":"^0.1.15","karma-webpack":"^2.0.3","lodash":"^4.17.4","matchdep":"^1.0.1","moment-timezone":"^0.5.11","phantomjs-prebuilt":"^2.1.14","plato":"^1.7.0","run-browser":"^2.0.2","semantic-release":"^6.3.2","standard":"^9.0.2","stylelint-config-standard":"^16.0.0","tape":"^4.6.3","webpack":"^2.3.2"},"scripts":{"coverage:upload":"cat build/coverage/lcov.info | coveralls","semantic-release":"semantic-release pre && npm publish && semantic-release post","test":"npm run test-browserify && npm run test-webpack && gulp","test-browserify":"run-browser test/commonjs/browserify.test.js -b","test-webpack":"karma start test/webpack/karma.conf.js"},"repository":{"type":"git","url":"git+https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"1b493d3c0301eb0b874642fdfac10521e48d9c5f","_id":"angular-bootstrap-datetimepicker@1.1.4","_shasum":"8f69055ae5b2c51a0631b685bf09c149e4f29ade","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"dist":{"shasum":"8f69055ae5b2c51a0631b685bf09c149e4f29ade","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-1.1.4.tgz","integrity":"sha512-v4gSyJgymRIwqt/opFfF5JmetEay/nnuJvLR7R7qlwXh8pe4Yy/n+jm1j1flAfNAsxZnK/2X8lbR+ELWrMLOqw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD0Fm1L1tVYcEGCo7pcDw8pW9XxWs3MLtHu47cKb3M5VgIgfWirCD2yeI6YwYu37dY+RWzflDiY9gKZOXZOHfQlxgU="}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/angular-bootstrap-datetimepicker-1.1.4.tgz_1490931979805_0.9646262361202389"},"directories":{},"deprecated":"Please install angularjs-bootstrap-datetimepicker for Angular 1 projects. This package is now for use wtih Angular 5+"},"2.0.0-rc0":{"name":"angular-bootstrap-datetimepicker","version":"2.0.0-rc0","license":"MIT","author":{"name":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"},"homepage":"https://dalelotts.github.io/angular-bootstrap-datetimepicker","scripts":{"build":"ng build","build:lib":"ng-packagr -p ng-package.json","coverage:upload":"cat build/coverage/lcov.info | coveralls","document":"compodoc --disableInternal --disablePrivate --disableLifeCycleHooks --assetsFolder screenshots -p src/tsconfig.doc.json -n \"Angular Bootstrap Date/Time Picker\"","e2e":"ng e2e","lint":"ng lint","ng":"ng","semantic-release":"semantic-release pre && npm publish ./dist && semantic-release post","start":"ng serve","test":"ng lint && ng test --single-run --code-coverage && npm run build:lib ","test:tdd":"ng lint && ng test"},"keywords":["angular 5","angular","angular5","calendar","component","date picker","date time picker","date","directive","moment","time picker","time"],"peerDependencies":{"@angular/common":">=5.1.1","@angular/core":">=5.1.1","@angular/platform-browser":">=5.1.1","@angular/platform-browser-dynamic":">=5.1.1","bootstrap":">=4.0.0-beta.2","core-js":">=2.5.3","moment":">=2.20.0","rxjs":">=5.5.5","zone.js":">=0.8.18"},"devDependencies":{"@angular/animations":"^5.2.4","@angular/cli":"^1.6.8","@angular/common":"^5.2.4","@angular/compiler":"^5.2.4","@angular/compiler-cli":"^5.2.4","@angular/core":"^5.2.4","@angular/forms":"^5.2.4","@angular/http":"^5.2.4","@angular/language-service":"^5.2.4","@angular/platform-browser":"^5.2.4","@angular/platform-browser-dynamic":"^5.2.4","@angular/router":"^5.2.4","@compodoc/compodoc":"^1.0.5","@types/jasmine":"~2.8.6","@types/jasminewd2":"~2.0.3","@types/node":"~9.3.0","bootstrap":"^4.0.0","codelyzer":"~4.1.0","core-js":"^2.5.3","coveralls":"^3.0.0","jasmine-core":"^2.99.1","jasmine-spec-reporter":"^4.2.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-coverage-istanbul-reporter":"^1.4.1","karma-jasmine":"^1.1.1","karma-jasmine-html-reporter":"^0.2.2","moment":"^2.20.1","ng-packagr":"^2.0.0","open-iconic":"^1.1.1","protractor":"^5.3.0","rxjs":"^5.5.6","semantic-release":"^12.4.1","stylelint":"^8.4.0","ts-node":"^4.1.0","tslint":"^5.9.1","typescript":"~2.6.2","zone.js":"^0.8.20"},"dependencies":{"tslib":"^1.7.1"},"main":"bundles/angular-bootstrap-datetimepicker.umd.js","module":"esm5/angular-bootstrap-datetimepicker.js","es2015":"esm2015/angular-bootstrap-datetimepicker.js","typings":"angular-bootstrap-datetimepicker.d.ts","metadata":"angular-bootstrap-datetimepicker.metadata.json","readme":"# Angular 5+ bootstrap date & time picker\n\nNative Angular (5+) datetime picker directive styled by Twitter Bootstrap 4.\n\n[![Join the chat at https://gitter.im/dalelotts/angular-bootstrap-datetimepicker](https://badges.gitter.im/dalelotts/angular-bootstrap-datetimepicker.svg)](https://gitter.im/dalelotts/angular-bootstrap-datetimepicker?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n[![MIT License][license-image]][license-url]\n[![npm downloads](https://img.shields.io/npm/dm/angular-bootstrap-datetimepicker.svg)](https://www.npmjs.com/package/angular-bootstrap-datetimepicker)\n[![Build Status](https://travis-ci.org/dalelotts/angular-bootstrap-datetimepicker.png?branch=master)](https://travis-ci.org/dalelotts/angular-bootstrap-datetimepicker)\n[![Coverage Status](https://coveralls.io/repos/github/dalelotts/angular-bootstrap-datetimepicker/badge.svg?branch=master)](https://coveralls.io/github/dalelotts/angular-bootstrap-datetimepicker?branch=master)\n[![Dependency Status](https://david-dm.org/dalelotts/angular-bootstrap-datetimepicker.svg)](https://david-dm.org/dalelotts/angular-bootstrap-datetimepicker)\n[![devDependency Status](https://david-dm.org/dalelotts/angular-bootstrap-datetimepicker/dev-status.png)](https://david-dm.org/dalelotts/angular-bootstrap-datetimepicker#info=devDependencies)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n[![Known Vulnerabilities](https://snyk.io/test/npm/angular-bootstrap-datetimepicker/badge.svg)](https://snyk.io/test/npm/angular-bootstrap-datetimepicker)\n[![PayPal donate button](http://img.shields.io/paypal/donate.png?color=yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=F3FX5W6S2U4BW&lc=US&item_name=Dale%20Lotts&item_number=angular%2dbootstrap%2ddatetimepicker&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted \"Donate one-time to this project using Paypal\")\n<a href=\"https://twitter.com/intent/tweet?original_referer=https%3A%2F%2Fabout.twitter.com%2Fresources%2Fbuttons&amp;text=Check%20out%20this%20%23Angular5%20directive%20that%20makes%20it%20dead%20simple%20for%20users%20to%20select%20dates%20%26%20times&amp;tw_p=tweetbutton&amp;url=https%3A%2F%2Fgithub.com%2Fdalelotts%2Fangular-bootstrap-datetimepicker&amp;via=dalelotts\" target=\"_blank\">\n  <img src=\"http://jpillora.com/github-twitter-button/img/tweet.png\"></img>\n</a>\n\n[Home / demo page](http://dalelotts.github.io/angular-bootstrap-datetimepicker/)\n\n## Support the project\nI know this is a tiny directive but many people use it in production (high 5 to all of us) - if you happen to use this directive please click the star button (at the top of the page) - it means a lot to all the contributors.\n\n\n**NOTE:** Before submitting new issues, have a look at [issues marked with the `type: faq` label](https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3A%22type%3A%20faq%22%20).\n\n## Usage with Angular CLI\nWe use npm for dependency management, run\n\n```shell\nnpm install --save angular-bootstrap-datetimepicker\n```\n\nThis will copy the angular-bootstrap-datetimepicker files into your `node_modules` folder, along with its dependencies.\n\n## Configuration\n\nUse the automated configuration generator (please let me know if it does not work for your use case!), or read the documentation below.\n\n### First day of week\n\nThe first day of the week is also determined by moment's locale settings. For example, setting the locale to ```'fr'```\nwill cause Monday to be the first day of the week.  \n\n### Display of year, month, day, hour, am/pm, and minute formats\n\nThe format of hours and minutes is also determined by [moment's i18n settings](https://momentjs.com/docs/#/i18n/).\n\nhours are displayed using `ll` as the format.\nminutes are displayed using `lll` as the format. \n\nI recommend you use the default locale settings from Moment (if they are incorrect, submit a PR to moment to correct the settings)\nIf for some reason the default Moment settings will not work, you can [customize the existing locale](https://momentjs.com/docs/#/customization/) or [create a custom locale](https://momentjs.com/docs/#/i18n/adding-locale/) with the desired formats.\n\n\n## Documentation\n\nYou can generate the documentation by running `npm run documentation`.\nOr see [https://dalelotts.github.io/angular-bootstrap-datetimepicker/](https://dalelotts.github.io/angular-bootstrap-datetimepicker/)\n\n### Overriding html template\n\n### Formatting the date in an input box\n\n## Internationalization (i18n) and Localization (l10n)\n\n## Accessibility\n\nThe `DlDateTimePickerComponent` component adds `aria-label` attributes to the left, right, and up buttons\nin addition to all calendar cells where the text of the cell may not fully describe the value.\n\n### Keyboard shortcuts\n\nThe `DlDateTimePickerComponent` component supports the following keyboard shortcuts in all views:\n\n| Shortcut             | Action                                          |\n|----------------------|-------------------------------------------------|\n| `LEFT_ARROW`         | Go to the cell to the left                      |\n| `RIGHT_ARROW`        | Go to the cell to the right                     |\n| `UP_ARROW`           | Go to the cell above                            |\n| `DOWN_ARROW`         | Go to the cell below                            |\n| `HOME`               | Go to the first cell in the view                |\n| `END`                | Go to the last cell in the view                 |\n| `PAGE_UP`            | Go to the same cell in the previous time period |\n| `PAGE_DOWN`          | Go to the same cell in the next time period     |\n| `ENTER` or `SPACE`   | Select current cell                             |\n\n## Examples\n\n### Date picker only\n\n### Time picker only\n\n### Inline date/time picker\n\n### Inline date/time picker with data bound to the page with the format specified via date filter\n\n### As a drop-down date/time picker\n\n#### Bootstrap 4 dropdown\n\n### Drop-down date/time picker with associated input box\n\n### Minimum date/time\n\n### Restrict past dates from being selected\n\n### Create a date range picker with validation controls\n\n### Fixed time zone\nBy default, all dates and times are in the users local time zone. If you want all dates and times\nto be in a specific fixed time zone (regardless of users time zone) you can ... `???`\n\n### UTC Mode\n\n### Touch mode (for use on mobile devices)\n\n## Screen shots\n\n## Year view\n\n![Datetimepicker year view](./screenshots/year.png)\n\nThis view allows the user to select the year for the target date.\nIf the year view is the minView, the date will be set to midnight on the first day of the year\n\n## Month view\n\n![Datetimepicker month view](./screenshots/month.png)\n\nThis view allows the user to select the month in the selected year.\nIf the month view is the minView, the date will be set to midnight on the first day of the month.\n\n## Day view (Default)\n\n![Datetimepicker day view](./screenshots/day.png)\n\nThis view allows the user to select the the day of the month, in the selected month.\nIf the day view is the minView, the date will be set to midnight on the day selected.\n\n## Hour view\n\n![Datetimepicker hour view](./screenshots/hour.png)\n\nThis view allows the user to select the hour of the day, on the selected day.\nIf the hour view is the minView, the date will be set to the beginning of the hour on the day selected.\n\n## Minute view\n\n![Datetimepicker minute view](./screenshots/minute.png)\n\nThis view allows the user to select a specific time of day, in the selected hour.\nBy default, the time is displayed in 5 minute increments. The <code>minuteStep</code> property controls the increments of time displayed.\nIf the minute view is the minView, which is is by default, the date will be set to the beginning of the hour on the day selected.\n\n## Dependencies\n\nRequired peer dependencies:\n * AngularJS 4.x or higher (1.x will not work)\n * moment.js 2.8.3 or higher for date parsing and formatting\n \noptional:\n\n## Contributing\n\nSee [Contributing.md](.github/contributing.md)\n\n### Testing\nThis directive was written using TDD and all enhancements and changes have related tests.\n\nWe use karma and jshint to ensure the quality of the code. The easiest way to run these checks is to use gulp:\n\n```shell\nnpm install\nnpm test\n```\n\nThe karma task will try to open Chrome as a browser in which to run the tests.\nMake sure Chrome is available or change the browsers setting in karma.config.js\n\n## License\n\nangular-bootstrap-datetimepicker is released under the MIT license and is copyright 2015 Knight Rider Consulting, Inc.. Boiled down to smaller chunks, it can be described with the following conditions.\n\n## It requires you to:\n\n* Keep the license and copyright notice included in angular-bootstrap-datetimepicker's CSS and JavaScript files when you use them in your works\n\n## It permits you to:\n\n* Freely download and use angular-bootstrap-datetimepicker, in whole or in part, for personal, private, company internal, or commercial purposes\n* Use angular-bootstrap-datetimepicker in packages or distributions that you create\n* Modify the source code\n* Grant a sublicense to modify and distribute angular-bootstrap-datetimepicker to third parties not included in the license\n\n## It forbids you to:\n\n* Hold the authors and license owners liable for damages as angular-bootstrap-datetimepicker is provided without warranty\n* Hold the creators or copyright holders of angular-bootstrap-datetimepicker liable\n* Redistribute any piece of angular-bootstrap-datetimepicker without proper attribution\n* Use any marks owned by Knight Rider Consulting, Inc. in any way that might state or imply that Knight Rider Consulting, Inc. endorses your distribution\n* Use any marks owned by Knight Rider Consulting, Inc. in any way that might state or imply that you created the Knight Rider Consulting, Inc. software in question\n\n## It does not require you to:\n\n* Include the source of angular-bootstrap-datetimepicker itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it\n* Submit changes that you make to angular-bootstrap-datetimepicker back to the angular-bootstrap-datetimepicker project (though such feedback is encouraged)\n\nThe full angular-bootstrap-datetimepicker license is located [in the project repository](LICENSE) for more information.\n\n\n## Donating\nSupport this project and other work by Dale Lotts via [gittip][gittip-dalelotts].\n\n[![Support via Gittip][gittip-badge]][gittip-dalelotts]\n\n[gittip-badge]: https://rawgithub.com/twolfson/gittip-badge/master/dist/gittip.png\n[gittip-dalelotts]: https://www.gittip.com/dalelotts/\n\n[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat\n[license-url]: LICENSE\n","readmeFilename":"README.md","description":"Native Angular (5+) datetime picker directive styled by Twitter Bootstrap 4.","_id":"angular-bootstrap-datetimepicker@2.0.0-rc0","_npmVersion":"5.6.0","_nodeVersion":"9.5.0","_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"dist":{"integrity":"sha512-vsq+EvAjFS0G+aoEAshthLb0FlhlxVp/Oz2vKjELAVrGHeaqMp840DMCM3liMUR9yRWsk7HjAJJ02qshhcv7Ww==","shasum":"f53e3ec1c03292d3c5eb56cc02395c5680997f68","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-2.0.0-rc0.tgz","fileCount":25,"unpackedSize":635562,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF8Ock/ZoydbJD3C+m6cl8aSekPZxyu5sjcDWCGFLfvMAiBNsrlIsp8F819aEMFXtX4yafKTGlqJOeEf8cREy/AJJw=="}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-bootstrap-datetimepicker_2.0.0-rc0_1519100006159_0.6112114793716055"},"_hasShrinkwrap":false},"2.0.0":{"name":"angular-bootstrap-datetimepicker","version":"2.0.0","license":"MIT","author":{"name":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"},"homepage":"https://dalelotts.github.io/angular-bootstrap-datetimepicker","repository":{"type":"git","url":"git+https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"scripts":{"build":"ng build","build:lib":"ng-packagr -p ng-package.json && npm run build:styles","build:styles":"scss-bundle -c scss-bundle.config.json","coverage:upload":"cat build/coverage/lcov.info | coveralls","document":"compodoc --disableInternal --disablePrivate --disableLifeCycleHooks --assetsFolder screenshots -p src/tsconfig.doc.json -n \"Angular Bootstrap Date/Time Picker\"","e2e":"ng e2e","lint":"ng lint","ng":"ng","start":"ng serve","test":"ng lint && ng test --single-run --code-coverage && npm run build:lib ","test:tdd":"ng test","semantic-release":"semantic-release","travis-deploy-once":"travis-deploy-once"},"keywords":["angular 5","angular","angular5","calendar","component","date picker","date time picker","date","directive","moment","time picker","time"],"peerDependencies":{"@angular/common":">=5.1.1","@angular/core":">=5.1.1","@angular/platform-browser":">=5.1.1","@angular/platform-browser-dynamic":">=5.1.1","bootstrap":">=4.0.0-beta.2","core-js":">=2.5.3","moment":">=2.20.0","rxjs":">=5.5.5","zone.js":">=0.8.18"},"devDependencies":{"@angular/animations":"^5.2.4","@angular/cli":"^1.6.8","@angular/common":"^5.2.4","@angular/compiler":"^5.2.4","@angular/compiler-cli":"^5.2.4","@angular/core":"^5.2.4","@angular/forms":"^5.2.4","@angular/http":"^5.2.4","@angular/language-service":"^5.2.4","@angular/platform-browser":"^5.2.4","@angular/platform-browser-dynamic":"^5.2.4","@angular/router":"^5.2.4","@compodoc/compodoc":"^1.0.5","@types/jasmine":"~2.8.6","@types/jasminewd2":"~2.0.3","@types/node":"~9.3.0","bootstrap":"^4.0.0","codelyzer":"~4.1.0","core-js":"^2.5.3","coveralls":"^3.0.0","jasmine-core":"^2.99.1","jasmine-spec-reporter":"^4.2.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-coverage-istanbul-reporter":"^1.4.1","karma-jasmine":"^1.1.1","karma-jasmine-html-reporter":"^0.2.2","moment":"^2.20.1","ng-packagr":"^2.0.0","open-iconic":"^1.1.1","protractor":"^5.3.0","rxjs":"^5.5.6","scss-bundle":"^2.1.2","semantic-release":"^12.4.1","stylelint":"^8.4.0","ts-node":"^4.1.0","tslint":"^5.9.1","typescript":"~2.6.2","zone.js":"^0.8.20","travis-deploy-once":"^4.3.4"},"release":{"verifyConditions":["@semantic-release/npm","@semantic-release/github"],"publish":[{"path":"@semantic-release/npm","pkgRoot":"dist"},{"path":"@semantic-release/github","assets":["dist/**"]}],"success":["@semantic-release/github"],"fail":["@semantic-release/github"]},"main":"bundles/angular-bootstrap-datetimepicker.umd.js","module":"esm5/angular-bootstrap-datetimepicker.js","es2015":"esm2015/angular-bootstrap-datetimepicker.js","typings":"angular-bootstrap-datetimepicker.d.ts","metadata":"angular-bootstrap-datetimepicker.metadata.json","dependencies":{"tslib":"^1.7.1"},"description":"Native Angular (5+) datetime picker component styled by Twitter Bootstrap 4.","_id":"angular-bootstrap-datetimepicker@2.0.0","_npmVersion":"5.6.0","_nodeVersion":"9.7.1","_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"dist":{"integrity":"sha512-dfxBOLB6gjUZNyuKOc6aaqcHQSvrsd/S11XKlI+m2LUmDy0gM8nSA/wkDZs6IxCaNgqfHcSviNilHIP2zvNyoQ==","shasum":"b41455500c0e6b5e5bdef9b5def5bb9dc34e9a22","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-2.0.0.tgz","fileCount":26,"unpackedSize":655899,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDTuaL68ruLJI89lP87hAXn8QRiD+WZc3FzZmoYCMUWXAIgXZm8AEXh7m7Xov1sfWs2hCSzeEoCudb83W2WwqTbO1U="}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-bootstrap-datetimepicker_2.0.0_1519986443279_0.7938622833339724"},"_hasShrinkwrap":false},"2.0.1":{"name":"angular-bootstrap-datetimepicker","version":"2.0.1","license":"MIT","author":{"name":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"},"homepage":"https://dalelotts.github.io/angular-bootstrap-datetimepicker","repository":{"type":"git","url":"git+https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"scripts":{"build":"ng build","build:lib":"ng-packagr -p ng-package.json && npm run build:styles","build:styles":"scss-bundle -c scss-bundle.config.json","coverage:upload":"cat build/coverage/lcov.info | coveralls","document":"compodoc --disableInternal --disablePrivate --disableLifeCycleHooks --assetsFolder screenshots -p src/tsconfig.doc.json -n \"Angular Bootstrap Date/Time Picker\"","e2e":"ng e2e","lint":"ng lint","ng":"ng","start":"ng serve","test":"ng lint && ng test --single-run --code-coverage && npm run build:lib ","test:tdd":"ng test","semantic-release":"semantic-release","travis-deploy-once":"travis-deploy-once"},"keywords":["angular 5","angular","angular5","calendar","component","date picker","date time picker","date","directive","moment","time picker","time"],"peerDependencies":{"@angular/common":">=5.1.1","@angular/core":">=5.1.1","@angular/platform-browser":">=5.1.1","@angular/platform-browser-dynamic":">=5.1.1","bootstrap":">=4.0.0-beta.2","core-js":">=2.5.3","moment":">=2.20.0","rxjs":">=5.5.5","zone.js":">=0.8.18"},"devDependencies":{"@angular/animations":"^5.2.4","@angular/cli":"^1.6.8","@angular/common":"^5.2.4","@angular/compiler":"^5.2.4","@angular/compiler-cli":"^5.2.4","@angular/core":"^5.2.4","@angular/forms":"^5.2.4","@angular/http":"^5.2.4","@angular/language-service":"^5.2.4","@angular/platform-browser":"^5.2.4","@angular/platform-browser-dynamic":"^5.2.4","@angular/router":"^5.2.4","@compodoc/compodoc":"^1.0.8","@types/jasmine":"~2.8.6","@types/jasminewd2":"~2.0.3","@types/node":"~9.4.6","bootstrap":"^4.0.0","codelyzer":"~4.2.1","core-js":"^2.5.3","coveralls":"^3.0.0","jasmine-core":"^2.99.1","jasmine-spec-reporter":"^4.2.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-coverage-istanbul-reporter":"^1.4.1","karma-jasmine":"^1.1.1","karma-jasmine-html-reporter":"^0.2.2","moment":"^2.20.1","ng-packagr":"^2.1.0","open-iconic":"^1.1.1","protractor":"^5.3.0","rxjs":"^5.5.6","scss-bundle":"^2.1.2","semantic-release":"^12.4.1","stylelint":"^9.1.1","ts-node":"^5.0.1","tslint":"^5.9.1","typescript":"~2.6.2","zone.js":"^0.8.20","travis-deploy-once":"^4.3.4"},"release":{"verifyConditions":["@semantic-release/npm","@semantic-release/github"],"publish":[{"path":"@semantic-release/npm","pkgRoot":"dist"},{"path":"@semantic-release/github","assets":["dist"]}],"success":["@semantic-release/github"],"fail":["@semantic-release/github"]},"main":"bundles/angular-bootstrap-datetimepicker.umd.js","module":"esm5/angular-bootstrap-datetimepicker.js","es2015":"esm2015/angular-bootstrap-datetimepicker.js","typings":"angular-bootstrap-datetimepicker.d.ts","metadata":"angular-bootstrap-datetimepicker.metadata.json","dependencies":{"tslib":"^1.7.1"},"description":"Native Angular (5+) datetime picker component styled by Twitter Bootstrap 4.","_id":"angular-bootstrap-datetimepicker@2.0.1","_npmVersion":"5.6.0","_nodeVersion":"9.7.1","_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"dist":{"integrity":"sha512-u9jB+EJZJvk6X6To35fUSh0elpREY0wwi53U2d0MUxwdyp5PKk+j/sHgaA8Bq+z3UtgY3Cfzz8tjB4X4AazRdA==","shasum":"03de1b94172b950da153bcf37d2f153630a0ed7c","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-2.0.1.tgz","fileCount":26,"unpackedSize":659350,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDU1dQyoCn8ldw3egexE+/BeN8+kwMuy/z9LE1EDj6ARgIgfYyrsbSmoY3kAUt8IV7SXkZOt9isXKoL91Ayj7RvmZs="}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-bootstrap-datetimepicker_2.0.1_1519990519263_0.7535552851748537"},"_hasShrinkwrap":false},"2.1.0":{"name":"angular-bootstrap-datetimepicker","version":"2.1.0","license":"MIT","author":{"name":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"},"homepage":"https://dalelotts.github.io/angular-bootstrap-datetimepicker","repository":{"type":"git","url":"git+https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"scripts":{"build":"ng build","build:lib":"ng-packagr -p ng-package.json && npm run build:styles","build:styles":"scss-bundle -c scss-bundle.config.json","coverage:upload":"cat build/coverage/lcov.info | coveralls","document":"compodoc --disableInternal --disablePrivate --disableLifeCycleHooks --assetsFolder screenshots -p src/tsconfig.doc.json -n \"Angular Bootstrap Date/Time Picker\"","e2e":"ng e2e","lint":"ng lint","ng":"ng","start":"ng serve","test":"ng lint && ng test --single-run --code-coverage && npm run build:lib ","test:tdd":"ng test","semantic-release":"semantic-release","travis-deploy-once":"travis-deploy-once"},"keywords":["angular 5","angular","angular5","calendar","component","date picker","date time picker","date","directive","moment","time picker","time"],"peerDependencies":{"@angular/common":">=5.1.1","@angular/core":">=5.1.1","@angular/platform-browser":">=5.1.1","@angular/platform-browser-dynamic":">=5.1.1","bootstrap":">=4.0.0-beta.2","core-js":">=2.5.3","moment":">=2.20.0","rxjs":">=5.5.5","zone.js":">=0.8.18"},"devDependencies":{"@angular/animations":"^5.2.4","@angular/cli":"^1.6.8","@angular/common":"^5.2.4","@angular/compiler":"^5.2.4","@angular/compiler-cli":"^5.2.4","@angular/core":"^5.2.4","@angular/forms":"^5.2.4","@angular/http":"^5.2.4","@angular/language-service":"^5.2.4","@angular/platform-browser":"^5.2.4","@angular/platform-browser-dynamic":"^5.2.4","@angular/router":"^5.2.4","@compodoc/compodoc":"^1.0.8","@types/jasmine":"~2.8.6","@types/jasminewd2":"~2.0.3","@types/node":"~9.4.6","bootstrap":"^4.0.0","codelyzer":"~4.2.1","core-js":"^2.5.3","coveralls":"^3.0.0","jasmine-core":"^2.99.1","jasmine-spec-reporter":"^4.2.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-coverage-istanbul-reporter":"^1.4.1","karma-jasmine":"^1.1.1","karma-jasmine-html-reporter":"^0.2.2","moment":"^2.20.1","ng-packagr":"^2.1.0","open-iconic":"^1.1.1","protractor":"^5.3.0","rxjs":"^5.5.6","scss-bundle":"^2.1.2","semantic-release":"^12.4.1","stylelint":"^9.1.1","ts-node":"^5.0.1","tslint":"^5.9.1","typescript":"~2.6.2","zone.js":"^0.8.20","travis-deploy-once":"^4.3.4"},"release":{"verifyConditions":["@semantic-release/npm","@semantic-release/github"],"publish":[{"path":"@semantic-release/npm","pkgRoot":"dist"},{"path":"@semantic-release/github","assets":["dist"]}],"success":["@semantic-release/github"],"fail":["@semantic-release/github"]},"dependencies":{"npm":"^5.7.1","tslib":"^1.7.1"},"main":"bundles/angular-bootstrap-datetimepicker.umd.js","module":"esm5/angular-bootstrap-datetimepicker.js","es2015":"esm2015/angular-bootstrap-datetimepicker.js","typings":"angular-bootstrap-datetimepicker.d.ts","metadata":"angular-bootstrap-datetimepicker.metadata.json","description":"Native Angular (5+) datetime picker component styled by Twitter Bootstrap 4.","_id":"angular-bootstrap-datetimepicker@2.1.0","_npmVersion":"5.7.1","_nodeVersion":"9.7.1","_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"dist":{"integrity":"sha512-fGOIK7/wmszHARr887iAOV+aVm6SMUvhDd9TJS9y9MQMknveH+/lUUq6IE/efKX9NYQCYrMH5gHniy6Okvvzcg==","shasum":"f6f471e99dd415d8f64e2b432a0b1e46724277f2","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-2.1.0.tgz","fileCount":30,"unpackedSize":714693,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEHWPZU+JlsFtfAhKnzfpAbzAQ/uZmpgfVm/aLaRaXY7AiBIviJtGVrXVapLwEOqrE1F7xbLGGMjZCnG2TE0JyV9mA=="}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-bootstrap-datetimepicker_2.1.0_1520140833402_0.5766061604982713"},"_hasShrinkwrap":false},"2.1.1":{"name":"angular-bootstrap-datetimepicker","version":"2.1.1","license":"MIT","author":{"name":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"},"homepage":"https://dalelotts.github.io/angular-bootstrap-datetimepicker","repository":{"type":"git","url":"git+https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"scripts":{"build":"ng build","build:lib":"ng-packagr -p ng-package.json && npm run build:styles","build:styles":"scss-bundle -c scss-bundle.config.json","coverage:upload":"cat build/coverage/lcov.info | coveralls","document":"compodoc --disableInternal --disablePrivate --disableLifeCycleHooks --assetsFolder screenshots -p src/tsconfig.doc.json -n \"Angular Bootstrap Date/Time Picker\"","e2e":"ng e2e","lint":"ng lint","ng":"ng","start":"ng serve","test":"ng lint && ng test --single-run --code-coverage && ng build --prod && npm run build:lib ","test:tdd":"ng test","semantic-release":"semantic-release","travis-deploy-once":"travis-deploy-once"},"keywords":["angular 5","angular","angular5","calendar","component","date picker","date time picker","date","directive","moment","time picker","time"],"peerDependencies":{"@angular/common":">=5.1.1","@angular/core":">=5.1.1","@angular/platform-browser":">=5.1.1","@angular/platform-browser-dynamic":">=5.1.1","bootstrap":">=4.0.0-beta.2","core-js":">=2.5.3","moment":">=2.20.0","rxjs":">=5.5.5","zone.js":">=0.8.18"},"devDependencies":{"@angular/animations":"^5.2.7","@angular/cli":"^1.7.2","@angular/common":"^5.2.7","@angular/compiler":"^5.2.7","@angular/compiler-cli":"^5.2.7","@angular/core":"^5.2.7","@angular/forms":"^5.2.7","@angular/http":"^5.2.7","@angular/language-service":"^5.2.7","@angular/platform-browser":"^5.2.7","@angular/platform-browser-dynamic":"^5.2.7","@angular/router":"^5.2.7","@compodoc/compodoc":"^1.0.8","@types/jasmine":"~2.8.6","@types/jasminewd2":"~2.0.3","@types/node":"~9.4.6","bootstrap":"^4.0.0","codelyzer":"~4.2.1","core-js":"^2.5.3","coveralls":"^3.0.0","jasmine-core":"^2.99.1","jasmine-spec-reporter":"^4.2.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-coverage-istanbul-reporter":"^1.4.2","karma-jasmine":"^1.1.1","karma-jasmine-html-reporter":"^0.2.2","moment":"^2.21.0","ng-packagr":"^2.2.0","open-iconic":"^1.1.1","protractor":"^5.3.0","rxjs":"^5.5.6","scss-bundle":"^2.1.2","semantic-release":"^12.4.1","stylelint":"^9.1.1","ts-node":"^5.0.1","tslint":"^5.9.1","typescript":"~2.6.2","zone.js":"^0.8.20","travis-deploy-once":"^4.3.4"},"release":{"publish":[{"path":"@semantic-release/npm","pkgRoot":"dist"},{"path":"@semantic-release/github","assets":["dist"]}],"success":["@semantic-release/github"],"fail":["@semantic-release/github"]},"dependencies":{"npm":"^5.7.1","tslib":"^1.7.1"},"main":"bundles/angular-bootstrap-datetimepicker.umd.js","module":"esm5/angular-bootstrap-datetimepicker.js","es2015":"esm2015/angular-bootstrap-datetimepicker.js","typings":"angular-bootstrap-datetimepicker.d.ts","metadata":"angular-bootstrap-datetimepicker.metadata.json","description":"Native Angular (5+) datetime picker component styled by Twitter Bootstrap 4.","_id":"angular-bootstrap-datetimepicker@2.1.1","_npmVersion":"5.7.1","_nodeVersion":"9.8.0","_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"dist":{"integrity":"sha512-ekcweEHdjsX4C+sp0dn6AynCcSQpQvA8BSHOTKUvc6umv50RxGM/kno7tQof4EpGDsRj3oOTUVU58oDRU2NqYw==","shasum":"499e4d21f59375ced3d2e67e7ec002652017bb19","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-2.1.1.tgz","fileCount":30,"unpackedSize":712150,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCeBHSy7eWwSlnq3ZdoDD7O6/7EOr8MUVmHx5Q5PNA9zgIgIPfgaIFqiqUu5GvwL15xNfLLv+UaebLoPsVGaxVQvjA="}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-bootstrap-datetimepicker_2.1.1_1520491998028_0.0998618310974877"},"_hasShrinkwrap":false},"2.1.2":{"name":"angular-bootstrap-datetimepicker","version":"2.1.2","license":"MIT","author":{"name":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"},"homepage":"https://dalelotts.github.io/angular-bootstrap-datetimepicker","repository":{"type":"git","url":"git+https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"scripts":{"build":"ng build","build:lib":"ng-packagr -p ng-package.json && npm run build:styles","build:styles":"scss-bundle -c scss-bundle.config.json","coverage:upload":"cat build/coverage/lcov.info | coveralls","document":"compodoc --disableInternal --disablePrivate --disableLifeCycleHooks --assetsFolder screenshots -p src/tsconfig.doc.json --gaID UA-325325-19 -n \"Angular Bootstrap Date/Time Picker\"","e2e":"ng e2e","lint":"ng lint","ng":"ng","start":"ng serve","test":"ng lint && ng test --single-run --code-coverage && ng build --prod && npm run build:lib ","test:tdd":"ng test","semantic-release":"semantic-release","travis-deploy-once":"travis-deploy-once"},"keywords":["angular 5","angular","angular5","calendar","component","date picker","date time picker","date","directive","moment","time picker","time"],"peerDependencies":{"@angular/common":">=5.1.1","@angular/core":">=5.1.1","@angular/platform-browser":">=5.1.1","@angular/platform-browser-dynamic":">=5.1.1","bootstrap":">=4.0.0-beta.2","core-js":">=2.5.3","moment":">=2.20.0","rxjs":">=5.5.5","zone.js":">=0.8.18"},"devDependencies":{"@angular/animations":"^5.2.7","@angular/cli":"^1.7.2","@angular/common":"^5.2.7","@angular/compiler":"^5.2.7","@angular/compiler-cli":"^5.2.7","@angular/core":"^5.2.7","@angular/forms":"^5.2.7","@angular/http":"^5.2.7","@angular/language-service":"^5.2.7","@angular/platform-browser":"^5.2.7","@angular/platform-browser-dynamic":"^5.2.7","@angular/router":"^5.2.7","@compodoc/compodoc":"^1.0.8","@types/jasmine":"~2.8.6","@types/jasminewd2":"~2.0.3","@types/node":"~9.4.6","bootstrap":"^4.0.0","codelyzer":"~4.2.1","core-js":"^2.5.3","coveralls":"^3.0.0","jasmine-core":"^2.99.1","jasmine-spec-reporter":"^4.2.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-coverage-istanbul-reporter":"^1.4.2","karma-jasmine":"^1.1.1","karma-jasmine-html-reporter":"^0.2.2","moment":"^2.21.0","ng-packagr":"^2.2.0","open-iconic":"^1.1.1","protractor":"^5.3.0","rxjs":"^5.5.6","scss-bundle":"^2.1.2","semantic-release":"^12.4.1","stylelint":"^9.1.1","ts-node":"^5.0.1","tslint":"^5.9.1","typescript":"~2.6.2","zone.js":"^0.8.20","travis-deploy-once":"^4.3.4"},"release":{"publish":[{"path":"@semantic-release/npm","pkgRoot":"dist"},{"path":"@semantic-release/github","assets":["dist/*.zip","dist/*.tar.gz"]}],"success":["@semantic-release/github"],"fail":["@semantic-release/github"]},"dependencies":{"npm":"^5.7.1","tslib":"^1.7.1"},"main":"bundles/angular-bootstrap-datetimepicker.umd.js","module":"esm5/angular-bootstrap-datetimepicker.js","es2015":"esm2015/angular-bootstrap-datetimepicker.js","typings":"angular-bootstrap-datetimepicker.d.ts","metadata":"angular-bootstrap-datetimepicker.metadata.json","description":"Native Angular (5+) datetime picker component styled by Twitter Bootstrap 4.","_id":"angular-bootstrap-datetimepicker@2.1.2","_npmVersion":"5.7.1","_nodeVersion":"9.11.0","_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"dist":{"integrity":"sha512-wU1XBJTyw9o0vZ3iLJ2EN1i3y0ca7nO/hUho2odo36JgPV2LSLHE3BNMk3tf//IIID9NSimPDXpC3chTwLqLrw==","shasum":"153cfd8a99c7d85de8004bb948faf702ba8f24f0","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-2.1.2.tgz","fileCount":30,"unpackedSize":711496,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEMCH0R86pbIiGNQcyLjFBjxNs19gY3zzdHfbP0QHvW3SpwCICewYRfJEawdg/MSRsHiwPb5cXvSbOV/s2aClQZ9Wefu"}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-bootstrap-datetimepicker_2.1.2_1522883506556_0.428337604982606"},"_hasShrinkwrap":false},"2.1.3":{"name":"angular-bootstrap-datetimepicker","version":"2.1.3","license":"MIT","author":{"name":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"},"homepage":"https://dalelotts.github.io/angular-bootstrap-datetimepicker","repository":{"type":"git","url":"git+https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"keywords":["angular 5","angular","angular5","calendar","component","date picker","date time picker","date","directive","moment","time picker","time"],"peerDependencies":{"@angular/common":">=5.1.1","@angular/core":">=5.1.1","@angular/platform-browser":">=5.1.1","@angular/platform-browser-dynamic":">=5.1.1","bootstrap":">=4.0.0-beta.2","core-js":">=2.5.3","moment":">=2.20.0","rxjs":">=5.5.5","zone.js":">=0.8.18"},"devDependencies":{"@angular/animations":"^5.2.9","@angular/cli":"^1.7.3","@angular/common":"^5.2.9","@angular/compiler":"^5.2.9","@angular/compiler-cli":"^5.2.9","@angular/core":"^5.2.9","@angular/forms":"^5.2.9","@angular/http":"^5.2.9","@angular/language-service":"^5.2.9","@angular/platform-browser":"^5.2.9","@angular/platform-browser-dynamic":"^5.2.9","@angular/router":"^5.2.9","@compodoc/compodoc":"^1.1.1","@types/jasmine":"~2.8.6","@types/jasminewd2":"~2.0.3","@types/node":"~9.6.2","bootstrap":"^4.0.0","codelyzer":"~4.2.1","core-js":"^2.5.4","coveralls":"^3.0.0","jasmine":"^3.1.0","jasmine-core":"^3.1.0","jasmine-spec-reporter":"^4.2.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-coverage-istanbul-reporter":"^1.4.2","karma-jasmine":"^1.1.1","karma-jasmine-html-reporter":"^1.0.0","moment":"^2.22.0","ng-packagr":"^2.4.1","open-iconic":"^1.1.1","protractor":"^5.3.1","rxjs":"^5.5.8","scss-bundle":"^2.1.3","semantic-release":"^15.1.5","stylelint":"^9.2.0","travis-deploy-once":"^4.4.1","ts-node":"^5.0.1","tslint":"^5.9.1","typescript":"~2.6.2","zone.js":"^0.8.25"},"release":{"pkgRoot":"dist","assets":["dist/*.zip","dist/*.tar.gz"]},"main":"bundles/angular-bootstrap-datetimepicker.umd.js","module":"esm5/angular-bootstrap-datetimepicker.js","es2015":"esm2015/angular-bootstrap-datetimepicker.js","typings":"angular-bootstrap-datetimepicker.d.ts","metadata":"angular-bootstrap-datetimepicker.metadata.json","dependencies":{"tslib":"^1.7.1"},"description":"Native Angular (5+) datetime picker component styled by Twitter Bootstrap 4.","_id":"angular-bootstrap-datetimepicker@2.1.3","_npmVersion":"5.6.0","_nodeVersion":"9.11.1","_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"dist":{"integrity":"sha512-NOXo9XaSOG2SNiWPr5cZlsQWwwQ19NGKysUrxcGaRjm73QMjlsf3tbWC2Rmfqy/ugf7QQaJETktezyVw61JU3A==","shasum":"923489fc06daea09f1f6442cb8f51a881fcfdda2","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-2.1.3.tgz","fileCount":30,"unpackedSize":710273,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBC5kZHNikTQ11z/YAaZJ1k/NVhKYdpchdDeBfi/zUkCAiEAu9nds8J2+XFZrX6r1jMKQDBZtw+kfEUB/9Nq3g/mXpE="}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-bootstrap-datetimepicker_2.1.3_1522951834852_0.8121504438706089"},"_hasShrinkwrap":false},"2.2.0":{"name":"angular-bootstrap-datetimepicker","version":"2.2.0","license":"MIT","author":{"name":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"},"homepage":"https://dalelotts.github.io/angular-bootstrap-datetimepicker","repository":{"type":"git","url":"git+https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"keywords":["angular 5","angular","angular5","calendar","component","date picker","date time picker","date","directive","moment","time picker","time"],"peerDependencies":{"@angular/common":">=5.1.1","@angular/core":">=5.1.1","@angular/platform-browser":">=5.1.1","@angular/platform-browser-dynamic":">=5.1.1","bootstrap":">=4.0.0-beta.2","core-js":">=2.5.3","moment":">=2.20.0","rxjs":">=5.5.5","zone.js":">=0.8.18"},"devDependencies":{"@angular/animations":"^5.2.9","@angular/cli":"^1.7.3","@angular/common":"^5.2.9","@angular/compiler":"^5.2.9","@angular/compiler-cli":"^5.2.9","@angular/core":"^5.2.9","@angular/forms":"^5.2.9","@angular/http":"^5.2.9","@angular/language-service":"^5.2.9","@angular/platform-browser":"^5.2.9","@angular/platform-browser-dynamic":"^5.2.9","@angular/router":"^5.2.9","@compodoc/compodoc":"^1.1.1","@types/jasmine":"~2.8.6","@types/jasminewd2":"~2.0.3","@types/node":"~9.6.2","bootstrap":"^4.0.0","codelyzer":"~4.2.1","core-js":"^2.5.4","coveralls":"^3.0.0","jasmine":"^3.1.0","jasmine-core":"^3.1.0","jasmine-spec-reporter":"^4.2.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-coverage-istanbul-reporter":"^1.4.2","karma-jasmine":"^1.1.1","karma-jasmine-html-reporter":"^1.0.0","moment":"^2.22.0","ng-packagr":"^2.4.1","open-iconic":"^1.1.1","protractor":"^5.3.1","rxjs":"^5.5.8","scss-bundle":"^2.1.3","semantic-release":"^15.1.5","stylelint":"^9.2.0","travis-deploy-once":"^4.4.1","ts-node":"^5.0.1","tslint":"^5.9.1","typescript":"~2.6.2","zone.js":"^0.8.25"},"release":{"pkgRoot":"dist"},"main":"bundles/angular-bootstrap-datetimepicker.umd.js","module":"esm5/angular-bootstrap-datetimepicker.js","es2015":"esm2015/angular-bootstrap-datetimepicker.js","typings":"angular-bootstrap-datetimepicker.d.ts","metadata":"angular-bootstrap-datetimepicker.metadata.json","dependencies":{"tslib":"^1.7.1"},"description":"Native Angular (5+) datetime picker component styled by Twitter Bootstrap 4.","_id":"angular-bootstrap-datetimepicker@2.2.0","_npmVersion":"5.6.0","_nodeVersion":"9.11.1","_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"dist":{"integrity":"sha512-rXWvDwPeMHda+pwzkqyqpNGQfu7PMAKNCLNYJjbaLxtYg5lBpDZMqb9qdXPpBHmhqp/VVflh44hRlZ0sN/2cAw==","shasum":"5be0448459222082afd3c3bdf9de40df61b95fc4","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-2.2.0.tgz","fileCount":31,"unpackedSize":738565,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICzQlPLjP52RS41ZpH1dBMjQdV7MC/iRo5IYnDiuFETiAiEAgl8Sql+G/RE08LYDOySyAQWBM5Z/JZkm1CgZffjAoOw="}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-bootstrap-datetimepicker_2.2.0_1523165962253_0.3129244215166067"},"_hasShrinkwrap":false},"2.2.1":{"name":"angular-bootstrap-datetimepicker","version":"2.2.1","license":"MIT","author":{"name":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"},"homepage":"https://dalelotts.github.io/angular-bootstrap-datetimepicker","repository":{"type":"git","url":"git+https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"keywords":["angular 5","angular","angular5","calendar","component","date picker","date time picker","date","directive","moment","time picker","time"],"peerDependencies":{"@angular/common":">=5.1.1","@angular/core":">=5.1.1","@angular/platform-browser":">=5.1.1","@angular/platform-browser-dynamic":">=5.1.1","bootstrap":">=4.0.0-beta.2","core-js":">=2.5.3","moment":">=2.20.0","rxjs":">=5.5.5","zone.js":">=0.8.18"},"devDependencies":{"@angular/animations":"^5.2.9","@angular/cli":"^1.7.3","@angular/common":"^5.2.9","@angular/compiler":"^5.2.9","@angular/compiler-cli":"^5.2.9","@angular/core":"^5.2.9","@angular/forms":"^5.2.9","@angular/http":"^5.2.9","@angular/language-service":"^5.2.9","@angular/platform-browser":"^5.2.9","@angular/platform-browser-dynamic":"^5.2.9","@angular/router":"^5.2.9","@compodoc/compodoc":"^1.1.1","@types/jasmine":"~2.8.6","@types/jasminewd2":"~2.0.3","@types/node":"~9.6.2","bootstrap":"^4.0.0","codelyzer":"~4.2.1","core-js":"^2.5.4","coveralls":"^3.0.0","jasmine":"^3.1.0","jasmine-core":"^3.1.0","jasmine-spec-reporter":"^4.2.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-coverage-istanbul-reporter":"^1.4.2","karma-jasmine":"^1.1.1","karma-jasmine-html-reporter":"^1.0.0","moment":"^2.22.0","ng-packagr":"^2.4.1","open-iconic":"^1.1.1","protractor":"^5.3.1","rxjs":"^5.5.8","scss-bundle":"^2.1.3","semantic-release":"^15.1.5","stylelint":"^9.2.0","travis-deploy-once":"^4.4.1","ts-node":"^5.0.1","tslint":"^5.9.1","typescript":"~2.6.2","zone.js":"^0.8.25"},"release":{"pkgRoot":"dist"},"main":"bundles/angular-bootstrap-datetimepicker.umd.js","module":"esm5/angular-bootstrap-datetimepicker.js","es2015":"esm2015/angular-bootstrap-datetimepicker.js","typings":"angular-bootstrap-datetimepicker.d.ts","metadata":"angular-bootstrap-datetimepicker.metadata.json","dependencies":{"tslib":"^1.7.1"},"description":"Native Angular (5+) datetime picker component styled by Twitter Bootstrap 4.","_id":"angular-bootstrap-datetimepicker@2.2.1","_npmVersion":"5.6.0","_nodeVersion":"9.11.1","_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"dist":{"integrity":"sha512-+iwo1Dc+ue10Ey8uS76ehkYcHHkGPld1p52LFvXc8p5WliFC1qulEZRyVW7/pCVcy2N16inVEzyNpIGod+Wo+A==","shasum":"8a3b05c566e7473d7d935517ae1ad52d0cda788d","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-2.2.1.tgz","fileCount":31,"unpackedSize":739911,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCrX+uzDGoROrJFwUTxMcuDHgE92/BMXUcCCuC7YZHq8QIhAIvPyW6JuWa5n/MbClcx9U+ztb5sSQjMtE9QgjP463lj"}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-bootstrap-datetimepicker_2.2.1_1523204593737_0.898586337429361"},"_hasShrinkwrap":false},"3.0.0":{"name":"angular-bootstrap-datetimepicker","version":"3.0.0","license":"MIT","author":{"name":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"},"homepage":"https://dalelotts.github.io/angular-bootstrap-datetimepicker","repository":{"type":"git","url":"git+https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"keywords":["angular 5","angular","angular5","calendar","component","date picker","date time picker","date","directive","moment","time picker","time"],"peerDependencies":{"@angular/animations":"^7.0.0","@angular/common":"^7.0.0","@angular/compiler":"^7.0.0","@angular/core":"^7.0.0","@angular/forms":"^7.0.0","@angular/http":"^7.0.0","@angular/platform-browser":"^7.0.0","@angular/platform-browser-dynamic":"^7.0.0","@angular/router":"^7.0.0","core-js":"^2.5.0","moment":"^2.22.2","rxjs":"^6.3.3","zone.js":"^0.8.26"},"devDependencies":{"@angular-devkit/build-angular":"^0.13.6","@angular/animations":"^7.2.10","@angular/cli":"^7.3.6","@angular/common":"^7.2.10","@angular/compiler":"^7.2.10","@angular/compiler-cli":"^7.2.10","@angular/core":"^7.2.10","@angular/forms":"^7.2.10","@angular/http":"^7.2.10","@angular/language-service":"^7.2.10","@angular/platform-browser":"^7.2.10","@angular/platform-browser-dynamic":"^7.2.10","@angular/router":"^7.2.10","@compodoc/compodoc":"^1.1.9","@types/jasmine":"~3.3.12","@types/jasminewd2":"~2.0.6","@types/node":"~11.11.4","bootstrap":"^4.3.1","codelyzer":"^4.5.0","core-js":"^2.6.5","jasmine-core":"~3.3.0","jasmine-spec-reporter":"^4.2.1","jquery":"^3.3.1","karma":"^4.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^2.0.5","karma-jasmine":"^2.0.1","karma-jasmine-html-reporter":"^1.4.0","moment":"^2.24.0","ng-packagr":"^4.7.1","open-iconic":"^1.1.1","popper.js":"^1.14.7","protractor":"^5.4.2","rxjs":"^6.4.0","scss-bundle":"^2.5.0","semantic-release":"^15.13.3","travis-deploy-once":"^5.0.11","ts-node":"^8.0.3","tsickle":"^0.34.3","tslint":"^5.14.0","typescript":"~3.1.6","zone.js":"^0.8.29"},"release":{"pkgRoot":"dist"},"main":"bundles/angular-bootstrap-datetimepicker.umd.js","module":"fesm5/angular-bootstrap-datetimepicker.js","es2015":"fesm2015/angular-bootstrap-datetimepicker.js","esm5":"esm5/angular-bootstrap-datetimepicker.js","esm2015":"esm2015/angular-bootstrap-datetimepicker.js","fesm5":"fesm5/angular-bootstrap-datetimepicker.js","fesm2015":"fesm2015/angular-bootstrap-datetimepicker.js","typings":"angular-bootstrap-datetimepicker.d.ts","metadata":"angular-bootstrap-datetimepicker.metadata.json","sideEffects":false,"dependencies":{"tslib":"^1.9.0"},"description":"Native Angular (5+) datetime picker component styled by Twitter Bootstrap 4.","_id":"angular-bootstrap-datetimepicker@3.0.0","_npmVersion":"6.5.0","_nodeVersion":"10.15.3","_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"dist":{"integrity":"sha512-WtUK3fIoBx+DsGCNyfngptrvfwxi5T+2gp683gJi4FEJ465FOeuo6PgfJYH7d0vgM5+9lV5nn1x3ZGdq288o3g==","shasum":"7b6ac61794fd1eb1ce329b1dc38b56573cd28415","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-3.0.0.tgz","fileCount":97,"unpackedSize":1934833,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJclSfACRA9TVsSAnZWagAAcf8P/Avfujaho8vqkODvh0/d\nRm4350bCe94rwKfl3y6rI2Rufx/U5FfA+VpoMECSC/qIr3dxDBYMu58tMAW7\nZmuyVrry3cm98xS9psao2b1/grznwvOKaNkr4iSGYjLPWZgcRn4D+8YNk1L6\nuTx6f9YeHT/ezWX8D65UztTtGQmyXbCbhF06+HFW+WL77QCDxq4cfSRtzjhC\nCVqSUI8522LzvwiHi6oxeZQ857HV4Bs51eyIAiSgWGkugOfUA0VsBdpSf91k\n8kyFRFvPGwpiVRqWjVKDmX7Qra6Xw5GJ28yjz+d1iOwJJvBGDjsD4RFa9chX\nzLJWk4ibG9HMG+TPoByNHAdxAcp7djxnydXj1DqLoQJQS3oWzPcTwkqRhocx\navcHRoqTssfr1mY1HCGCzRF9sxqHkpToUvHga62MelqNszJnLUUIJAjH89Dn\nBrmzrK3k5Ldu4LZhzQF/j+kEkr8bkkq3cmGmS6cpAeUp8E8eENNhcDZGrXjS\nhBhvC1hFJurd2iXgpS7/8RZuipG+RzRVirWNzziGj427Rcj8bJDBj5M22Smm\nLLgjTyWYfOZpBw5Vxb2LkV6oGKVKvgjf+wPSIZAIOOrtzUwQHKPJC3mHf7Rf\nkczZZITCx3jOeTDjvXkLIz+5eyBBR7uolEDmBjNENa/dDKmp3KIVsaTPOjSI\nNHce\r\n=6o6p\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBfARpoilwTaxnm9ihBn3OklNEJn5qLccCrZUmAtVR5VAiEA09oefKROgQ0wX0M23urrL644Y2TsPes0Bof8XW7ANTA="}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-bootstrap-datetimepicker_3.0.0_1553278911706_0.8333553638945626"},"_hasShrinkwrap":false,"deprecated":"Please install angularjs-bootstrap-datetimepicker 2.2.1 or >=3.1.0 to avoid maximum callstack size exceeded when running ng build --prod"},"3.0.1":{"name":"angular-bootstrap-datetimepicker","version":"3.0.1","license":"MIT","author":{"name":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"},"homepage":"https://dalelotts.github.io/angular-bootstrap-datetimepicker","repository":{"type":"git","url":"git+https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"keywords":["angular 5","angular","angular5","calendar","component","date picker","date time picker","date","directive","moment","time picker","time"],"peerDependencies":{"@angular/animations":"^7.0.0","@angular/common":"^7.0.0","@angular/compiler":"^7.0.0","@angular/core":"^7.0.0","@angular/forms":"^7.0.0","@angular/http":"^7.0.0","@angular/platform-browser":"^7.0.0","@angular/platform-browser-dynamic":"^7.0.0","@angular/router":"^7.0.0","core-js":"^2.5.0","moment":"^2.22.2","rxjs":"^6.3.3","zone.js":"^0.8.26"},"devDependencies":{"@angular-devkit/build-angular":"^0.13.6","@angular/animations":"^7.2.10","@angular/cli":"^7.3.6","@angular/common":"^7.2.10","@angular/compiler":"^7.2.10","@angular/compiler-cli":"^7.2.10","@angular/core":"^7.2.10","@angular/forms":"^7.2.10","@angular/http":"^7.2.10","@angular/language-service":"^7.2.10","@angular/platform-browser":"^7.2.10","@angular/platform-browser-dynamic":"^7.2.10","@angular/router":"^7.2.10","@compodoc/compodoc":"^1.1.9","@types/jasmine":"~3.3.12","@types/jasminewd2":"~2.0.6","@types/node":"~11.11.4","bootstrap":"^4.3.1","codelyzer":"^4.5.0","core-js":"^2.6.5","jasmine-core":"~3.3.0","jasmine-spec-reporter":"^4.2.1","jquery":"^3.3.1","karma":"^4.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^2.0.5","karma-jasmine":"^2.0.1","karma-jasmine-html-reporter":"^1.4.0","moment":"^2.24.0","ng-packagr":"^4.7.1","open-iconic":"^1.1.1","popper.js":"^1.14.7","protractor":"^5.4.2","rxjs":"^6.4.0","scss-bundle":"^2.5.0","semantic-release":"^15.13.3","travis-deploy-once":"^5.0.11","ts-node":"^8.0.3","tsickle":"^0.34.3","tslint":"^5.14.0","typescript":"~3.1.6","zone.js":"^0.8.29"},"release":{"pkgRoot":"dist"},"main":"bundles/angular-bootstrap-datetimepicker.umd.js","module":"fesm5/angular-bootstrap-datetimepicker.js","es2015":"fesm2015/angular-bootstrap-datetimepicker.js","esm5":"esm5/angular-bootstrap-datetimepicker.js","esm2015":"esm2015/angular-bootstrap-datetimepicker.js","fesm5":"fesm5/angular-bootstrap-datetimepicker.js","fesm2015":"fesm2015/angular-bootstrap-datetimepicker.js","typings":"angular-bootstrap-datetimepicker.d.ts","metadata":"angular-bootstrap-datetimepicker.metadata.json","sideEffects":false,"dependencies":{"tslib":"^1.9.0"},"description":"Native Angular (7+) datetime picker component styled by Twitter Bootstrap 4.","_id":"angular-bootstrap-datetimepicker@3.0.1","_npmVersion":"6.5.0","_nodeVersion":"10.17.0","_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"dist":{"integrity":"sha512-87EpslcPsXBnflagTQCy5xXMnyu9Z+fhbIWe+bY/COvVQNHYkrvZzHnEKBPs6+2l1JIPK5CJwSAef38o0liMCA==","shasum":"e38586c8e8d5c95aec7904acdeeffb90e867829e","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-3.0.1.tgz","fileCount":97,"unpackedSize":1933866,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwE/uCRA9TVsSAnZWagAAFCoP/RvJo829Fd9wv26s2YvV\nL1aqn4itwp/GFGUpagsT7y4xhv9SamN5Tv8Sg1pzaX/E8cnJK9Zlb/eKUcJE\nvSa8w6WDECCQDx940nDWYJTxypX5PLFbHzAA7i+2lFl1ERFLFquGJh4aoJlg\nIyrWMOXOojvBHTBEc5N42uw6+jNImUuzTLGB1xcotDypeLqo5mmpy6ahj0Jm\nkBf7TLZGnjsrcvPaBieDJK9GLsqFTw0vcpWLsrpwkDSmDq1AKK1Z6fUlHHgb\nSRsdI77FDPfSqAD+cH6/920EBC3eSGHvupKkTgenhd4oO0XaFI411tVgGiNU\nR1t5wC0LzGMAGbS2048ricPEBTMfFT0dlXn986DgHBvQJ5QfPnzFpeBWiiCC\nhf5CrHoUNmo+/QKL7NyTewzjAxCZjPk085vgbysN9iuhY0eQbAhdKmrkSfiz\nTfRUUXA7f7XdjIJfMdgdpjwpauTX3ULtcOORa+0pjPQSjknR8TDrfYtp5fPT\nMkJC5EMUR3prnCX0334hw4HV7KwayUH9J/6H0n+zx5xxCcKZAtKQSRJyoWZP\n6pEn7C2/jnARlBWeRURMJgogjShtC4YBY946bXjLXWkUy9lZNv67Ti+r+MJs\noKBGqviK7VLSf4V2S76e+SBB+ocnZXVT8dqtws/PkmF+vsjdh76trfgpmZOd\n7V/v\r\n=0TZj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDoZuZ74s3vhW86rMeKFhOE3MYw8fniu75rFN0Ude1QfQIgWBsiQZMJyT24LsXnNKXIKZiitSYZsXDwCn0XA53ARW8="}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-bootstrap-datetimepicker_3.0.1_1572884462390_0.08188071700959232"},"_hasShrinkwrap":false,"deprecated":"Please install angularjs-bootstrap-datetimepicker 2.2.1 or >=3.1.0 to avoid maximum callstack size exceeded when running ng build --prod"},"3.0.2":{"name":"angular-bootstrap-datetimepicker","version":"3.0.2","license":"MIT","author":{"name":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"},"homepage":"https://dalelotts.github.io/angular-bootstrap-datetimepicker","repository":{"type":"git","url":"git+https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"keywords":["angular 5","angular","angular5","calendar","component","date picker","date time picker","date","directive","moment","time picker","time"],"peerDependencies":{"@angular/animations":"^7.0.0","@angular/common":"^7.0.0","@angular/compiler":"^7.0.0","@angular/core":"^7.0.0","@angular/forms":"^7.0.0","@angular/http":"^7.0.0","@angular/platform-browser":"^7.0.0","@angular/platform-browser-dynamic":"^7.0.0","@angular/router":"^7.0.0","moment":"^2.22.2","rxjs":"^6.3.3","zone.js":"^0.8.26"},"devDependencies":{"@angular-devkit/build-angular":"^0.13.6","@angular/animations":"^7.2.10","@angular/cli":"^7.3.6","@angular/common":"^7.2.10","@angular/compiler":"^7.2.10","@angular/compiler-cli":"^7.2.10","@angular/core":"^7.2.10","@angular/forms":"^7.2.10","@angular/http":"^7.2.10","@angular/language-service":"^7.2.10","@angular/platform-browser":"^7.2.10","@angular/platform-browser-dynamic":"^7.2.10","@angular/router":"^7.2.10","@compodoc/compodoc":"^1.1.11","@types/jasmine":"~3.3.12","@types/jasminewd2":"~2.0.6","@types/node":"~11.11.4","bootstrap":"^4.3.1","codelyzer":"^4.5.0","jasmine-core":"~3.3.0","jasmine-spec-reporter":"^4.2.1","jquery":"^3.4.1","karma":"^4.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^2.0.5","karma-jasmine":"^2.0.1","karma-jasmine-html-reporter":"^1.4.0","moment":"^2.24.0","ng-packagr":"^4.7.1","open-iconic":"^1.1.1","popper.js":"^1.14.7","protractor":"^5.4.2","rxjs":"^6.4.0","scss-bundle":"^2.5.0","semantic-release":"^15.13.30","travis-deploy-once":"^5.0.11","ts-node":"^8.0.3","tsickle":"^0.34.3","tslint":"^5.14.0","typescript":"~3.1.6","zone.js":"^0.8.29"},"release":{"pkgRoot":"dist"},"main":"bundles/angular-bootstrap-datetimepicker.umd.js","module":"fesm5/angular-bootstrap-datetimepicker.js","es2015":"fesm2015/angular-bootstrap-datetimepicker.js","esm5":"esm5/angular-bootstrap-datetimepicker.js","esm2015":"esm2015/angular-bootstrap-datetimepicker.js","fesm5":"fesm5/angular-bootstrap-datetimepicker.js","fesm2015":"fesm2015/angular-bootstrap-datetimepicker.js","typings":"angular-bootstrap-datetimepicker.d.ts","metadata":"angular-bootstrap-datetimepicker.metadata.json","sideEffects":false,"dependencies":{"tslib":"^1.9.0"},"description":"Native Angular (7+) datetime picker component styled by Twitter Bootstrap 4.","_id":"angular-bootstrap-datetimepicker@3.0.2","_nodeVersion":"10.17.0","_npmVersion":"6.13.0","dist":{"integrity":"sha512-aOH2q1tprWeqFhVZZViE7qFYrscydv2iV7VnmEpLn3B6FxIPr3lPrnWpR/nVxZF9ssRlTt0BcVx9S/9dzvXiKA==","shasum":"76a41da780852fe018cdb05160f1ad3b99f0224c","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-3.0.2.tgz","fileCount":94,"unpackedSize":1930569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwfRuCRA9TVsSAnZWagAAhgwQAI7Db81f5gLtqlcnK5Xk\nKKMfDsdjewPnf61Gr/WBW2u7lVy+anzE8n+LgXr6qpJXeFHMbaKzP7CrOOVD\nrrQpddfE1RywQEQdzHE3h4mxES/8YlJFGiHKl6yBoMazcFiQBeQ1f6p7ChYW\nasT9qPc/nY7tH2x7vx7n9Eigqmfa8mvpnhYUu1YeiR+3o6a5Eeg9eUBxQ8tn\nvgQq/YoS81vZoZShOdW3zYS7uiO/Zwgl3HqVj07NTzASMzEui1AGzyliPyeE\na1EIMeOXhoWQ8EbjTFfg4eM/ESxPMhWyIT02pRHny8l7kqZEWmPRwusGM72f\nxTi8ngREZ7BoKvET9gX5PvJ/SV300mOrHwUCm02L+yYlWEnU+eKb3p/BWIii\nt2CWFR1kd774GR5T9pNr+vDkipMLPp6Qdn605vlOdxufkPfALyWtawoTe2Ss\n7S7bROVzBUMZIXM1FB8Tcky8vpkQZ3APD0aytHRg/MObBv2DUmJG14QAvKtf\nuNvWNcRocjH8qd9+4y8eHJLM129ebxdqdV/lgmCwmatK5xXSbv2kvqRJFhAB\naqt4a2zuWn8BzMxZtVuAWTRqjbtQfbcnhVuAIP2+SaczgG4Tye2cEzCpaHDa\nclxeLk+BKUaSaN54afodbI3DOxQE+vBSXwE3Dv0YoJgvzLmRw2G5bNmzHsSt\nwwQ6\r\n=zrVc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDylI20TTVBx+mE8UgC74c6WwCQ/9KG7ryAUgy4YLxQ5AIhAO2Vq3QQZFaGXgPpApcXZUJ6tJEA9mCRopZKfqtaH/3l"}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-bootstrap-datetimepicker_3.0.2_1572992110530_0.2708450824900108"},"_hasShrinkwrap":false},"3.1.0":{"name":"angular-bootstrap-datetimepicker","version":"3.1.0","license":"MIT","author":{"name":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"},"homepage":"https://dalelotts.github.io/angular-bootstrap-datetimepicker","repository":{"type":"git","url":"git+https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"keywords":["angular 5","angular","angular5","calendar","component","date picker","date time picker","date","directive","moment","time picker","time"],"peerDependencies":{"@angular/animations":"^7.0.0","@angular/common":"^7.0.0","@angular/compiler":"^7.0.0","@angular/core":"^7.0.0","@angular/forms":"^7.0.0","@angular/http":"^7.0.0","@angular/platform-browser":"^7.0.0","@angular/platform-browser-dynamic":"^7.0.0","@angular/router":"^7.0.0","moment":"^2.22.2","rxjs":"^6.3.3","zone.js":"^0.8.26"},"devDependencies":{"@angular-devkit/build-angular":"^0.13.6","@angular/animations":"^7.2.10","@angular/cli":"^7.3.6","@angular/common":"^7.2.10","@angular/compiler":"^7.2.10","@angular/compiler-cli":"^7.2.10","@angular/core":"^7.2.10","@angular/forms":"^7.2.10","@angular/http":"^7.2.10","@angular/language-service":"^7.2.10","@angular/platform-browser":"^7.2.10","@angular/platform-browser-dynamic":"^7.2.10","@angular/router":"^7.2.10","@compodoc/compodoc":"^1.1.11","@types/jasmine":"~3.3.12","@types/jasminewd2":"~2.0.6","@types/node":"~11.11.4","bootstrap":"^4.3.1","codelyzer":"^4.5.0","jasmine-core":"~3.3.0","jasmine-spec-reporter":"^4.2.1","jquery":"^3.4.1","karma":"^4.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^2.0.5","karma-jasmine":"^2.0.1","karma-jasmine-html-reporter":"^1.4.0","moment":"^2.24.0","ng-packagr":"^4.7.1","open-iconic":"^1.1.1","popper.js":"^1.14.7","protractor":"^5.4.2","rxjs":"^6.4.0","scss-bundle":"^2.5.0","semantic-release":"^15.13.30","travis-deploy-once":"^5.0.11","ts-node":"^8.0.3","tsickle":"^0.34.3","tslint":"^5.14.0","typescript":"~3.1.6","zone.js":"^0.8.29"},"release":{"pkgRoot":"dist"},"main":"bundles/angular-bootstrap-datetimepicker.umd.js","module":"fesm5/angular-bootstrap-datetimepicker.js","es2015":"fesm2015/angular-bootstrap-datetimepicker.js","esm5":"esm5/angular-bootstrap-datetimepicker.js","esm2015":"esm2015/angular-bootstrap-datetimepicker.js","fesm5":"fesm5/angular-bootstrap-datetimepicker.js","fesm2015":"fesm2015/angular-bootstrap-datetimepicker.js","typings":"angular-bootstrap-datetimepicker.d.ts","metadata":"angular-bootstrap-datetimepicker.metadata.json","sideEffects":false,"dependencies":{"tslib":"^1.9.0"},"description":"Native Angular (7+) datetime picker component styled by Twitter Bootstrap 4.","_id":"angular-bootstrap-datetimepicker@3.1.0","_nodeVersion":"10.17.0","_npmVersion":"6.13.0","dist":{"integrity":"sha512-tWS6hqGaDue9JKnkgKeYvIoiFZnYGTvrXgnJSsfaRysOVGmLMHEfJRp9M/I6cs2asByyWpB7DTmULzr4ojI43Q==","shasum":"530d4d2f7e3e51f911e01b7bcbf87f7ff797c044","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-3.1.0.tgz","fileCount":94,"unpackedSize":1913613,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdxNQyCRA9TVsSAnZWagAAtccP/2upTaMAOrxySYPb+abL\n/3Y04CJj66bFUkP0fwAGusfAxhYMvX3oFwWmuCcybsjLxvhSrO1a70/jSuPp\nPdE+c3uY3C9rrk1A0/YnPVI6tGvf6nzAni6LW6y8Oi9uZZQ9Bi0dFozK9u/w\nXZiVnKOH1e+nb8yfnn6/bJs3fASFP6q0mCp6caJoseZrRkTurUM0cjvdafV3\nm5Kpos+4l5CHAVhgvPLM1QT+McoG5ANYoIEy3BA18mSyH8iRVEM2ynY/N4f9\nx4kpL/9kR5pVdeeRXPI032/yyYjd24jdVFkDuGrmv0rsxmSCN/nXKCC5hmaw\nyiUKo9cURg6+wJvYTtqFgnlO2pUeROqAC7f86lmG99gGtok722xzbFa7t+iz\nfU65xkLUZ1y2X0+wXjuz28kNksJb8/CjLzxmHoJ4vvfDwGSyOX/4VbWDoVFi\nWl/TDARrTaQ/VC8vi1czu1ijdigBcew5ojUCr+gHtbKh5/Q/eh8oWgFrWhdR\niKU9Z5iXxWnam7JQ2jT0wxDCNkU2dOpwFqBtcXdct7kCxTOiStxhF0JsfCwZ\nKbag/+ghjh528abM5wq/uxoQ8SMyMGpYkmEqXnQ2/Z9wRPhIrCREA8LEkPUE\njobB/qBGOSYWYTsK0m+SxrIMMf/F2RxOXHj2GyWYvpyKTyGdvZmah2ON4T3g\nC4wb\r\n=oOa/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDDsDWQnx/2uxwmbH37Ng/6aVxTyQHW8807iap4zKIZnAIgKSTx2BLTDxGyxLmQQG98x0uitaZ/CGwOjPWskWSqX0k="}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-bootstrap-datetimepicker_3.1.0_1573180466471_0.6925916232895113"},"_hasShrinkwrap":false},"4.0.0":{"name":"angular-bootstrap-datetimepicker","version":"4.0.0","engines":{"node":">=12"},"license":"MIT","author":{"name":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"},"homepage":"https://dalelotts.github.io/angular-bootstrap-datetimepicker","repository":{"type":"git","url":"git+https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"keywords":["angular 5","angular","angular5","calendar","component","date picker","date time picker","date","directive","moment","time picker","time"],"peerDependencies":{"@angular/animations":">=8.0.0","@angular/common":">=8.0.0","@angular/compiler":">=8.0.0","@angular/core":">=8.0.0","@angular/forms":">=8.0.0","@angular/platform-browser":">=8.0.0","@angular/platform-browser-dynamic":">=8.0.0","@angular/router":">=8.0.0","moment":">=2.0.0","rxjs":">=6.0.0","zone.js":">=0.9.1"},"devDependencies":{"@angular-devkit/build-angular":"^0.803.18","@angular-devkit/build-ng-packagr":"^0.803.18","@angular/animations":"^8.2.13","@angular/cli":"^8.3.18","@angular/common":"^8.2.13","@angular/compiler":"^8.2.13","@angular/compiler-cli":"^8.2.13","@angular/core":"^8.2.13","@angular/forms":"^8.2.13","@angular/language-service":"^8.2.13","@angular/platform-browser":"^8.2.13","@angular/platform-browser-dynamic":"^8.2.13","@angular/router":"^8.2.13","@compodoc/compodoc":"^1.1.11","@types/jasmine":"~3.4.6","@types/jasminewd2":"~2.0.8","@types/node":"~12.12.7","bootstrap":"^4.3.1","codelyzer":"^5.2.0","jasmine-core":"~3.5.0","jasmine-spec-reporter":"^4.2.1","jquery":"^3.4.1","karma":"^4.4.1","karma-chrome-launcher":"^3.1.0","karma-coverage-istanbul-reporter":"^2.1.0","karma-jasmine":"^2.0.1","karma-jasmine-html-reporter":"^1.4.2","moment":"^2.24.0","ng-packagr":"^5.7.1","open-iconic":"^1.1.1","popper.js":"^1.16.0","protractor":"^5.4.2","rxjs":"^6.5.3","scss-bundle":"^3.0.1","semantic-release":"^15.13.30","travis-deploy-once":"^5.0.11","ts-node":"^8.5.0","tsickle":"^0.37.0","tslint":"^5.20.1","typescript":"~3.5.3","zone.js":"~0.9.1"},"release":{"pkgRoot":"dist"},"main":"bundles/angular-bootstrap-datetimepicker.umd.js","module":"fesm5/angular-bootstrap-datetimepicker.js","es2015":"fesm2015/angular-bootstrap-datetimepicker.js","esm5":"esm5/angular-bootstrap-datetimepicker.js","esm2015":"esm2015/angular-bootstrap-datetimepicker.js","fesm5":"fesm5/angular-bootstrap-datetimepicker.js","fesm2015":"fesm2015/angular-bootstrap-datetimepicker.js","typings":"angular-bootstrap-datetimepicker.d.ts","metadata":"angular-bootstrap-datetimepicker.metadata.json","sideEffects":false,"dependencies":{"tslib":"^1.9.0"},"description":"Native Angular (8+) datetime picker component styled by Twitter Bootstrap 4.","_id":"angular-bootstrap-datetimepicker@4.0.0","_nodeVersion":"10.17.0","_npmVersion":"6.13.0","dist":{"integrity":"sha512-BPAlZEEdCD9sxWQH6oUQOjnUwfvbm8LMEg2nOif29gWSBkD5lQD9mlMpJrDGX17qRyMTLKBmFX40z3KS9fAQ1A==","shasum":"dad513aded26f2f31892a244aefe53d1bed00681","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-4.0.0.tgz","fileCount":94,"unpackedSize":1622841,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdyxlYCRA9TVsSAnZWagAAtgQP/R4ZLbi1MRRuf+bhrPEi\nZCzQztqPHNckVy9dOZbDezwm6PikpgPtC5JH9rYWk2Tp9UDMUIXYVyq0RLAR\n6HLRJDOspWtfaqcoKF21rQVlCK4fx6Mgx7KS6RVMDZNkcGZAtf7PEaiMx40e\nuocbbZTwGAWiOaJTlbWHE5g/oIqsvAv7dJzd3l6qiZDyb1LsiiSVuys3UuNn\nxEOljOrli4HR9/l+VuxgVR7xa10HEd1MkMjGvSTWA9qTzFVVXwNjJ+pF23pu\nUhSeElJMwmuqR+qdEoogdlmaXlQDrBs7aCgPVUZaEH5V0S0ZjspDL0HmTfWD\nCRIwkuwnw7XDzeiU28NYAU+HfsbY3GZfPlddWzyrwpmMdKyxlEQHjypcqvhG\n9ubozC62rb2cvhV6sMM220TaHW4L7yUFOIyv+qtrXK1KHiBFU3vKY0mV9/tC\nV/yxaWMjTQvYZHxTbQ/Vx6qS4iyRMxCYoEgMHFCruiZ2PFmNGV5U/pdBfI7s\ngo6/Q88wjTS6ciqeNH9zeLTKPtLDV/HAf0jeOsF1yclSCPN9JBzi17irfRBY\ny1//WF5cW1PHXstE6FyBntfrJ5rNYrNZ1/0ufoc7eBmHBZkNZLwBuJcffJiU\n8wCv899lKq2BYKCvycw//cXO5BHCJBUiP69ixQ13WDAJGhhoRflgfsTn48gY\neoHc\r\n=dpeG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDpWxDcPhdt/vRtisMR3n/z+spIo69Adpg4NN0jc6B+2QIhAMAKElP8TEnFgn/hHJSHXqNOpEi4Tk4aTX8Gfl0Pv+t1"}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-bootstrap-datetimepicker_4.0.0_1573591383398_0.1003765232760283"},"_hasShrinkwrap":false},"4.0.1":{"name":"angular-bootstrap-datetimepicker","version":"4.0.1","engines":{"node":">=12"},"license":"MIT","author":{"name":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"},"homepage":"https://dalelotts.github.io/angular-bootstrap-datetimepicker","repository":{"type":"git","url":"git+https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"keywords":["angular 5","angular","angular5","calendar","component","date picker","date time picker","date","directive","moment","time picker","time"],"peerDependencies":{"@angular/animations":">=8.0.0","@angular/common":">=8.0.0","@angular/compiler":">=8.0.0","@angular/core":">=8.0.0","@angular/forms":">=8.0.0","@angular/platform-browser":">=8.0.0","@angular/platform-browser-dynamic":">=8.0.0","@angular/router":">=8.0.0","moment":">=2.0.0","rxjs":">=6.0.0","zone.js":">=0.9.1"},"devDependencies":{"@angular-devkit/build-angular":"^0.803.18","@angular-devkit/build-ng-packagr":"^0.803.18","@angular/animations":"^8.2.13","@angular/cli":"^8.3.18","@angular/common":"^8.2.13","@angular/compiler":"^8.2.13","@angular/compiler-cli":"^8.2.13","@angular/core":"^8.2.13","@angular/forms":"^8.2.13","@angular/language-service":"^8.2.13","@angular/platform-browser":"^8.2.13","@angular/platform-browser-dynamic":"^8.2.13","@angular/router":"^8.2.13","@compodoc/compodoc":"^1.1.11","@types/jasmine":"~3.4.6","@types/jasminewd2":"~2.0.8","@types/node":"~12.12.7","bootstrap":"^4.3.1","codelyzer":"^5.2.0","jasmine-core":"~3.5.0","jasmine-spec-reporter":"^4.2.1","jquery":"^3.4.1","karma":"^4.4.1","karma-chrome-launcher":"^3.1.0","karma-coverage-istanbul-reporter":"^2.1.0","karma-jasmine":"^2.0.1","karma-jasmine-html-reporter":"^1.4.2","moment":"^2.24.0","ng-packagr":"^5.7.1","open-iconic":"^1.1.1","popper.js":"^1.16.0","protractor":"^5.4.2","rxjs":"^6.5.3","scss-bundle":"^3.0.1","semantic-release":"^15.13.30","travis-deploy-once":"^5.0.11","ts-node":"^8.5.0","tsickle":"^0.37.0","tslint":"^5.20.1","typescript":"~3.5.3","zone.js":"~0.9.1"},"release":{"pkgRoot":"dist"},"main":"bundles/angular-bootstrap-datetimepicker.umd.js","module":"fesm5/angular-bootstrap-datetimepicker.js","es2015":"fesm2015/angular-bootstrap-datetimepicker.js","esm5":"esm5/angular-bootstrap-datetimepicker.js","esm2015":"esm2015/angular-bootstrap-datetimepicker.js","fesm5":"fesm5/angular-bootstrap-datetimepicker.js","fesm2015":"fesm2015/angular-bootstrap-datetimepicker.js","typings":"angular-bootstrap-datetimepicker.d.ts","metadata":"angular-bootstrap-datetimepicker.metadata.json","sideEffects":false,"dependencies":{"tslib":"^1.9.0"},"description":"Native Angular (8+) datetime picker component styled by Twitter Bootstrap 4.","_id":"angular-bootstrap-datetimepicker@4.0.1","_nodeVersion":"10.17.0","_npmVersion":"6.13.0","dist":{"integrity":"sha512-9YHRTxV0kFau1+SjFzWnICf0W1/uAH5oa3WNGkaWpxHxV/1YSfJXrOif0BWRI7doo4XGrU9eaMgqtr3hEJ7Vdg==","shasum":"38094a407f2006456b0233b8c9c7fc6ce5726237","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-4.0.1.tgz","fileCount":94,"unpackedSize":1628584,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0YJ3CRA9TVsSAnZWagAAUyMQAJqsnQKNxhQ/tfQ6w0Ek\nVmHQLLKtTEJxLrpwaDQN4rKLOGkWtUAGndbzAi1E3RIwMQA6HaqX+AKd+BnD\no0lEGkmlDpsVmm48yUnJKSOfFPGJ9IH/PQBuJf0I1YX+uRD0xOZYDL3kikIx\noKRFDrB9/0V6rn6W5XT3O/GWoGVbURDxJq0R34/ptTtXwMec16F5MXc69tDl\nL7omXSp5r0dqJbja4C968gdmgVOq8+2WcNa4v2z3OwTONPCYyN85nSrrKQH/\n/SsQon4XAIgKuykX6I1a0YJ9D/YvglzARqCsMOPltDRkWUMF1o34PmoQf3T1\n+b7GG638YWmcF/RK/78b6ah9RfqYluZSjHlNz6OOag0wg7fVsKbKTheCStF0\nu94jCwFeFMYTCAxtIohXANFZpJuwsG7Sl6WT16V9DpWqWybTzEQ4ZQmAiGC9\nbOR6dtX9zq8Bdd/u1pfewy1fHnk6WFA2iEveHfva3THDV5zYVvb/WlyENiTt\ndgdi+zNSfQ8sS0tbX9jEaEqBJmMZtBScRwUOCe57kA1Y2PfOfB6+jXFbOO0Q\ntHx4m8FDuwgxltTPHUXimxK9OeYyfW7DHtGoztMz2xdVWMQjWn0CLRyAAfUs\nnfi/eUQBMaU2hPz+Er3aHTZl5/GO7i5MMv2IZSGyoe6QW02nAHpxCEa44wAi\nmzZI\r\n=yPGe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCRhyRKM9yKR5lu4PeFiGfvI5WQ4HiZs2UL/DVzTRJXgAIhAMfyrm9K0aeEy8AT1nVFgPyKpmJpYLKpINCndGIZLOnB"}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-bootstrap-datetimepicker_4.0.1_1574011510704_0.3846147080569866"},"_hasShrinkwrap":false},"4.0.2":{"name":"angular-bootstrap-datetimepicker","version":"4.0.2","engines":{"node":">=12"},"license":"MIT","author":{"name":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"},"homepage":"https://dalelotts.github.io/angular-bootstrap-datetimepicker","repository":{"type":"git","url":"git+https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"keywords":["angular 5","angular","angular5","calendar","component","date picker","date time picker","date","directive","moment","time picker","time"],"peerDependencies":{"@angular/animations":">=8.0.0","@angular/common":">=8.0.0","@angular/compiler":">=8.0.0","@angular/core":">=8.0.0","@angular/forms":">=8.0.0","@angular/platform-browser":">=8.0.0","@angular/platform-browser-dynamic":">=8.0.0","@angular/router":">=8.0.0","moment":">=2.0.0","rxjs":">=6.0.0","zone.js":">=0.9.1"},"devDependencies":{"@angular-devkit/build-angular":"^0.803.18","@angular-devkit/build-ng-packagr":"^0.803.18","@angular/animations":"^8.2.13","@angular/cli":"^8.3.18","@angular/common":"^8.2.13","@angular/compiler":"^8.2.13","@angular/compiler-cli":"^8.2.13","@angular/core":"^8.2.13","@angular/forms":"^8.2.13","@angular/language-service":"^8.2.13","@angular/platform-browser":"^8.2.13","@angular/platform-browser-dynamic":"^8.2.13","@angular/router":"^8.2.13","@compodoc/compodoc":"^1.1.11","@types/jasmine":"~3.4.6","@types/jasminewd2":"~2.0.8","@types/node":"~12.12.7","bootstrap":"^4.3.1","codelyzer":"^5.2.0","jasmine-core":"~3.5.0","jasmine-spec-reporter":"^4.2.1","jquery":"^3.4.1","karma":"^4.4.1","karma-chrome-launcher":"^3.1.0","karma-coverage-istanbul-reporter":"^2.1.0","karma-jasmine":"^2.0.1","karma-jasmine-html-reporter":"^1.4.2","moment":"^2.24.0","ng-packagr":"^5.7.1","open-iconic":"^1.1.1","popper.js":"^1.16.0","protractor":"^5.4.2","rxjs":"^6.5.3","scss-bundle":"^3.0.1","semantic-release":"^15.13.30","travis-deploy-once":"^5.0.11","ts-node":"^8.5.0","tsickle":"^0.37.0","tslint":"^5.20.1","typescript":"~3.5.3","zone.js":"~0.9.1"},"release":{"pkgRoot":"dist"},"main":"bundles/angular-bootstrap-datetimepicker.umd.js","module":"fesm5/angular-bootstrap-datetimepicker.js","es2015":"fesm2015/angular-bootstrap-datetimepicker.js","esm5":"esm5/angular-bootstrap-datetimepicker.js","esm2015":"esm2015/angular-bootstrap-datetimepicker.js","fesm5":"fesm5/angular-bootstrap-datetimepicker.js","fesm2015":"fesm2015/angular-bootstrap-datetimepicker.js","typings":"angular-bootstrap-datetimepicker.d.ts","metadata":"angular-bootstrap-datetimepicker.metadata.json","sideEffects":false,"dependencies":{"tslib":"^1.9.0"},"description":"Native Angular (8+) datetime picker component styled by Twitter Bootstrap 4.","_id":"angular-bootstrap-datetimepicker@4.0.2","_nodeVersion":"10.17.0","_npmVersion":"6.13.0","dist":{"integrity":"sha512-FEhPbpVszPKw5CUSyk/QKWsTlsGPC6KS2MQawVr4LfQN/foOaGM3hvw6mMl0ASrAZtikcsFa5h2cA5GLJMPZBg==","shasum":"28563fd17c461a26b59d4e21b31f5146a4e3d53c","tarball":"https://registry.npmjs.org/angular-bootstrap-datetimepicker/-/angular-bootstrap-datetimepicker-4.0.2.tgz","fileCount":94,"unpackedSize":1629159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0ZImCRA9TVsSAnZWagAA4xQP/3JsdQG/caTbSCVJU0CH\n4yCgFvqPbUvBs07bEwsnjNzIY2Q8Ry/l8jXfZr3XtC0zDjw8F5GpbPZcEzJg\nddZrqcf4TwAfnu7TcJUmS7Dsg+udL+Xp+UCIvIIDbgKiFb67kE+R8zyu75ZZ\ngD/PKi5cF9bfIbpPcxW8cVL4Ghg3IRafKV37liX53nN7LSg5WSy8szBK8vDS\nuqJWCKQAmxexyUa1LQwfwjyfcfdp/CDH3llCQEKEgLHFCKVIMuV16WmZqU2k\n2/1r7nTwtdkhJmFhZF0W6MEU7Y7m2wyRILNKYQp4LSmn5gRpCuQ3J3JRG7pI\n0rjXURTSB7UcFSRoVXOKZlnbeQiEhgRwVHjDN7p85xk2urz48zAGW9St5W4y\nH2m1sLXg8XuiuZeXY8Pz21krlocb7yv8uRi9TzaV5BV9PpATHDleKgqxfwBP\nqHQvSMDzYHxWiEzT62/78zkr5Am8FeZ8Io0PjykWOEOA8IeH2c3pHKATovHR\nWuR4AFaC91xuyc5wnfdm+B/O12GekleSzPg6muagZa0q67CDCiy9bgZS6qkY\nKw51BeFo3kePTwnjJOU6FgvDq1C7H4dF2uT24stZALS/fqJ0gtme+tCxiRae\n9iltpBZ8lfcu7M5yImMeFYYoAhP2Kg+McPQcbdvplhcO9SSDZ0FCQnMviCsL\nwhkx\r\n=UbNM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH/rKPTYpUind/Zbyxkuru7yZaG6dbmdw7hofy0dugcuAiA2iOj05R7V7a/164sgYtp+mwFUi8YBal9BnjSB7A415Q=="}]},"maintainers":[{"name":"dalelotts","email":"dale@dalelotts.com"}],"_npmUser":{"name":"dalelotts","email":"dale@dalelotts.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-bootstrap-datetimepicker_4.0.2_1574015525561_0.49140755199185615"},"_hasShrinkwrap":false}},"homepage":"https://dalelotts.github.io/angular-bootstrap-datetimepicker","repository":{"type":"git","url":"git+https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"},"author":{"name":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors"},"bugs":{"url":"https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"},"license":"MIT","readmeFilename":"README.md","users":{"dalelotts":true,"ksimonson10":true,"jeremykmoritz":true},"keywords":["angular 5","angular","angular5","calendar","component","date picker","date time picker","date","directive","moment","time picker","time"]}