{"maintainers":[{"name":"anonymous","email":"hello@nkalinov.com"}],"keywords":["angular2","ng2","bootstrap","date","time","datetime","picker"],"dist-tags":{"latest":"1.4.0"},"author":{"name":"Nikola Kalinov","email":"hello@nkalinov.com","url":"http://nkalinov.com"},"description":"Bootstrap datetime picker for Angular","readme":"# ng2-datetime\r\n[![npm version](https://badge.fury.io/js/ng2-datetime.svg)](https://badge.fury.io/js/ng2-datetime)\r\n\r\nDatetime picker (plugins wrapper) for Angular.\r\n\r\n##### Demo and docs: https://nkalinov.github.io/ng2-datetime\r\n\r\n## Dependencies\r\n- [Bootstrap3 (__CSS only__)](http://getbootstrap.com/)\r\n- [jQuery 2+ (supports v3)](http://jquery.com/)\r\n- [Bootstrap-datepicker __(JS+CSS)__](http://eternicode.github.io/bootstrap-datepicker/)\r\n- [Bootstrap-timepicker __(JS+CSS)__](http://jdewit.github.io/bootstrap-timepicker/)\r\n\r\n## Installation\r\n`npm install --save ng2-datetime`\r\n\r\n## Usage\r\n1. import some way or another the required dependencies in the following order:\r\n   - Bootstrap CSS\r\n   - jQuery\r\n   - bootstrap-timepicker + bootstrap-datepicker\r\n   \r\n   See [this example](https://github.com/nkalinov/ng2-datetime/blob/master/src/vendor.ts#L8)\r\n2. `import { NKDatetimeModule } from 'ng2-datetime/ng2-datetime';`\r\n3. Add it to your app module's `imports` property\r\n```\r\n@NgModule({\r\n    ...\r\n    imports: [NKDatetimeModule, ...],\r\n    ...\r\n})\r\n```\r\n4. Use it: `<datetime [(ngModel)]=\"date\"></datetime>`\r\n\r\nSee the [__DEMO__](https://nkalinov.github.io/ng2-datetime) and it [__source__](https://github.com/nkalinov/ng2-datetime/tree/master/demo) for more info and available options.\r\n\r\n## Contributing\r\nFork > Create > Pull request\r\n\r\n## Thanks to\r\n- @jdewit for the [timepicker plugin](https://github.com/jdewit/bootstrap-timepicker)\r\n- @eternicode for the [datepicker plugin](https://github.com/eternicode/bootstrap-datepicker)\r\n- you","repository":{"type":"git","url":"git+https://github.com/nkalinov/ng2-datetime.git"},"users":{"boban984":true,"michalczukm":true,"arambazamba":true,"mrbgit":true,"evodynamic":true,"razor164":true},"bugs":{"url":"https://github.com/nkalinov/ng2-datetime/issues"},"license":"MIT","versions":{"1.0.0":{"name":"ng2-datetime","version":"1.0.0","description":"Bootstrap datetime picker for Angular2","main":"ng2-datetime.js","keywords":["angular2","ng2","bootstrap","date","time","datetime","picker"],"author":{"name":"Nikola Kalinov","email":"hello@nkalinov.com","url":"http://nkalinov.com"},"scripts":{"start":"concurrently \"npm run tsc:w\" \"npm run lite\" ","tsc":"tsc","tsc:w":"tsc -w","lite":"lite-server","typings":"typings","postinstall":"typings install","test":"node ./node_modules/.bin/karma start"},"license":"ISC","repository":{"type":"git","url":"git+https://github.com/nkalinov/ng2-datetime.git"},"devDependencies":{"angular2":"2.0.0-beta.9","bootstrap":"^3.3.6","bootstrap-datepicker":"^1.6.0","bootstrap-timepicker":"^0.5.2","concurrently":"^2.0.0","es6-promise":"^3.0.2","es6-shim":"^0.35.0","jasmine-core":"^2.4.1","jquery":"^2.2.1","karma":"^0.13.22","karma-es6-shim":"^0.2.3","karma-jasmine":"^0.3.8","karma-phantomjs-launcher":"^1.0.0","lite-server":"^2.1.0","phantomjs-polyfill":"0.0.2","phantomjs-prebuilt":"^2.1.5","reflect-metadata":"0.1.2","rxjs":"5.0.0-beta.2","systemjs":"0.19.24","typescript":"^1.8.7","typings":"^0.7.5","zone.js":"0.5.15"},"gitHead":"4fd3d3374a9771ce7bbe2e34ae315aba297ea81d","bugs":{"url":"https://github.com/nkalinov/ng2-datetime/issues"},"homepage":"https://github.com/nkalinov/ng2-datetime#readme","_id":"ng2-datetime@1.0.0","_shasum":"5411f9ca6e6e38b49c02984629f902d61bd18d62","_from":".","_npmVersion":"3.5.2","_nodeVersion":"5.8.0","_npmUser":{"name":"anonymous","email":"hello@nkalinov.com"},"dist":{"shasum":"5411f9ca6e6e38b49c02984629f902d61bd18d62","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ng2-datetime/-/ng2-datetime-1.0.0.tgz","integrity":"sha512-/VQygFr0fXpP3Xn1jOs/aAbKcr6a30QkI70Dk1AEyQxTuV3ZmSqN3xRKod+NZ37AJdcvTlRiYxkdtVIogv9lFA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDApHNZJwED5kzcVa5kcIcvpqBG9TydQl43Z+9PPoCMTAIgASH7w5khALzbzf4cXxMGdJJVkjQmtXvFo6BiDgYYE8w="}]},"maintainers":[{"name":"anonymous","email":"hello@nkalinov.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/ng2-datetime-1.0.0.tgz_1458306741079_0.8257818778511137"}},"1.0.1":{"name":"ng2-datetime","version":"1.0.1","description":"Bootstrap datetime picker for Angular2","main":"ng2-datetime.js","keywords":["angular2","ng2","bootstrap","date","time","datetime","picker"],"author":{"name":"Nikola Kalinov","email":"hello@nkalinov.com","url":"http://nkalinov.com"},"scripts":{"start":"concurrently \"npm run tsc:w\" \"npm run lite\" ","tsc":"tsc","tsc:w":"tsc -w","lite":"lite-server","typings":"typings","postinstall":"typings install","test":"node ./node_modules/.bin/karma start"},"license":"ISC","repository":{"type":"git","url":"git+https://github.com/nkalinov/ng2-datetime.git"},"devDependencies":{"angular2":"2.0.0-beta.9","bootstrap":"^3.3.6","bootstrap-datepicker":"^1.6.0","bootstrap-timepicker":"^0.5.2","concurrently":"^2.0.0","es6-promise":"^3.0.2","es6-shim":"^0.35.0","jasmine-core":"^2.4.1","jquery":"^2.2.1","karma":"^0.13.22","karma-es6-shim":"^0.2.3","karma-jasmine":"^0.3.8","karma-phantomjs-launcher":"^1.0.0","lite-server":"^2.1.0","phantomjs-polyfill":"0.0.2","phantomjs-prebuilt":"^2.1.5","reflect-metadata":"0.1.2","rxjs":"5.0.0-beta.2","systemjs":"0.19.24","typescript":"^1.8.7","typings":"^0.7.5","zone.js":"0.5.15"},"gitHead":"b0771499bf4da586b2e8228875292f0a05fdb1b9","bugs":{"url":"https://github.com/nkalinov/ng2-datetime/issues"},"homepage":"https://github.com/nkalinov/ng2-datetime#readme","_id":"ng2-datetime@1.0.1","_shasum":"f43ae2bdbf15541b2393be085b87e70ec96f4c8c","_from":".","_npmVersion":"3.8.2","_nodeVersion":"5.8.0","_npmUser":{"name":"anonymous","email":"hello@nkalinov.com"},"dist":{"shasum":"f43ae2bdbf15541b2393be085b87e70ec96f4c8c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ng2-datetime/-/ng2-datetime-1.0.1.tgz","integrity":"sha512-vR/SVylhjqus+At4sx7ud11Ga1oAJw5R6il+2s4Vf2hkfdVMx9bIcaOlNE1he3O+xl0TSY4EV8/dfPfeb6TxJg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBC1KgPR+gpnhR4lUSnXnBRUgSAlCIgovOQrSz534jKHAiEAobvRFbbgW4/UsbK3s3Z2znqOCQ5K0ZnOg9Azdv8BUl4="}]},"maintainers":[{"name":"anonymous","email":"hello@nkalinov.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ng2-datetime-1.0.1.tgz_1458722259182_0.0016290678177028894"}},"1.0.2":{"name":"ng2-datetime","version":"1.0.2","description":"Bootstrap datetime picker for Angular2","main":"ng2-datetime.js","keywords":["angular2","ng2","bootstrap","date","time","datetime","picker"],"author":{"name":"Nikola Kalinov","email":"hello@nkalinov.com","url":"http://nkalinov.com"},"scripts":{"start":"concurrently \"npm run tsc:w\" \"npm run lite\" ","tsc":"tsc","tsc:w":"tsc -w","lite":"lite-server","typings":"typings","postinstall":"typings install","test":"node ./node_modules/.bin/karma.cmd start"},"license":"ISC","repository":{"type":"git","url":"git+https://github.com/nkalinov/ng2-datetime.git"},"devDependencies":{"@angular/common":"^2.0.0-rc.1","@angular/core":"^2.0.0-rc.1","@angular/platform-browser-dynamic":"^2.0.0-rc.1","bootstrap":"^3.3.6","bootstrap-datepicker":"^1.6.0","bootstrap-timepicker":"^0.5.2","core-js":"^2.4.0","jasmine-core":"^2.4.1","jquery":"^2.2.1","karma":"^0.13.22","karma-es6-shim":"^0.2.3","karma-jasmine":"^0.3.8","karma-phantomjs-launcher":"^1.0.0","phantomjs-polyfill":"0.0.2","phantomjs-prebuilt":"^2.1.5","reflect-metadata":"^0.1.3","rxjs":"5.0.0-beta.6","systemjs":"0.19.27","zone.js":"^0.6.12","concurrently":"^2.0.0","lite-server":"^2.2.0","typescript":"^1.8.10","typings":"^0.8.1"},"gitHead":"ce69ae8af739a0c82cbaeece352041102f826916","bugs":{"url":"https://github.com/nkalinov/ng2-datetime/issues"},"homepage":"https://github.com/nkalinov/ng2-datetime#readme","_id":"ng2-datetime@1.0.2","_shasum":"f6d5399dfe8e01d5ecf6e429803e480b06ae7329","_from":".","_npmVersion":"2.15.0","_nodeVersion":"4.4.2","_npmUser":{"name":"anonymous","email":"hello@nkalinov.com"},"dist":{"shasum":"f6d5399dfe8e01d5ecf6e429803e480b06ae7329","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ng2-datetime/-/ng2-datetime-1.0.2.tgz","integrity":"sha512-/N22+DydJmhr+B3UHRzlTobfzrnH1JU10Wzh8gAoPtpMI6KhndRoqJnoGg5rpE1Jf847IytLA+BHK9nP55dOvw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA40JkcIHoGSP9AxQgj4txK/PbhPZo/9wbhEOe82bb1dAiEAk4eK+HE1mD4Oiw2f0pNya89eLcNC4AyVlIFLGny8U4g="}]},"maintainers":[{"name":"anonymous","email":"hello@nkalinov.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/ng2-datetime-1.0.2.tgz_1464083732071_0.9819953681435436"}},"1.0.3":{"name":"ng2-datetime","version":"1.0.3","description":"Bootstrap datetime picker for Angular2","main":"ng2-datetime.js","keywords":["angular2","ng2","bootstrap","date","time","datetime","picker"],"author":{"name":"Nikola Kalinov","email":"hello@nkalinov.com","url":"http://nkalinov.com"},"scripts":{"start":"concurrently \"npm run tsc:w\" \"npm run lite\" ","tsc":"tsc","tsc:w":"tsc -w","lite":"lite-server","typings":"typings","postinstall":"typings install","test":"node ./node_modules/.bin/karma start"},"license":"ISC","repository":{"type":"git","url":"git+https://github.com/nkalinov/ng2-datetime.git"},"dependencies":{"@angular/common":"^2.0.0-rc.1","@angular/core":"^2.0.0-rc.1","@angular/platform-browser-dynamic":"^2.0.0-rc.1","@angular/compiler":"^2.0.0-rc.1","@angular/platform-browser":"^2.0.0-rc.1","core-js":"^2.4.0","systemjs":"0.19.27","zone.js":"^0.6.12","rxjs":"5.0.0-beta.6","reflect-metadata":"^0.1.3"},"devDependencies":{"bootstrap":"^3.3.6","bootstrap-datepicker":"^1.6.0","bootstrap-timepicker":"^0.5.2","jasmine-core":"^2.4.1","jquery":"^2.2.1","karma":"^0.13.22","karma-es6-shim":"^0.2.3","karma-jasmine":"^0.3.8","karma-phantomjs-launcher":"^1.0.0","phantomjs-polyfill":"0.0.2","phantomjs-prebuilt":"^2.1.5","concurrently":"^2.0.0","lite-server":"^2.2.0","typescript":"^1.8.10","typings":"^0.8.1"},"gitHead":"7293def757801e49f686ad5647eede047622b072","bugs":{"url":"https://github.com/nkalinov/ng2-datetime/issues"},"homepage":"https://github.com/nkalinov/ng2-datetime#readme","_id":"ng2-datetime@1.0.3","_shasum":"b0025cf09ac8ac241c07191f336e441e741f787b","_from":".","_npmVersion":"3.8.5","_nodeVersion":"5.9.1","_npmUser":{"name":"anonymous","email":"hello@nkalinov.com"},"dist":{"shasum":"b0025cf09ac8ac241c07191f336e441e741f787b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ng2-datetime/-/ng2-datetime-1.0.3.tgz","integrity":"sha512-a7iMq9Or6AZXqhtoN01YH3EHvhpTU7eJl75Ao0Tu7qIYrDJUa6w3xqs1EyonkBLzQFRQ+d1kiQJxtk23dkDMrQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCdgzlRkLFY0rqfGoW6xTdrz06a0gjb4dN9DZBMe0dkxwIgKg8eZridymJSt/Gf5psnYYzvscMZIHqndOFNsrRTBb8="}]},"maintainers":[{"name":"anonymous","email":"hello@nkalinov.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ng2-datetime-1.0.3.tgz_1464245872868_0.8638114393688738"}},"1.1.0":{"name":"ng2-datetime","version":"1.1.0","description":"Bootstrap datetime picker for Angular2","main":"ng2-datetime.js","keywords":["angular2","ng2","bootstrap","date","time","datetime","picker"],"author":{"name":"Nikola Kalinov","email":"hello@nkalinov.com","url":"http://nkalinov.com"},"scripts":{"start":"concurrently \"npm run tsc:w\" \"npm run lite\" ","tsc":"tsc","tsc:w":"tsc -w","lite":"lite-server","typings":"typings","postinstall":"typings install","test":"node ./node_modules/.bin/karma start"},"license":"ISC","repository":{"type":"git","url":"git+https://github.com/nkalinov/ng2-datetime.git"},"dependencies":{"@angular/common":"^2.0.0-rc.1","@angular/core":"^2.0.0-rc.1","@angular/platform-browser-dynamic":"^2.0.0-rc.1","@angular/compiler":"^2.0.0-rc.1","@angular/platform-browser":"^2.0.0-rc.1","core-js":"^2.4.0","systemjs":"0.19.27","zone.js":"^0.6.12","rxjs":"5.0.0-beta.6","reflect-metadata":"^0.1.3"},"devDependencies":{"bootstrap":"^3.3.6","bootstrap-datepicker":"^1.6.0","bootstrap-timepicker":"^0.5.2","jasmine-core":"^2.4.1","jquery":"^2.2.1","karma":"^0.13.22","karma-es6-shim":"^0.2.3","karma-jasmine":"^0.3.8","karma-phantomjs-launcher":"^1.0.0","phantomjs-polyfill":"0.0.2","phantomjs-prebuilt":"^2.1.5","concurrently":"^2.0.0","lite-server":"^2.2.0","typescript":"^1.8.10"},"peerDependencies":{"typings":"^1.0.4"},"gitHead":"dd9881c958c5e87e8f2d924562eb641e5429c8fa","bugs":{"url":"https://github.com/nkalinov/ng2-datetime/issues"},"homepage":"https://github.com/nkalinov/ng2-datetime#readme","_id":"ng2-datetime@1.1.0","_shasum":"93745c68fb32e7aa728822aa0cd5af6528250224","_from":".","_npmVersion":"2.15.0","_nodeVersion":"4.4.2","_npmUser":{"name":"anonymous","email":"hello@nkalinov.com"},"dist":{"shasum":"93745c68fb32e7aa728822aa0cd5af6528250224","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ng2-datetime/-/ng2-datetime-1.1.0.tgz","integrity":"sha512-ey7jxA45PhLFg9dgtUounHRv/DJwlfGXnjUmuLNpDQ811Dp5Bb5hfsvFm4PqLowfobmwfWH6IqUqXFEARDbJfw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCxYqBZaw0ELBbNRk2y9Wa8wVIHqqWzXQuoezjw/8vM5wIgHT4zdOmrCk3Mh2ay4d5U8y6MMSBtokF+Zri/9SUrt7A="}]},"maintainers":[{"name":"anonymous","email":"hello@nkalinov.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ng2-datetime-1.1.0.tgz_1465457879649_0.8104969679843634"}},"1.1.1":{"name":"ng2-datetime","version":"1.1.1","description":"Bootstrap datetime picker for Angular2","main":"ng2-datetime.js","keywords":["angular2","ng2","bootstrap","date","time","datetime","picker"],"author":{"name":"Nikola Kalinov","email":"hello@nkalinov.com","url":"http://nkalinov.com"},"scripts":{"start":"concurrently \"npm run tsc:w\" \"npm run lite\" ","tsc":"tsc","tsc:w":"tsc -w","lite":"lite-server","typings":"typings","postinstall":"typings install","test":"node ./node_modules/.bin/karma start"},"license":"ISC","repository":{"type":"git","url":"git+https://github.com/nkalinov/ng2-datetime.git"},"dependencies":{"@angular/common":"^2.0.0-rc.1","@angular/core":"^2.0.0-rc.1","@angular/platform-browser-dynamic":"^2.0.0-rc.1","@angular/compiler":"^2.0.0-rc.1","@angular/platform-browser":"^2.0.0-rc.1","core-js":"^2.4.0","systemjs":"0.19.27","zone.js":"^0.6.12","rxjs":"5.0.0-beta.6","reflect-metadata":"^0.1.3"},"devDependencies":{"bootstrap":"^3.3.6","bootstrap-datepicker":"^1.6.0","bootstrap-timepicker":"^0.5.2","jasmine-core":"^2.4.1","jquery":"^2.2.1","karma":"^0.13.22","karma-es6-shim":"^0.2.3","karma-jasmine":"^0.3.8","karma-phantomjs-launcher":"^1.0.0","phantomjs-polyfill":"0.0.2","phantomjs-prebuilt":"^2.1.5","concurrently":"^2.0.0","lite-server":"^2.2.0","typescript":"^1.8.10"},"peerDependencies":{"typings":"^1.0.4"},"gitHead":"4d360ecd51645374d19fdcad1102277cf5d4fbad","bugs":{"url":"https://github.com/nkalinov/ng2-datetime/issues"},"homepage":"https://github.com/nkalinov/ng2-datetime#readme","_id":"ng2-datetime@1.1.1","_shasum":"a3d1aac05d1c8e784fd5e477e367b45e78b382ad","_from":".","_npmVersion":"2.15.0","_nodeVersion":"4.4.2","_npmUser":{"name":"anonymous","email":"hello@nkalinov.com"},"dist":{"shasum":"a3d1aac05d1c8e784fd5e477e367b45e78b382ad","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ng2-datetime/-/ng2-datetime-1.1.1.tgz","integrity":"sha512-RtkIK+iij0udfzrh2tGQjrgufCpAB+tLG4a23wXzbr5fZJwJi6K89vJ6O8s8ikvMJxCw29xY9kYhWccPQwlisA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC2djN4h4muygA9PXXyyRD1HGzyGjuMjzBylhyT+WXKaAIgKnQ1CGS170LOOuxItuiebJIxYVBBjeBvdb8Fuy0zDNM="}]},"maintainers":[{"name":"anonymous","email":"hello@nkalinov.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ng2-datetime-1.1.1.tgz_1466150165914_0.15174535615369678"}},"1.1.2":{"name":"ng2-datetime","version":"1.1.2","description":"Bootstrap datetime picker for Angular2","main":"ng2-datetime.js","keywords":["angular2","ng2","bootstrap","date","time","datetime","picker"],"author":{"name":"Nikola Kalinov","email":"hello@nkalinov.com","url":"http://nkalinov.com"},"scripts":{"start":"concurrently \"npm run tsc:w\" \"npm run lite\" ","tsc":"tsc","tsc:w":"tsc -w","lite":"lite-server","postinstall":"typings install","test":"node ./node_modules/.bin/karma start"},"license":"ISC","repository":{"type":"git","url":"git+https://github.com/nkalinov/ng2-datetime.git"},"dependencies":{"@angular/common":"2.0.0-rc.3","@angular/core":"2.0.0-rc.3","@angular/platform-browser-dynamic":"2.0.0-rc.3","@angular/compiler":"2.0.0-rc.3","@angular/platform-browser":"2.0.0-rc.3","core-js":"^2.4.0","systemjs":"0.19.27","zone.js":"^0.6.12","rxjs":"5.0.0-beta.6","reflect-metadata":"^0.1.3"},"devDependencies":{"bootstrap":"^3.3.6","bootstrap-datepicker":"^1.6.0","bootstrap-timepicker":"^0.5.2","jasmine-core":"^2.4.1","jquery":"^2.2.1","karma":"^0.13.22","karma-es6-shim":"^0.2.3","karma-jasmine":"^0.3.8","karma-phantomjs-launcher":"^1.0.0","phantomjs-polyfill":"0.0.2","phantomjs-prebuilt":"^2.1.5","concurrently":"^2.0.0","lite-server":"^2.2.0","typescript":"^1.8.10"},"peerDependencies":{"typings":"*"},"gitHead":"ff9921570d200b8d54c40b283a6e1f1b2677a13c","bugs":{"url":"https://github.com/nkalinov/ng2-datetime/issues"},"homepage":"https://github.com/nkalinov/ng2-datetime#readme","_id":"ng2-datetime@1.1.2","_shasum":"d00cd23f830359be1956eb2dae347772729f66f4","_from":".","_npmVersion":"3.9.3","_nodeVersion":"5.9.1","_npmUser":{"name":"anonymous","email":"hello@nkalinov.com"},"dist":{"shasum":"d00cd23f830359be1956eb2dae347772729f66f4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ng2-datetime/-/ng2-datetime-1.1.2.tgz","integrity":"sha512-RZvcvA7JGhUY2tj8wjemjuZ3nxLpxgbZjjou8g88VKsepjGg1obuZhTF02BHc9dwVouIRPNouUWc2kH9IJSgeQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDO6txaa4py0KCnSBc/VwK58lCJvzXdqRajrxxroFQ9OAiAoLC4BdD6cDSgk4F4EoZC/Eo6HhHYmABfCHBdv6tLmNw=="}]},"maintainers":[{"name":"anonymous","email":"hello@nkalinov.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/ng2-datetime-1.1.2.tgz_1467355968841_0.3119665163103491"}},"1.1.3":{"name":"ng2-datetime","version":"1.1.3","description":"Bootstrap datetime picker for Angular2","main":"ng2-datetime.js","keywords":["angular2","ng2","bootstrap","date","time","datetime","picker"],"author":{"name":"Nikola Kalinov","email":"hello@nkalinov.com","url":"http://nkalinov.com"},"scripts":{"start":"concurrently \"npm run tsc:w\" \"npm run lite\" ","tsc":"tsc","tsc:w":"tsc -w","lite":"lite-server","postinstall":"typings install","test":"node ./node_modules/.bin/karma start"},"license":"ISC","repository":{"type":"git","url":"git+https://github.com/nkalinov/ng2-datetime.git"},"dependencies":{"@angular/common":"2.0.0-rc.4","@angular/core":"2.0.0-rc.4","@angular/platform-browser-dynamic":"2.0.0-rc.4","@angular/compiler":"2.0.0-rc.4","@angular/platform-browser":"2.0.0-rc.4","core-js":"^2.4.0","systemjs":"0.19.27","zone.js":"^0.6.12","rxjs":"5.0.0-beta.6","reflect-metadata":"^0.1.3"},"devDependencies":{"bootstrap":"^3.3.6","bootstrap-datepicker":"^1.6.0","bootstrap-timepicker":"^0.5.2","jasmine-core":"^2.4.1","jquery":"^2.2.1","karma":"^0.13.22","karma-es6-shim":"^0.2.3","karma-jasmine":"^0.3.8","karma-phantomjs-launcher":"^1.0.0","phantomjs-polyfill":"0.0.2","phantomjs-prebuilt":"^2.1.5","concurrently":"^2.0.0","lite-server":"^2.2.0","typescript":"^1.8.10"},"peerDependencies":{"typings":"*"},"gitHead":"6f3ec2dbf81b3542639b42756027b09a2962729a","bugs":{"url":"https://github.com/nkalinov/ng2-datetime/issues"},"homepage":"https://github.com/nkalinov/ng2-datetime#readme","_id":"ng2-datetime@1.1.3","_shasum":"698d490d84ce4b7ec166c0f96820d78a51e61a0c","_from":".","_npmVersion":"3.9.6","_nodeVersion":"6.2.2","_npmUser":{"name":"anonymous","email":"hello@nkalinov.com"},"dist":{"shasum":"698d490d84ce4b7ec166c0f96820d78a51e61a0c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ng2-datetime/-/ng2-datetime-1.1.3.tgz","integrity":"sha512-3UVlmVvLXGRn5Xiaf4XmllEJ18G5qvZbrn+kSqDS5fmF2WJS8GuS9XaNTmNFkbIlljC70d/HsHI/OJ2sPsXDhg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDrOffewmCspMpCzEgrn7jB+iw0i1l5a/FcbE9XVq3WwAIga9O4eXrDCf376EbPJhUZ1o+3qElIPeXhp3VB/oFdt1Y="}]},"maintainers":[{"name":"anonymous","email":"hello@nkalinov.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ng2-datetime-1.1.3.tgz_1468760545957_0.9321305272169411"}},"1.1.4":{"name":"ng2-datetime","version":"1.1.4","description":"Bootstrap datetime picker for Angular2","main":"ng2-datetime.js","keywords":["angular2","ng2","bootstrap","date","time","datetime","picker"],"author":{"name":"Nikola Kalinov","email":"hello@nkalinov.com","url":"http://nkalinov.com"},"scripts":{"start":"concurrently \"npm run tsc:w\" \"npm run lite\" ","tsc":"tsc","tsc:w":"tsc -w","lite":"lite-server","postinstall":"typings install","test":"node ./node_modules/.bin/karma start"},"license":"ISC","repository":{"type":"git","url":"git+https://github.com/nkalinov/ng2-datetime.git"},"dependencies":{"@angular/common":"2.0.0-rc.4","@angular/compiler":"2.0.0-rc.4","@angular/core":"2.0.0-rc.4","@angular/forms":"^0.2.0","@angular/platform-browser":"2.0.0-rc.4","@angular/platform-browser-dynamic":"^2.0.0-rc.4","core-js":"^2.4.0","reflect-metadata":"^0.1.3","rxjs":"5.0.0-beta.6","systemjs":"0.19.27","zone.js":"^0.6.12"},"devDependencies":{"bootstrap":"^3.3.6","bootstrap-datepicker":"^1.6.0","bootstrap-timepicker":"^0.5.2","jasmine-core":"^2.4.1","jquery":"^2.2.1","karma":"^0.13.22","karma-es6-shim":"^0.2.3","karma-jasmine":"^0.3.8","karma-phantomjs-launcher":"^1.0.0","phantomjs-polyfill":"0.0.2","phantomjs-prebuilt":"^2.1.5","concurrently":"^2.0.0","lite-server":"^2.2.0","typescript":"^1.8.10"},"peerDependencies":{"typings":"*"},"gitHead":"d6326ff7287f048002c13d0fc76416c5b3fcf0f3","bugs":{"url":"https://github.com/nkalinov/ng2-datetime/issues"},"homepage":"https://github.com/nkalinov/ng2-datetime#readme","_id":"ng2-datetime@1.1.4","_shasum":"2e410c23c7dd1247f4fb27b4eb01d60742adf3a5","_from":".","_npmVersion":"3.9.3","_nodeVersion":"5.9.1","_npmUser":{"name":"anonymous","email":"hello@nkalinov.com"},"dist":{"shasum":"2e410c23c7dd1247f4fb27b4eb01d60742adf3a5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ng2-datetime/-/ng2-datetime-1.1.4.tgz","integrity":"sha512-fueIO2sTlHk7EPoz4HmbOYKeCfYdJYhv4+i+Y0akCRHJdU4DSqA8Wkkomsp8XbITjnx8P/Bo/fUkdoLYmeIy+g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICuVfEMV6Unn45QlxXoZnFOzOSyVMW001tZXS8Kb2jtEAiApQXvG6UxIcG599hRyq5sYwApHERjVFJ1cETJ2z0863g=="}]},"maintainers":[{"name":"anonymous","email":"hello@nkalinov.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ng2-datetime-1.1.4.tgz_1469600833229_0.8261075143236667"}},"1.1.5":{"name":"ng2-datetime","version":"1.1.5","description":"Bootstrap datetime picker for Angular2","main":"ng2-datetime.js","keywords":["angular2","ng2","bootstrap","date","time","datetime","picker"],"author":{"name":"Nikola Kalinov","email":"hello@nkalinov.com","url":"http://nkalinov.com"},"scripts":{"start":"concurrently \"npm run tsc:w\" \"npm run lite\" ","tsc":"tsc","tsc:w":"tsc -w","lite":"lite-server","postinstall":"typings install","test":"node ./node_modules/.bin/karma start"},"license":"ISC","repository":{"type":"git","url":"git+https://github.com/nkalinov/ng2-datetime.git"},"dependencies":{"@angular/common":"2.0.0-rc.4","@angular/compiler":"2.0.0-rc.4","@angular/core":"2.0.0-rc.4","@angular/forms":"^0.2.0","@angular/platform-browser":"2.0.0-rc.4","@angular/platform-browser-dynamic":"^2.0.0-rc.4","core-js":"^2.4.0","reflect-metadata":"^0.1.3","rxjs":"5.0.0-beta.6","systemjs":"0.19.27","zone.js":"^0.6.12"},"devDependencies":{"bootstrap":"^3.3.6","bootstrap-datepicker":"^1.6.0","bootstrap-timepicker":"^0.5.2","jasmine-core":"^2.4.1","jquery":"^2.2.1","karma":"^0.13.22","karma-es6-shim":"^0.2.3","karma-jasmine":"^0.3.8","karma-phantomjs-launcher":"^1.0.0","phantomjs-polyfill":"0.0.2","phantomjs-prebuilt":"^2.1.5","concurrently":"^2.0.0","lite-server":"^2.2.0","typescript":"^1.8.10"},"peerDependencies":{"typings":"*"},"gitHead":"0ac47e14768496bb196e732a57df167f132cd8ed","bugs":{"url":"https://github.com/nkalinov/ng2-datetime/issues"},"homepage":"https://github.com/nkalinov/ng2-datetime#readme","_id":"ng2-datetime@1.1.5","_shasum":"2b4a6541cd047e17705105abb1412352773e2589","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.3.1","_npmUser":{"name":"anonymous","email":"hello@nkalinov.com"},"dist":{"shasum":"2b4a6541cd047e17705105abb1412352773e2589","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ng2-datetime/-/ng2-datetime-1.1.5.tgz","integrity":"sha512-Kbt3ofEpvYPgWi49lQ/5qmuH21eroQemrQG5rYoEA0FiyEK709/Xpm9cR0bUUe+188sxd3kX+E02AAHs6N8zrg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDTtMRH7tdiS4UakGwvEkTrOGUUbpqPRb/p6tafrPx+rwIgaBdnP3+RohtcmcpflQSNw83wuOG1gRGX0Of8qQxQq/I="}]},"maintainers":[{"name":"anonymous","email":"hello@nkalinov.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ng2-datetime-1.1.5.tgz_1471856453608_0.5231138470117003"}},"1.2.0":{"name":"ng2-datetime","version":"1.2.0","description":"Bootstrap datetime picker for Angular2","main":"ng2-datetime.js","typings":"ng2-datetime.d.ts","keywords":["angular2","ng2","bootstrap","date","time","datetime","picker"],"author":{"name":"Nikola Kalinov","email":"hello@nkalinov.com","url":"http://nkalinov.com"},"scripts":{"start":"concurrently \"npm run tsc:w\" \"npm run lite\" ","lite":"lite-server","postinstall":"typings install","tsc":"tsc","tsc:w":"tsc -w","typings":"typings"},"license":"ISC","repository":{"type":"git","url":"git+https://github.com/nkalinov/ng2-datetime.git"},"dependencies":{"@angular/common":"2.0.0","@angular/compiler":"2.0.0","@angular/core":"2.0.0","@angular/forms":"2.0.0","@angular/platform-browser":"2.0.0","@angular/platform-browser-dynamic":"2.0.0","core-js":"^2.4.1","reflect-metadata":"^0.1.3","rxjs":"5.0.0-beta.12","systemjs":"0.19.27","zone.js":"^0.6.23","jquery":"^2.2.1","bootstrap":"^3.3.6","bootstrap-datepicker":"^1.6.0","bootstrap-timepicker":"^0.5.2"},"devDependencies":{"jasmine-core":"^2.4.1","karma":"^0.13.22","karma-es6-shim":"^0.2.3","karma-jasmine":"^0.3.8","karma-phantomjs-launcher":"^1.0.0","phantomjs-polyfill":"0.0.2","phantomjs-prebuilt":"^2.1.5","concurrently":"^2.0.0","lite-server":"^2.2.0","typescript":"^1.8.10"},"gitHead":"9fdb07529c2401b3a227221342fee94a48dde60f","bugs":{"url":"https://github.com/nkalinov/ng2-datetime/issues"},"homepage":"https://github.com/nkalinov/ng2-datetime#readme","_id":"ng2-datetime@1.2.0","_shasum":"b99d4618c06d4088cd0094e880e3ec2cb5dae816","_from":".","_npmVersion":"3.9.6","_nodeVersion":"6.3.1","_npmUser":{"name":"anonymous","email":"hello@nkalinov.com"},"dist":{"shasum":"b99d4618c06d4088cd0094e880e3ec2cb5dae816","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ng2-datetime/-/ng2-datetime-1.2.0.tgz","integrity":"sha512-LfjWfqhfzolnl1xRgxg1y7MY9s1DJZH9oTa++1/kH0ZBSipgczh97uzxJn41EA8eT4CwcIm9R3CBIidK5KNmQg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBoUuQRc/5X9ZuYTmo+ATRsPNRDwvxH4OYM/ySvrBVrOAiBDhXNwdsDRRkrjJHGz/GzAFIo1XHQR93MYnPLYM1ivYA=="}]},"maintainers":[{"name":"anonymous","email":"hello@nkalinov.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ng2-datetime-1.2.0.tgz_1474640501311_0.6207417245022953"}},"1.2.1":{"name":"ng2-datetime","version":"1.2.1","description":"Bootstrap datetime picker for Angular2","main":"ng2-datetime.js","typings":"ng2-datetime.d.ts","keywords":["angular2","ng2","bootstrap","date","time","datetime","picker"],"author":{"name":"Nikola Kalinov","email":"hello@nkalinov.com","url":"http://nkalinov.com"},"scripts":{"start":"concurrently \"npm run tsc:w\" \"npm run lite\" ","lite":"lite-server","tsc":"tsc","tsc:w":"tsc -w"},"license":"ISC","repository":{"type":"git","url":"git+https://github.com/nkalinov/ng2-datetime.git"},"dependencies":{"jquery":">=2.2.1","bootstrap":">=3.0.0","bootstrap-datepicker":"^1.6.0","bootstrap-timepicker":"^0.5.2"},"devDependencies":{"@angular/common":"^2.0.0","@angular/compiler":"^2.0.0","@angular/core":"^2.0.0","@angular/forms":"^2.0.0","@angular/platform-browser":"^2.0.0","@angular/platform-browser-dynamic":"^2.0.0","zone.js":"^0.6.23","core-js":"^2.4.1","reflect-metadata":"^0.1.3","rxjs":"5.0.0-beta.12","systemjs":"0.19.27","jasmine-core":"^2.4.1","karma":"^0.13.22","karma-es6-shim":"^0.2.3","karma-jasmine":"^0.3.8","karma-phantomjs-launcher":"^1.0.0","phantomjs-polyfill":"0.0.2","phantomjs-prebuilt":"^2.1.5","concurrently":"^2.0.0","lite-server":"^2.2.0","typescript":"^1.8.10"},"gitHead":"1bcb784ec387309c6e51bde744e9bf27c9ecb773","bugs":{"url":"https://github.com/nkalinov/ng2-datetime/issues"},"homepage":"https://github.com/nkalinov/ng2-datetime#readme","_id":"ng2-datetime@1.2.1","_shasum":"fa531f4a675eb42185e4bb87136fbf1ea8d9b9c1","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"anonymous","email":"hello@nkalinov.com"},"dist":{"shasum":"fa531f4a675eb42185e4bb87136fbf1ea8d9b9c1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ng2-datetime/-/ng2-datetime-1.2.1.tgz","integrity":"sha512-dtzG6XykApOL7AOfc5oRV3xRwneSZTt4q+GJmUGp1MF9xziz5XZ5U9ZNg3SiDe3D9mXZa0lV8fcUNOF+BEtcYg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH4AmrZTjmUMz1mL1Rr7sgsSwfvtF8Z8bYSHwXZm8q2RAiBCgAWgRAdN8pvzJJLSjLWZXfudB7S1FI/5PMtiKH6eNA=="}]},"maintainers":[{"name":"anonymous","email":"hello@nkalinov.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ng2-datetime-1.2.1.tgz_1476714834843_0.07564110308885574"}},"1.2.2":{"name":"ng2-datetime","version":"1.2.2","description":"Bootstrap datetime picker for Angular2","main":"ng2-datetime.js","typings":"ng2-datetime.d.ts","keywords":["angular2","ng2","bootstrap","date","time","datetime","picker"],"author":{"name":"Nikola Kalinov","email":"hello@nkalinov.com","url":"http://nkalinov.com"},"scripts":{"start":"webpack-dev-server --inline --progress --port 8080","test":"karma start","tsc":"tsc","build":"rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail && npm run tsc && cp .nojekyll dist/"},"license":"ISC","repository":{"type":"git","url":"git+https://github.com/nkalinov/ng2-datetime.git"},"dependencies":{"jquery":">=2.2.1","bootstrap":">=3.0.0","bootstrap-datepicker":"^1.6.0","bootstrap-timepicker":"^0.5.2"},"devDependencies":{"@angular/common":"~2.2.0","@angular/compiler":"~2.2.0","@angular/core":"~2.2.0","@angular/forms":"~2.2.0","@angular/platform-browser":"~2.2.0","@angular/platform-browser-dynamic":"~2.2.0","@types/core-js":"^0.9.34","@types/jasmine":"^2.5.35","@types/jquery":"^2.0.34","@types/node":"^6.0.45","angular2-template-loader":"^0.4.0","awesome-typescript-loader":"^2.2.4","core-js":"^2.4.1","css-loader":"^0.23.1","extract-text-webpack-plugin":"^1.0.1","file-loader":"^0.8.5","html-loader":"^0.4.3","html-webpack-plugin":"^2.15.0","jasmine-core":"^2.4.1","karma":"^1.2.0","karma-jasmine":"^1.0.2","karma-phantomjs-launcher":"^1.0.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.8.0","null-loader":"^0.1.1","phantomjs-prebuilt":"^2.1.7","raw-loader":"^0.5.1","reflect-metadata":"^0.1.8","rimraf":"^2.5.2","rxjs":"5.0.0-beta.12","style-loader":"^0.13.1","typescript":"^2.0.3","webpack":"^1.13.0","webpack-dev-server":"^1.14.1","webpack-merge":"^0.14.0","zone.js":"^0.6.25"},"gitHead":"5eabf75f6a77537f82c0c1c0272566666ac18efd","bugs":{"url":"https://github.com/nkalinov/ng2-datetime/issues"},"homepage":"https://github.com/nkalinov/ng2-datetime#readme","_id":"ng2-datetime@1.2.2","_shasum":"cb3c38903f737d9312f3bb256f3e7d8a1d142347","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.7.0","_npmUser":{"name":"anonymous","email":"hello@nkalinov.com"},"dist":{"shasum":"cb3c38903f737d9312f3bb256f3e7d8a1d142347","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ng2-datetime/-/ng2-datetime-1.2.2.tgz","integrity":"sha512-uYqgjIDPbJ3v8vzwz1qf+J5k2QRH2JsRsoZ+hwL90+MYoMVQ+r8IzCdui3+roD9Pi2eshTj3e0mdq9SUXh3FVA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGmBXy6dJ2+cuMc0W9dREjahUOmtDA24YWI84xyG7x8BAiA1l+7I8H2NZozxbVYmEsQJ1tZUty67YlwKtd+2XbquFA=="}]},"maintainers":[{"name":"anonymous","email":"hello@nkalinov.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ng2-datetime-1.2.2.tgz_1479458675107_0.15284428955055773"}},"1.3.0":{"name":"ng2-datetime","version":"1.3.0","description":"Bootstrap datetime picker for Angular","main":"ng2-datetime.js","typings":"ng2-datetime.d.ts","keywords":["angular2","ng2","bootstrap","date","time","datetime","picker"],"author":{"name":"Nikola Kalinov","email":"hello@nkalinov.com","url":"http://nkalinov.com"},"scripts":{"start":"webpack-dev-server --inline --progress --port 8080","test":"karma start","tsc":"tsc","build":"rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail && npm run tsc && cp .nojekyll dist/"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/nkalinov/ng2-datetime.git"},"dependencies":{"jquery":">=2.2.1","bootstrap":">=3.0.0","bootstrap-datepicker":"1.7.0-RC1","bootstrap-timepicker":"^0.5.2"},"devDependencies":{"@angular/common":"^2.4.1","@angular/compiler":"^2.4.1","@angular/core":"^2.4.1","@angular/forms":"^2.4.1","@angular/platform-browser":"^2.4.1","@angular/platform-browser-dynamic":"^2.4.1","@types/core-js":"^0.9.35","@types/jasmine":"^2.5.40","@types/jquery":"^2.0.37","@types/node":"^6.0.55","angular2-template-loader":"^0.4.0","awesome-typescript-loader":"^2.2.4","core-js":"^2.4.1","css-loader":"^0.23.1","extract-text-webpack-plugin":"^1.0.1","file-loader":"^0.8.5","html-loader":"^0.4.3","html-webpack-plugin":"^2.25.0","jasmine-core":"^2.4.1","karma":"^1.2.0","karma-jasmine":"^1.1.0","karma-phantomjs-launcher":"^1.0.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.8.1","null-loader":"^0.1.1","phantomjs-prebuilt":"^2.1.14","raw-loader":"^0.5.1","reflect-metadata":"^0.1.9","rimraf":"^2.5.2","rxjs":"^5.0.2","style-loader":"^0.13.1","tslint":"^4.2.0","typescript":"~2.0.10","webpack":"^1.14.0","webpack-dev-server":"^1.14.1","webpack-merge":"^0.14.0","zone.js":"^0.7.4"},"gitHead":"a8f1c47f4ee12f257bc24ea5c7ba5d2e3923c96d","bugs":{"url":"https://github.com/nkalinov/ng2-datetime/issues"},"homepage":"https://github.com/nkalinov/ng2-datetime#readme","_id":"ng2-datetime@1.3.0","_shasum":"35ccc031ae237d2718af58ebe923e0e54750f985","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"anonymous","email":"hello@nkalinov.com"},"dist":{"shasum":"35ccc031ae237d2718af58ebe923e0e54750f985","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ng2-datetime/-/ng2-datetime-1.3.0.tgz","integrity":"sha512-Vy1UVn/pUTs+NPzlJEMHRFN61lBTSlTkv9ekZ/Y8g40Uc/uyfglLNqCmmukI7MlZcmmW5In1wum54JogJhKX+Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQChhr/lCFjbozdx3b3TNcS3/59l/SE1bC/uO2lC2aUyWAIhAIrTGTqjUt+trdEjei4kkRM5KJqROqg3Fa1Q3sKMV4sr"}]},"maintainers":[{"name":"anonymous","email":"hello@nkalinov.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ng2-datetime-1.3.0.tgz_1487062985176_0.6690464147832245"}},"1.3.1":{"name":"ng2-datetime","version":"1.3.1","description":"Bootstrap datetime picker for Angular","main":"ng2-datetime.js","typings":"ng2-datetime.d.ts","keywords":["angular2","ng2","bootstrap","date","time","datetime","picker"],"author":{"name":"Nikola Kalinov","email":"hello@nkalinov.com","url":"http://nkalinov.com"},"scripts":{"start":"webpack-dev-server --inline --progress --port 8080","test":"karma start","tsc":"tsc","build":"rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail && npm run tsc && cp .nojekyll dist/"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/nkalinov/ng2-datetime.git"},"dependencies":{"jquery":">=2.2.1","bootstrap":">=3.0.0","bootstrap-datepicker":"1.7.0-RC1","bootstrap-timepicker":"^0.5.2"},"devDependencies":{"@angular/common":"^2.4.1","@angular/compiler":"^2.4.1","@angular/core":"^2.4.1","@angular/forms":"^2.4.1","@angular/platform-browser":"^2.4.1","@angular/platform-browser-dynamic":"^2.4.1","@types/core-js":"^0.9.35","@types/jasmine":"^2.5.40","@types/jquery":"^2.0.37","@types/node":"^6.0.55","angular2-template-loader":"^0.4.0","awesome-typescript-loader":"^2.2.4","core-js":"^2.4.1","css-loader":"^0.23.1","extract-text-webpack-plugin":"^1.0.1","file-loader":"^0.8.5","html-loader":"^0.4.3","html-webpack-plugin":"^2.25.0","jasmine-core":"^2.4.1","karma":"^1.2.0","karma-jasmine":"^1.1.0","karma-phantomjs-launcher":"^1.0.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.8.1","null-loader":"^0.1.1","phantomjs-prebuilt":"^2.1.14","raw-loader":"^0.5.1","reflect-metadata":"^0.1.9","rimraf":"^2.5.2","rxjs":"^5.0.2","style-loader":"^0.13.1","tslint":"^4.2.0","typescript":"~2.0.10","webpack":"^1.14.0","webpack-dev-server":"^1.14.1","webpack-merge":"^0.14.0","zone.js":"^0.7.4"},"gitHead":"11da3d3848668f0a56c58a0e223660a4afcb1d2b","bugs":{"url":"https://github.com/nkalinov/ng2-datetime/issues"},"homepage":"https://github.com/nkalinov/ng2-datetime#readme","_id":"ng2-datetime@1.3.1","_shasum":"170462991e34390e9a03fbcf3faa973b39d6732c","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"anonymous","email":"hello@nkalinov.com"},"dist":{"shasum":"170462991e34390e9a03fbcf3faa973b39d6732c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ng2-datetime/-/ng2-datetime-1.3.1.tgz","integrity":"sha512-lN0PKIj2rEgmuj4EhPUYDcrGY8a/1fyR8NadqmhHWYm4NsSb3u2jfLPEe4xHPVQ8wN9sorQMsmaShD77bec1fg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFS7dP3ObsBQbXe4DimEranZEitHeJ+lZ2zGkyr0ruXiAiEAleYdECqcgqyEfDSNdP3PQHwb4oFYNYMgqwfaTX52vnQ="}]},"maintainers":[{"name":"anonymous","email":"hello@nkalinov.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ng2-datetime-1.3.1.tgz_1487063470549_0.8293479806743562"}},"1.3.2":{"name":"ng2-datetime","version":"1.3.2","description":"Bootstrap datetime picker for Angular","main":"ng2-datetime.js","typings":"ng2-datetime.d.ts","keywords":["angular2","ng2","bootstrap","date","time","datetime","picker"],"author":{"name":"Nikola Kalinov","email":"hello@nkalinov.com","url":"http://nkalinov.com"},"scripts":{"start":"webpack-dev-server --inline --progress --port 8080","test":"karma start","tsc":"tsc","build":"rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail && npm run tsc && cp .nojekyll dist/"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/nkalinov/ng2-datetime.git"},"dependencies":{"jquery":">=2.2.1","bootstrap":">=3.0.0","bootstrap-datepicker":"1.7.0-RC1","bootstrap-timepicker":"^0.5.2"},"devDependencies":{"@angular/common":"^2.4.1","@angular/compiler":"^2.4.1","@angular/core":"^2.4.1","@angular/forms":"^2.4.1","@angular/platform-browser":"^2.4.1","@angular/platform-browser-dynamic":"^2.4.1","@types/core-js":"^0.9.35","@types/jasmine":"^2.5.40","@types/jquery":"^2.0.37","@types/node":"^6.0.55","angular2-template-loader":"^0.4.0","awesome-typescript-loader":"^2.2.4","core-js":"^2.4.1","css-loader":"^0.23.1","extract-text-webpack-plugin":"^1.0.1","file-loader":"^0.8.5","html-loader":"^0.4.3","html-webpack-plugin":"^2.25.0","jasmine-core":"^2.4.1","karma":"^1.2.0","karma-jasmine":"^1.1.0","karma-phantomjs-launcher":"^1.0.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.8.1","null-loader":"^0.1.1","phantomjs-prebuilt":"^2.1.14","raw-loader":"^0.5.1","reflect-metadata":"^0.1.9","rimraf":"^2.5.2","rxjs":"^5.0.2","style-loader":"^0.13.1","tslint":"^4.2.0","typescript":"~2.0.10","webpack":"^1.14.0","webpack-dev-server":"^1.14.1","webpack-merge":"^0.14.0","zone.js":"^0.7.4"},"gitHead":"7f78e960dc94d54c54ed6b455e7c8df17f5ea4d0","bugs":{"url":"https://github.com/nkalinov/ng2-datetime/issues"},"homepage":"https://github.com/nkalinov/ng2-datetime#readme","_id":"ng2-datetime@1.3.2","_shasum":"d5de6adee8699bee5c664aba77ec813255db9680","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"anonymous","email":"hello@nkalinov.com"},"dist":{"shasum":"d5de6adee8699bee5c664aba77ec813255db9680","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ng2-datetime/-/ng2-datetime-1.3.2.tgz","integrity":"sha512-F62RLFAZBefwzZY7t+CXUoJqBqxjYoOb1RwMxWxnmC9uJVFh9K76Mo7EXxFfC9+I/bgoZqYGIbsVe3wvvTyY/A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDC/snSilP3N7ujmHoDefksA2U232lwTQM7DACYlT+k4QIgYfXqj741PQFNEufgATVpWpvY3HR1lJMgObQ1EKmdyUo="}]},"maintainers":[{"name":"anonymous","email":"hello@nkalinov.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ng2-datetime-1.3.2.tgz_1487144551242_0.1773649633396417"}},"1.4.0":{"name":"ng2-datetime","version":"1.4.0","description":"Bootstrap datetime picker for Angular","main":"ng2-datetime.js","typings":"ng2-datetime.d.ts","keywords":["angular2","ng2","bootstrap","date","time","datetime","picker"],"author":{"name":"Nikola Kalinov","email":"hello@nkalinov.com","url":"http://nkalinov.com"},"scripts":{"start":"webpack-dev-server --inline --progress --port 8080","test":"karma start","tsc":"tsc","build":"rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail && npm run tsc"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/nkalinov/ng2-datetime.git"},"dependencies":{"bootstrap":">=3.0.0","bootstrap-datepicker":"1.7.0-RC1","bootstrap-timepicker":"^0.5.2","jquery":">=2.2.1"},"devDependencies":{"@angular/common":"^4.0.3","@angular/compiler":"^4.0.3","@angular/core":"^4.0.3","@angular/forms":"^4.0.3","@angular/platform-browser":"^4.0.3","@angular/platform-browser-dynamic":"^4.0.3","@types/core-js":"^0.9.35","@types/jasmine":"^2.5.40","@types/jquery":"^2.0.37","@types/node":"^6.0.55","angular2-template-loader":"^0.4.0","awesome-typescript-loader":"^3.1.2","core-js":"^2.4.1","css-loader":"^0.23.1","extract-text-webpack-plugin":"^1.0.1","file-loader":"^0.8.5","html-loader":"^0.4.3","html-webpack-plugin":"^2.25.0","jasmine-core":"^2.4.1","karma":"^1.2.0","karma-jasmine":"^1.1.0","karma-phantomjs-launcher":"^1.0.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.8.1","null-loader":"^0.1.1","phantomjs-prebuilt":"^2.1.14","raw-loader":"^0.5.1","reflect-metadata":"^0.1.9","rimraf":"^2.5.2","rxjs":"^5.0.2","style-loader":"^0.13.1","tslint":"^4.5.1","typescript":"^2.2.2","webpack":"^1.14.0","webpack-dev-server":"^1.14.1","webpack-merge":"^0.14.0","zone.js":"^0.8.4"},"gitHead":"46f2569c5c60c9c58491d112e5fe3ddbd9854820","bugs":{"url":"https://github.com/nkalinov/ng2-datetime/issues"},"homepage":"https://github.com/nkalinov/ng2-datetime#readme","_id":"ng2-datetime@1.4.0","_shasum":"42948a554623f2cc12554ae9c75fc5dbd759aa85","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.3.0","_npmUser":{"name":"anonymous","email":"hello@nkalinov.com"},"dist":{"shasum":"42948a554623f2cc12554ae9c75fc5dbd759aa85","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ng2-datetime/-/ng2-datetime-1.4.0.tgz","integrity":"sha512-/hKMsC5+zTZhXxWe5iRlfbi/Pm/2xeYLVzsPQ0DAFw3SjU039uX/zpmKLFhB4CXeju7fE+G7O/5xrrEtJ/sUMA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAH941V59/cXqnJkSrpurzxa6xwNzHljIhEn5X3UTApMAiEA9l5b7tnA9X5msV9XJ5VcUEGH9NT1Gy4cjwxbHZsQbow="}]},"maintainers":[{"name":"anonymous","email":"hello@nkalinov.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ng2-datetime-1.4.0.tgz_1494234102161_0.6344398320652544"}}},"name":"ng2-datetime","time":{"modified":"2022-06-21T05:27:06.034Z","created":"2016-03-18T13:12:23.386Z","1.0.0":"2016-03-18T13:12:23.386Z","1.0.1":"2016-03-23T08:37:41.926Z","1.0.2":"2016-05-24T09:55:33.297Z","1.0.3":"2016-05-26T06:57:56.149Z","1.1.0":"2016-06-09T07:38:02.087Z","1.1.1":"2016-06-17T07:56:08.550Z","1.1.2":"2016-07-01T06:52:50.693Z","1.1.3":"2016-07-17T13:02:28.274Z","1.1.4":"2016-07-27T06:27:15.223Z","1.1.5":"2016-08-22T09:00:55.632Z","1.2.0":"2016-09-23T14:21:43.409Z","1.2.1":"2016-10-17T14:33:56.533Z","1.2.2":"2016-11-18T08:44:37.270Z","1.3.0":"2017-02-14T09:03:07.013Z","1.3.1":"2017-02-14T09:11:12.467Z","1.3.2":"2017-02-15T07:42:33.216Z","1.4.0":"2017-05-08T09:01:44.110Z"},"readmeFilename":"README.md","homepage":"https://github.com/nkalinov/ng2-datetime#readme"}