ext_sprockets 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +114 -0
- data/.ruby-version +1 -0
- data/Gemfile +21 -0
- data/Gemfile.lock +77 -0
- data/MIT-LICENSE +20 -0
- data/README.md +3 -0
- data/bin/yarn +12 -0
- data/ext_sprockets.gemspec +22 -0
- data/lib/ext_sprockets.rb +5 -0
- data/lib/ext_sprockets/engine.rb +11 -0
- data/lib/ext_sprockets/version.rb +3 -0
- data/node_modules/.yarn-integrity +60 -0
- data/node_modules/bootswatch/cerulean/_bootswatch.scss +131 -0
- data/node_modules/bootswatch/cerulean/_variables.scss +870 -0
- data/node_modules/bootswatch/cosmo/_bootswatch.scss +262 -0
- data/node_modules/bootswatch/cosmo/_variables.scss +870 -0
- data/node_modules/bootswatch/cyborg/_bootswatch.scss +243 -0
- data/node_modules/bootswatch/cyborg/_variables.scss +870 -0
- data/node_modules/bootswatch/darkly/_bootswatch.scss +351 -0
- data/node_modules/bootswatch/darkly/_variables.scss +870 -0
- data/node_modules/bootswatch/flatly/_bootswatch.scss +330 -0
- data/node_modules/bootswatch/flatly/_variables.scss +870 -0
- data/node_modules/bootswatch/journal/_bootswatch.scss +145 -0
- data/node_modules/bootswatch/journal/_variables.scss +870 -0
- data/node_modules/bootswatch/lumen/_bootswatch.scss +523 -0
- data/node_modules/bootswatch/lumen/_variables.scss +870 -0
- data/node_modules/bootswatch/package.json +26 -0
- data/node_modules/bootswatch/paper/_bootswatch.scss +620 -0
- data/node_modules/bootswatch/paper/_variables.scss +870 -0
- data/node_modules/bootswatch/readable/_bootswatch.scss +183 -0
- data/node_modules/bootswatch/readable/_variables.scss +870 -0
- data/node_modules/bootswatch/sandstone/_bootswatch.scss +196 -0
- data/node_modules/bootswatch/sandstone/_variables.scss +870 -0
- data/node_modules/bootswatch/simplex/_bootswatch.scss +170 -0
- data/node_modules/bootswatch/simplex/_variables.scss +870 -0
- data/node_modules/bootswatch/slate/_bootswatch.scss +448 -0
- data/node_modules/bootswatch/slate/_variables.scss +870 -0
- data/node_modules/bootswatch/spacelab/_bootswatch.scss +142 -0
- data/node_modules/bootswatch/spacelab/_variables.scss +870 -0
- data/node_modules/bootswatch/superhero/_bootswatch.scss +360 -0
- data/node_modules/bootswatch/superhero/_variables.scss +870 -0
- data/node_modules/bootswatch/united/_bootswatch.scss +56 -0
- data/node_modules/bootswatch/united/_variables.scss +870 -0
- data/node_modules/bootswatch/yeti/_bootswatch.scss +445 -0
- data/node_modules/bootswatch/yeti/_variables.scss +870 -0
- data/node_modules/chart.js/dist/Chart.bundle.js +18608 -0
- data/node_modules/chart.js/dist/Chart.js +14145 -0
- data/node_modules/chart.js/package.json +54 -0
- data/node_modules/chartkick/chartkick.js +1866 -0
- data/node_modules/chartkick/package.json +25 -0
- data/node_modules/eonasdan-bootstrap-datetimepicker/package.json +51 -0
- data/node_modules/eonasdan-bootstrap-datetimepicker/src/js/bootstrap-datetimepicker.js +2636 -0
- data/node_modules/eonasdan-bootstrap-datetimepicker/src/sass/_bootstrap-datetimepicker.scss +344 -0
- data/node_modules/eonasdan-bootstrap-datetimepicker/src/sass/bootstrap-datetimepicker-build.scss +16 -0
- data/node_modules/file-saver/FileSaver.js +188 -0
- data/node_modules/file-saver/package.json +28 -0
- data/node_modules/jquery-pjax/jquery.pjax.js +903 -0
- data/node_modules/jquery-pjax/package.json +18 -0
- data/node_modules/jquery-ui/package.json +74 -0
- data/node_modules/jquery-ui/themes/base/accordion.css +23 -0
- data/node_modules/jquery-ui/themes/base/all.css +12 -0
- data/node_modules/jquery-ui/themes/base/autocomplete.css +16 -0
- data/node_modules/jquery-ui/themes/base/base.css +30 -0
- data/node_modules/jquery-ui/themes/base/button.css +82 -0
- data/node_modules/jquery-ui/themes/base/checkboxradio.css +34 -0
- data/node_modules/jquery-ui/themes/base/controlgroup.css +65 -0
- data/node_modules/jquery-ui/themes/base/core.css +97 -0
- data/node_modules/jquery-ui/themes/base/datepicker.css +185 -0
- data/node_modules/jquery-ui/themes/base/dialog.css +101 -0
- data/node_modules/jquery-ui/themes/base/draggable.css +12 -0
- data/node_modules/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/node_modules/jquery-ui/themes/base/images/ui-icons_444444_256x240.png +0 -0
- data/node_modules/jquery-ui/themes/base/images/ui-icons_555555_256x240.png +0 -0
- data/node_modules/jquery-ui/themes/base/images/ui-icons_777620_256x240.png +0 -0
- data/node_modules/jquery-ui/themes/base/images/ui-icons_777777_256x240.png +0 -0
- data/node_modules/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png +0 -0
- data/node_modules/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png +0 -0
- data/node_modules/jquery-ui/themes/base/menu.css +64 -0
- data/node_modules/jquery-ui/themes/base/progressbar.css +28 -0
- data/node_modules/jquery-ui/themes/base/resizable.css +78 -0
- data/node_modules/jquery-ui/themes/base/selectable.css +17 -0
- data/node_modules/jquery-ui/themes/base/selectmenu.css +50 -0
- data/node_modules/jquery-ui/themes/base/slider.css +75 -0
- data/node_modules/jquery-ui/themes/base/sortable.css +12 -0
- data/node_modules/jquery-ui/themes/base/spinner.css +52 -0
- data/node_modules/jquery-ui/themes/base/tabs.css +51 -0
- data/node_modules/jquery-ui/themes/base/theme.css +443 -0
- data/node_modules/jquery-ui/themes/base/tooltip.css +19 -0
- data/node_modules/jquery-ui/ui/core.js +21 -0
- data/node_modules/jquery-ui/ui/data.js +39 -0
- data/node_modules/jquery-ui/ui/disable-selection.js +46 -0
- data/node_modules/jquery-ui/ui/effect.js +1635 -0
- data/node_modules/jquery-ui/ui/effects/effect-blind.js +70 -0
- data/node_modules/jquery-ui/ui/effects/effect-bounce.js +110 -0
- data/node_modules/jquery-ui/ui/effects/effect-clip.js +65 -0
- data/node_modules/jquery-ui/ui/effects/effect-drop.js +69 -0
- data/node_modules/jquery-ui/ui/effects/effect-explode.js +111 -0
- data/node_modules/jquery-ui/ui/effects/effect-fade.js +47 -0
- data/node_modules/jquery-ui/ui/effects/effect-fold.js +89 -0
- data/node_modules/jquery-ui/ui/effects/effect-highlight.js +57 -0
- data/node_modules/jquery-ui/ui/effects/effect-puff.js +42 -0
- data/node_modules/jquery-ui/ui/effects/effect-pulsate.js +64 -0
- data/node_modules/jquery-ui/ui/effects/effect-scale.js +56 -0
- data/node_modules/jquery-ui/ui/effects/effect-shake.js +74 -0
- data/node_modules/jquery-ui/ui/effects/effect-size.js +191 -0
- data/node_modules/jquery-ui/ui/effects/effect-slide.js +76 -0
- data/node_modules/jquery-ui/ui/effects/effect-transfer.js +40 -0
- data/node_modules/jquery-ui/ui/escape-selector.js +21 -0
- data/node_modules/jquery-ui/ui/focusable.js +84 -0
- data/node_modules/jquery-ui/ui/form-reset-mixin.js +77 -0
- data/node_modules/jquery-ui/ui/form.js +20 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-af.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-ar-DZ.js +39 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-ar.js +39 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-az.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-be.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-bg.js +38 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-bs.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-ca.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-cs.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-cy-GB.js +45 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-da.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-de.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-el.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-en-AU.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-en-GB.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-en-NZ.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-eo.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-es.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-et.js +45 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-eu.js +36 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-fa.js +73 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-fi.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-fo.js +45 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-fr-CA.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-fr-CH.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-fr.js +39 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-gl.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-he.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-hi.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-hr.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-hu.js +36 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-hy.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-id.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-is.js +45 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-it-CH.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-it.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-ja.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-ka.js +48 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-kk.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-km.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-ko.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-ky.js +38 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-lb.js +45 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-lt.js +45 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-lv.js +45 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-mk.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-ml.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-ms.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-nb.js +49 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-nl-BE.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-nl.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-nn.js +49 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-no.js +50 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-pl.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-pt-BR.js +45 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-pt.js +44 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-rm.js +61 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-ro.js +40 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-ru.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-sk.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-sl.js +38 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-sq.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-sr-SR.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-sr.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-sv.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-ta.js +53 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-th.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-tj.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-tr.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-uk.js +38 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-vi.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-zh-CN.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-zh-HK.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-zh-TW.js +37 -0
- data/node_modules/jquery-ui/ui/ie.js +15 -0
- data/node_modules/jquery-ui/ui/jquery-1-7.js +89 -0
- data/node_modules/jquery-ui/ui/keycode.js +45 -0
- data/node_modules/jquery-ui/ui/labels.js +62 -0
- data/node_modules/jquery-ui/ui/plugin.js +44 -0
- data/node_modules/jquery-ui/ui/position.js +498 -0
- data/node_modules/jquery-ui/ui/safe-active-element.js +40 -0
- data/node_modules/jquery-ui/ui/safe-blur.js +21 -0
- data/node_modules/jquery-ui/ui/scroll-parent.js +45 -0
- data/node_modules/jquery-ui/ui/tabbable.js +35 -0
- data/node_modules/jquery-ui/ui/unique-id.js +49 -0
- data/node_modules/jquery-ui/ui/version.js +17 -0
- data/node_modules/jquery-ui/ui/widget.js +733 -0
- data/node_modules/jquery-ui/ui/widgets/accordion.js +613 -0
- data/node_modules/jquery-ui/ui/widgets/autocomplete.js +682 -0
- data/node_modules/jquery-ui/ui/widgets/button.js +386 -0
- data/node_modules/jquery-ui/ui/widgets/checkboxradio.js +286 -0
- data/node_modules/jquery-ui/ui/widgets/controlgroup.js +298 -0
- data/node_modules/jquery-ui/ui/widgets/datepicker.js +2120 -0
- data/node_modules/jquery-ui/ui/widgets/dialog.js +940 -0
- data/node_modules/jquery-ui/ui/widgets/draggable.js +1250 -0
- data/node_modules/jquery-ui/ui/widgets/droppable.js +497 -0
- data/node_modules/jquery-ui/ui/widgets/menu.js +673 -0
- data/node_modules/jquery-ui/ui/widgets/mouse.js +226 -0
- data/node_modules/jquery-ui/ui/widgets/progressbar.js +178 -0
- data/node_modules/jquery-ui/ui/widgets/resizable.js +1201 -0
- data/node_modules/jquery-ui/ui/widgets/selectable.js +310 -0
- data/node_modules/jquery-ui/ui/widgets/selectmenu.js +687 -0
- data/node_modules/jquery-ui/ui/widgets/slider.js +752 -0
- data/node_modules/jquery-ui/ui/widgets/sortable.js +1554 -0
- data/node_modules/jquery-ui/ui/widgets/spinner.js +575 -0
- data/node_modules/jquery-ui/ui/widgets/tabs.js +924 -0
- data/node_modules/jquery-ui/ui/widgets/tooltip.js +520 -0
- data/node_modules/jquery-ujs/package.json +26 -0
- data/node_modules/jquery-ujs/src/rails.js +555 -0
- data/node_modules/jquery/dist/jquery.js +10253 -0
- data/node_modules/jquery/dist/jquery.slim.js +8160 -0
- data/node_modules/jquery/package.json +97 -0
- data/node_modules/js-cookie/package.json +49 -0
- data/node_modules/js-cookie/src/js.cookie.js +165 -0
- data/node_modules/jstz/dist/jstz.js +1428 -0
- data/node_modules/jstz/package.json +57 -0
- data/node_modules/lodash/core.js +3836 -0
- data/node_modules/lodash/lodash.js +17084 -0
- data/node_modules/lodash/package.json +17 -0
- data/node_modules/moment-timezone/builds/moment-timezone-with-data-2012-2022.js +1204 -0
- data/node_modules/moment-timezone/builds/moment-timezone-with-data.js +1204 -0
- data/node_modules/moment-timezone/moment-timezone-utils.js +316 -0
- data/node_modules/moment-timezone/moment-timezone.js +605 -0
- data/node_modules/moment-timezone/package.json +50 -0
- data/node_modules/moment/locale/af.js +74 -0
- data/node_modules/moment/locale/ar-dz.js +60 -0
- data/node_modules/moment/locale/ar-kw.js +60 -0
- data/node_modules/moment/locale/ar-ly.js +127 -0
- data/node_modules/moment/locale/ar-ma.js +61 -0
- data/node_modules/moment/locale/ar-sa.js +106 -0
- data/node_modules/moment/locale/ar-tn.js +60 -0
- data/node_modules/moment/locale/ar.js +143 -0
- data/node_modules/moment/locale/az.js +106 -0
- data/node_modules/moment/locale/be.js +135 -0
- data/node_modules/moment/locale/bg.js +91 -0
- data/node_modules/moment/locale/bm.js +60 -0
- data/node_modules/moment/locale/bn.js +120 -0
- data/node_modules/moment/locale/bo.js +120 -0
- data/node_modules/moment/locale/br.js +109 -0
- data/node_modules/moment/locale/bs.js +153 -0
- data/node_modules/moment/locale/ca.js +89 -0
- data/node_modules/moment/locale/cs.js +180 -0
- data/node_modules/moment/locale/cv.js +64 -0
- data/node_modules/moment/locale/cy.js +82 -0
- data/node_modules/moment/locale/da.js +61 -0
- data/node_modules/moment/locale/de-at.js +80 -0
- data/node_modules/moment/locale/de-ch.js +79 -0
- data/node_modules/moment/locale/de.js +79 -0
- data/node_modules/moment/locale/dv.js +101 -0
- data/node_modules/moment/locale/el.js +101 -0
- data/node_modules/moment/locale/en-au.js +68 -0
- data/node_modules/moment/locale/en-ca.js +64 -0
- data/node_modules/moment/locale/en-gb.js +68 -0
- data/node_modules/moment/locale/en-ie.js +68 -0
- data/node_modules/moment/locale/en-nz.js +68 -0
- data/node_modules/moment/locale/eo.js +74 -0
- data/node_modules/moment/locale/es-do.js +92 -0
- data/node_modules/moment/locale/es-us.js +84 -0
- data/node_modules/moment/locale/es.js +93 -0
- data/node_modules/moment/locale/et.js +82 -0
- data/node_modules/moment/locale/eu.js +67 -0
- data/node_modules/moment/locale/fa.js +108 -0
- data/node_modules/moment/locale/fi.js +110 -0
- data/node_modules/moment/locale/fo.js +61 -0
- data/node_modules/moment/locale/fr-ca.js +75 -0
- data/node_modules/moment/locale/fr-ch.js +79 -0
- data/node_modules/moment/locale/fr.js +84 -0
- data/node_modules/moment/locale/fy.js +76 -0
- data/node_modules/moment/locale/gd.js +77 -0
- data/node_modules/moment/locale/gl.js +78 -0
- data/node_modules/moment/locale/gom-latn.js +124 -0
- data/node_modules/moment/locale/gu.js +125 -0
- data/node_modules/moment/locale/he.js +100 -0
- data/node_modules/moment/locale/hi.js +125 -0
- data/node_modules/moment/locale/hr.js +155 -0
- data/node_modules/moment/locale/hu.js +111 -0
- data/node_modules/moment/locale/hy-am.js +96 -0
- data/node_modules/moment/locale/id.js +84 -0
- data/node_modules/moment/locale/is.js +133 -0
- data/node_modules/moment/locale/it.js +71 -0
- data/node_modules/moment/locale/ja.js +81 -0
- data/node_modules/moment/locale/jv.js +84 -0
- data/node_modules/moment/locale/ka.js +90 -0
- data/node_modules/moment/locale/kk.js +88 -0
- data/node_modules/moment/locale/km.js +59 -0
- data/node_modules/moment/locale/kn.js +127 -0
- data/node_modules/moment/locale/ko.js +83 -0
- data/node_modules/moment/locale/ky.js +89 -0
- data/node_modules/moment/locale/lb.js +138 -0
- data/node_modules/moment/locale/lo.js +71 -0
- data/node_modules/moment/locale/lt.js +119 -0
- data/node_modules/moment/locale/lv.js +99 -0
- data/node_modules/moment/locale/me.js +113 -0
- data/node_modules/moment/locale/mi.js +65 -0
- data/node_modules/moment/locale/mk.js +91 -0
- data/node_modules/moment/locale/ml.js +82 -0
- data/node_modules/moment/locale/mr.js +162 -0
- data/node_modules/moment/locale/ms-my.js +84 -0
- data/node_modules/moment/locale/ms.js +83 -0
- data/node_modules/moment/locale/mt.js +61 -0
- data/node_modules/moment/locale/my.js +97 -0
- data/node_modules/moment/locale/nb.js +64 -0
- data/node_modules/moment/locale/ne.js +124 -0
- data/node_modules/moment/locale/nl-be.js +89 -0
- data/node_modules/moment/locale/nl.js +89 -0
- data/node_modules/moment/locale/nn.js +61 -0
- data/node_modules/moment/locale/pa-in.js +125 -0
- data/node_modules/moment/locale/pl.js +127 -0
- data/node_modules/moment/locale/pt-br.js +62 -0
- data/node_modules/moment/locale/pt.js +66 -0
- data/node_modules/moment/locale/ro.js +77 -0
- data/node_modules/moment/locale/ru.js +185 -0
- data/node_modules/moment/locale/sd.js +99 -0
- data/node_modules/moment/locale/se.js +62 -0
- data/node_modules/moment/locale/si.js +72 -0
- data/node_modules/moment/locale/sk.js +158 -0
- data/node_modules/moment/locale/sl.js +174 -0
- data/node_modules/moment/locale/sq.js +71 -0
- data/node_modules/moment/locale/sr-cyrl.js +112 -0
- data/node_modules/moment/locale/sr.js +112 -0
- data/node_modules/moment/locale/ss.js +90 -0
- data/node_modules/moment/locale/sv.js +70 -0
- data/node_modules/moment/locale/sw.js +60 -0
- data/node_modules/moment/locale/ta.js +131 -0
- data/node_modules/moment/locale/te.js +90 -0
- data/node_modules/moment/locale/tet.js +69 -0
- data/node_modules/moment/locale/th.js +68 -0
- data/node_modules/moment/locale/tl-ph.js +63 -0
- data/node_modules/moment/locale/tlh.js +123 -0
- data/node_modules/moment/locale/tr.js +91 -0
- data/node_modules/moment/locale/tzl.js +93 -0
- data/node_modules/moment/locale/tzm-latn.js +59 -0
- data/node_modules/moment/locale/tzm.js +59 -0
- data/node_modules/moment/locale/uk.js +153 -0
- data/node_modules/moment/locale/ur.js +100 -0
- data/node_modules/moment/locale/uz-latn.js +59 -0
- data/node_modules/moment/locale/uz.js +59 -0
- data/node_modules/moment/locale/vi.js +80 -0
- data/node_modules/moment/locale/x-pseudo.js +69 -0
- data/node_modules/moment/locale/yo.js +61 -0
- data/node_modules/moment/locale/zh-cn.js +112 -0
- data/node_modules/moment/locale/zh-hk.js +106 -0
- data/node_modules/moment/locale/zh-tw.js +105 -0
- data/node_modules/moment/min/locales.js +9769 -0
- data/node_modules/moment/min/moment-with-locales.js +14289 -0
- data/node_modules/moment/moment.js +4535 -0
- data/node_modules/moment/package.json +99 -0
- data/node_modules/nprogress/nprogress.css +74 -0
- data/node_modules/nprogress/nprogress.js +480 -0
- data/node_modules/nprogress/package.json +47 -0
- data/node_modules/nprogress/support/extras.css +4 -0
- data/node_modules/roboto-fontface/css/mixins.scss +36 -0
- data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface-bold-italic.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface-bold.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface-light-italic.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface-light.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface-regular-italic.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface-regular.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface.scss +6 -0
- data/node_modules/roboto-fontface/css/roboto-slab/sass/roboto-slab-fontface-bold.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto-slab/sass/roboto-slab-fontface-light.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto-slab/sass/roboto-slab-fontface-regular.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto-slab/sass/roboto-slab-fontface-thin.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto-slab/sass/roboto-slab-fontface.scss +4 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-black-italic.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-black.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-bold-italic.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-bold.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-light-italic.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-light.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-medium-italic.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-medium.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-regular-italic.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-regular.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-thin-italic.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-thin.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface.scss +12 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Bold.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Bold.svg +643 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Bold.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Bold.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Bold.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-BoldItalic.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-BoldItalic.svg +643 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-BoldItalic.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-BoldItalic.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-BoldItalic.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Light.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Light.svg +643 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Light.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Light.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Light.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-LightItalic.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-LightItalic.svg +643 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-LightItalic.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-LightItalic.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-LightItalic.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.svg +644 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-RegularItalic.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-RegularItalic.svg +644 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-RegularItalic.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-RegularItalic.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-RegularItalic.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Bold.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Bold.svg +679 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Bold.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Bold.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Bold.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Light.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Light.svg +678 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Light.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Light.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Light.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Regular.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Regular.svg +678 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Regular.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Regular.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Regular.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Thin.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Thin.svg +678 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Thin.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Thin.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Thin.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Black.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Black.svg +10968 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Black.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Black.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Black.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-BlackItalic.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-BlackItalic.svg +11086 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-BlackItalic.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-BlackItalic.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-BlackItalic.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.svg +11010 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.svg +11096 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Light.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Light.svg +10564 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Light.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Light.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Light.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.svg +10646 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.svg +10999 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.svg +11100 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.svg +10520 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.svg +10629 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.svg +10617 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-ThinItalic.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-ThinItalic.svg +10726 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-ThinItalic.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-ThinItalic.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-ThinItalic.woff2 +0 -0
- data/node_modules/roboto-fontface/package.json +28 -0
- data/node_modules/signature_pad/dist/signature_pad.js +610 -0
- data/node_modules/signature_pad/package.json +41 -0
- data/package.json +23 -0
- data/yarn.lock +118 -0
- metadata +575 -0
@@ -0,0 +1,97 @@
|
|
1
|
+
{
|
2
|
+
"name": "jquery",
|
3
|
+
"title": "jQuery",
|
4
|
+
"description": "JavaScript library for DOM operations",
|
5
|
+
"version": "3.2.1",
|
6
|
+
"main": "dist/jquery.js",
|
7
|
+
"homepage": "https://jquery.com",
|
8
|
+
"author": {
|
9
|
+
"name": "JS Foundation and other contributors",
|
10
|
+
"url": "https://github.com/jquery/jquery/blob/3.2.1/AUTHORS.txt"
|
11
|
+
},
|
12
|
+
"repository": {
|
13
|
+
"type": "git",
|
14
|
+
"url": "https://github.com/jquery/jquery.git"
|
15
|
+
},
|
16
|
+
"keywords": [
|
17
|
+
"jquery",
|
18
|
+
"javascript",
|
19
|
+
"browser",
|
20
|
+
"library"
|
21
|
+
],
|
22
|
+
"bugs": {
|
23
|
+
"url": "https://github.com/jquery/jquery/issues"
|
24
|
+
},
|
25
|
+
"license": "MIT",
|
26
|
+
"dependencies": {},
|
27
|
+
"devDependencies": {
|
28
|
+
"babel-preset-es2015": "6.6.0",
|
29
|
+
"commitplease": "2.6.1",
|
30
|
+
"core-js": "2.2.2",
|
31
|
+
"cross-spawn": "2.2.3",
|
32
|
+
"eslint-config-jquery": "1.0.0",
|
33
|
+
"grunt": "1.0.1",
|
34
|
+
"grunt-babel": "6.0.0",
|
35
|
+
"grunt-cli": "1.2.0",
|
36
|
+
"grunt-compare-size": "0.4.2",
|
37
|
+
"grunt-contrib-uglify": "1.0.1",
|
38
|
+
"grunt-contrib-watch": "1.0.0",
|
39
|
+
"grunt-eslint": "19.0.0",
|
40
|
+
"grunt-git-authors": "3.2.0",
|
41
|
+
"grunt-jsonlint": "1.0.7",
|
42
|
+
"grunt-newer": "1.2.0",
|
43
|
+
"grunt-npmcopy": "0.1.0",
|
44
|
+
"gzip-js": "0.3.2",
|
45
|
+
"husky": "0.11.4",
|
46
|
+
"insight": "0.8.1",
|
47
|
+
"jsdom": "5.6.1",
|
48
|
+
"load-grunt-tasks": "3.5.0",
|
49
|
+
"native-promise-only": "0.8.1",
|
50
|
+
"promises-aplus-tests": "2.1.2",
|
51
|
+
"q": "1.4.1",
|
52
|
+
"qunit-assert-step": "1.0.3",
|
53
|
+
"qunitjs": "1.23.1",
|
54
|
+
"requirejs": "2.2.0",
|
55
|
+
"sinon": "1.17.3",
|
56
|
+
"sizzle": "2.3.3",
|
57
|
+
"strip-json-comments": "2.0.1",
|
58
|
+
"testswarm": "1.1.0"
|
59
|
+
},
|
60
|
+
"scripts": {
|
61
|
+
"build": "npm install && grunt",
|
62
|
+
"start": "grunt watch",
|
63
|
+
"test": "grunt && grunt test:slow",
|
64
|
+
"precommit": "grunt lint:newer",
|
65
|
+
"commitmsg": "node node_modules/commitplease"
|
66
|
+
},
|
67
|
+
"commitplease": {
|
68
|
+
"nohook": true,
|
69
|
+
"components": [
|
70
|
+
"Docs",
|
71
|
+
"Tests",
|
72
|
+
"Build",
|
73
|
+
"Support",
|
74
|
+
"Release",
|
75
|
+
"Core",
|
76
|
+
"Ajax",
|
77
|
+
"Attributes",
|
78
|
+
"Callbacks",
|
79
|
+
"CSS",
|
80
|
+
"Data",
|
81
|
+
"Deferred",
|
82
|
+
"Deprecated",
|
83
|
+
"Dimensions",
|
84
|
+
"Effects",
|
85
|
+
"Event",
|
86
|
+
"Manipulation",
|
87
|
+
"Offset",
|
88
|
+
"Queue",
|
89
|
+
"Selector",
|
90
|
+
"Serialize",
|
91
|
+
"Traversing",
|
92
|
+
"Wrap"
|
93
|
+
],
|
94
|
+
"markerPattern": "^((clos|fix|resolv)(e[sd]|ing))|^(refs?)",
|
95
|
+
"ticketPattern": "^((Closes|Fixes) ([a-zA-Z]{2,}-)[0-9]+)|^(Refs? [^#])"
|
96
|
+
}
|
97
|
+
}
|
@@ -0,0 +1,49 @@
|
|
1
|
+
{
|
2
|
+
"name": "js-cookie",
|
3
|
+
"version": "2.2.0",
|
4
|
+
"description": "A simple, lightweight JavaScript API for handling cookies",
|
5
|
+
"main": "src/js.cookie.js",
|
6
|
+
"directories": {
|
7
|
+
"test": "test"
|
8
|
+
},
|
9
|
+
"keywords": [
|
10
|
+
"jquery-plugin",
|
11
|
+
"cookie",
|
12
|
+
"cookies",
|
13
|
+
"browser",
|
14
|
+
"amd",
|
15
|
+
"commonjs",
|
16
|
+
"client",
|
17
|
+
"js-cookie",
|
18
|
+
"browserify"
|
19
|
+
],
|
20
|
+
"scripts": {
|
21
|
+
"test": "grunt test"
|
22
|
+
},
|
23
|
+
"repository": {
|
24
|
+
"type": "git",
|
25
|
+
"url": "git://github.com/js-cookie/js-cookie.git"
|
26
|
+
},
|
27
|
+
"files": [
|
28
|
+
"src/**/*.js",
|
29
|
+
"SERVER_SIDE.md",
|
30
|
+
"CONTRIBUTING.md"
|
31
|
+
],
|
32
|
+
"author": "Klaus Hartl",
|
33
|
+
"license": "MIT",
|
34
|
+
"devDependencies": {
|
35
|
+
"grunt": "1.0.1",
|
36
|
+
"grunt-compare-size": "0.4.2",
|
37
|
+
"grunt-contrib-connect": "1.0.2",
|
38
|
+
"grunt-contrib-jshint": "1.1.0",
|
39
|
+
"grunt-contrib-nodeunit": "1.0.0",
|
40
|
+
"grunt-contrib-qunit": "2.0.0",
|
41
|
+
"grunt-contrib-uglify": "2.3.0",
|
42
|
+
"grunt-contrib-watch": "1.0.0",
|
43
|
+
"grunt-jscs": "3.0.1",
|
44
|
+
"grunt-saucelabs": "9.0.0",
|
45
|
+
"gzip-js": "0.3.2",
|
46
|
+
"qunitjs": "1.23.1",
|
47
|
+
"requirejs": "2.3.5"
|
48
|
+
}
|
49
|
+
}
|
@@ -0,0 +1,165 @@
|
|
1
|
+
/*!
|
2
|
+
* JavaScript Cookie v2.2.0
|
3
|
+
* https://github.com/js-cookie/js-cookie
|
4
|
+
*
|
5
|
+
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
|
6
|
+
* Released under the MIT license
|
7
|
+
*/
|
8
|
+
;(function (factory) {
|
9
|
+
var registeredInModuleLoader = false;
|
10
|
+
if (typeof define === 'function' && define.amd) {
|
11
|
+
define(factory);
|
12
|
+
registeredInModuleLoader = true;
|
13
|
+
}
|
14
|
+
if (typeof exports === 'object') {
|
15
|
+
module.exports = factory();
|
16
|
+
registeredInModuleLoader = true;
|
17
|
+
}
|
18
|
+
if (!registeredInModuleLoader) {
|
19
|
+
var OldCookies = window.Cookies;
|
20
|
+
var api = window.Cookies = factory();
|
21
|
+
api.noConflict = function () {
|
22
|
+
window.Cookies = OldCookies;
|
23
|
+
return api;
|
24
|
+
};
|
25
|
+
}
|
26
|
+
}(function () {
|
27
|
+
function extend () {
|
28
|
+
var i = 0;
|
29
|
+
var result = {};
|
30
|
+
for (; i < arguments.length; i++) {
|
31
|
+
var attributes = arguments[ i ];
|
32
|
+
for (var key in attributes) {
|
33
|
+
result[key] = attributes[key];
|
34
|
+
}
|
35
|
+
}
|
36
|
+
return result;
|
37
|
+
}
|
38
|
+
|
39
|
+
function init (converter) {
|
40
|
+
function api (key, value, attributes) {
|
41
|
+
var result;
|
42
|
+
if (typeof document === 'undefined') {
|
43
|
+
return;
|
44
|
+
}
|
45
|
+
|
46
|
+
// Write
|
47
|
+
|
48
|
+
if (arguments.length > 1) {
|
49
|
+
attributes = extend({
|
50
|
+
path: '/'
|
51
|
+
}, api.defaults, attributes);
|
52
|
+
|
53
|
+
if (typeof attributes.expires === 'number') {
|
54
|
+
var expires = new Date();
|
55
|
+
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
|
56
|
+
attributes.expires = expires;
|
57
|
+
}
|
58
|
+
|
59
|
+
// We're using "expires" because "max-age" is not supported by IE
|
60
|
+
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
|
61
|
+
|
62
|
+
try {
|
63
|
+
result = JSON.stringify(value);
|
64
|
+
if (/^[\{\[]/.test(result)) {
|
65
|
+
value = result;
|
66
|
+
}
|
67
|
+
} catch (e) {}
|
68
|
+
|
69
|
+
if (!converter.write) {
|
70
|
+
value = encodeURIComponent(String(value))
|
71
|
+
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
|
72
|
+
} else {
|
73
|
+
value = converter.write(value, key);
|
74
|
+
}
|
75
|
+
|
76
|
+
key = encodeURIComponent(String(key));
|
77
|
+
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
|
78
|
+
key = key.replace(/[\(\)]/g, escape);
|
79
|
+
|
80
|
+
var stringifiedAttributes = '';
|
81
|
+
|
82
|
+
for (var attributeName in attributes) {
|
83
|
+
if (!attributes[attributeName]) {
|
84
|
+
continue;
|
85
|
+
}
|
86
|
+
stringifiedAttributes += '; ' + attributeName;
|
87
|
+
if (attributes[attributeName] === true) {
|
88
|
+
continue;
|
89
|
+
}
|
90
|
+
stringifiedAttributes += '=' + attributes[attributeName];
|
91
|
+
}
|
92
|
+
return (document.cookie = key + '=' + value + stringifiedAttributes);
|
93
|
+
}
|
94
|
+
|
95
|
+
// Read
|
96
|
+
|
97
|
+
if (!key) {
|
98
|
+
result = {};
|
99
|
+
}
|
100
|
+
|
101
|
+
// To prevent the for loop in the first place assign an empty array
|
102
|
+
// in case there are no cookies at all. Also prevents odd result when
|
103
|
+
// calling "get()"
|
104
|
+
var cookies = document.cookie ? document.cookie.split('; ') : [];
|
105
|
+
var rdecode = /(%[0-9A-Z]{2})+/g;
|
106
|
+
var i = 0;
|
107
|
+
|
108
|
+
for (; i < cookies.length; i++) {
|
109
|
+
var parts = cookies[i].split('=');
|
110
|
+
var cookie = parts.slice(1).join('=');
|
111
|
+
|
112
|
+
if (!this.json && cookie.charAt(0) === '"') {
|
113
|
+
cookie = cookie.slice(1, -1);
|
114
|
+
}
|
115
|
+
|
116
|
+
try {
|
117
|
+
var name = parts[0].replace(rdecode, decodeURIComponent);
|
118
|
+
cookie = converter.read ?
|
119
|
+
converter.read(cookie, name) : converter(cookie, name) ||
|
120
|
+
cookie.replace(rdecode, decodeURIComponent);
|
121
|
+
|
122
|
+
if (this.json) {
|
123
|
+
try {
|
124
|
+
cookie = JSON.parse(cookie);
|
125
|
+
} catch (e) {}
|
126
|
+
}
|
127
|
+
|
128
|
+
if (key === name) {
|
129
|
+
result = cookie;
|
130
|
+
break;
|
131
|
+
}
|
132
|
+
|
133
|
+
if (!key) {
|
134
|
+
result[name] = cookie;
|
135
|
+
}
|
136
|
+
} catch (e) {}
|
137
|
+
}
|
138
|
+
|
139
|
+
return result;
|
140
|
+
}
|
141
|
+
|
142
|
+
api.set = api;
|
143
|
+
api.get = function (key) {
|
144
|
+
return api.call(api, key);
|
145
|
+
};
|
146
|
+
api.getJSON = function () {
|
147
|
+
return api.apply({
|
148
|
+
json: true
|
149
|
+
}, [].slice.call(arguments));
|
150
|
+
};
|
151
|
+
api.defaults = {};
|
152
|
+
|
153
|
+
api.remove = function (key, attributes) {
|
154
|
+
api(key, '', extend(attributes, {
|
155
|
+
expires: -1
|
156
|
+
}));
|
157
|
+
};
|
158
|
+
|
159
|
+
api.withConverter = init;
|
160
|
+
|
161
|
+
return api;
|
162
|
+
}
|
163
|
+
|
164
|
+
return init(function () {});
|
165
|
+
}));
|
@@ -0,0 +1,1428 @@
|
|
1
|
+
(function (root) {/*global exports, Intl*/
|
2
|
+
/**
|
3
|
+
* This script gives you the zone info key representing your device's time zone setting.
|
4
|
+
*
|
5
|
+
* @name jsTimezoneDetect
|
6
|
+
* @version 1.0.6
|
7
|
+
* @author Jon Nylander
|
8
|
+
* @license MIT License - https://bitbucket.org/pellepim/jstimezonedetect/src/default/LICENCE.txt
|
9
|
+
*
|
10
|
+
* For usage and examples, visit:
|
11
|
+
* http://pellepim.bitbucket.org/jstz/
|
12
|
+
*
|
13
|
+
* Copyright (c) Jon Nylander
|
14
|
+
*/
|
15
|
+
|
16
|
+
|
17
|
+
/**
|
18
|
+
* Namespace to hold all the code for timezone detection.
|
19
|
+
*/
|
20
|
+
var jstz = (function () {
|
21
|
+
'use strict';
|
22
|
+
var HEMISPHERE_SOUTH = 's',
|
23
|
+
|
24
|
+
consts = {
|
25
|
+
DAY: 86400000,
|
26
|
+
HOUR: 3600000,
|
27
|
+
MINUTE: 60000,
|
28
|
+
SECOND: 1000,
|
29
|
+
BASELINE_YEAR: 2014,
|
30
|
+
MAX_SCORE: 864000000, // 10 days
|
31
|
+
AMBIGUITIES: {
|
32
|
+
'America/Denver': ['America/Mazatlan'],
|
33
|
+
'Europe/London': ['Africa/Casablanca'],
|
34
|
+
'America/Chicago': ['America/Mexico_City'],
|
35
|
+
'America/Asuncion': ['America/Campo_Grande', 'America/Santiago'],
|
36
|
+
'America/Montevideo': ['America/Sao_Paulo', 'America/Santiago'],
|
37
|
+
// Europe/Minsk should not be in this list... but Windows.
|
38
|
+
'Asia/Beirut': ['Asia/Amman', 'Asia/Jerusalem', 'Europe/Helsinki', 'Asia/Damascus', 'Africa/Cairo', 'Asia/Gaza', 'Europe/Minsk'],
|
39
|
+
'Pacific/Auckland': ['Pacific/Fiji'],
|
40
|
+
'America/Los_Angeles': ['America/Santa_Isabel'],
|
41
|
+
'America/New_York': ['America/Havana'],
|
42
|
+
'America/Halifax': ['America/Goose_Bay'],
|
43
|
+
'America/Godthab': ['America/Miquelon'],
|
44
|
+
'Asia/Dubai': ['Asia/Yerevan'],
|
45
|
+
'Asia/Jakarta': ['Asia/Krasnoyarsk'],
|
46
|
+
'Asia/Shanghai': ['Asia/Irkutsk', 'Australia/Perth'],
|
47
|
+
'Australia/Sydney': ['Australia/Lord_Howe'],
|
48
|
+
'Asia/Tokyo': ['Asia/Yakutsk'],
|
49
|
+
'Asia/Dhaka': ['Asia/Omsk'],
|
50
|
+
// In the real world Yerevan is not ambigous for Baku... but Windows.
|
51
|
+
'Asia/Baku': ['Asia/Yerevan'],
|
52
|
+
'Australia/Brisbane': ['Asia/Vladivostok'],
|
53
|
+
'Pacific/Noumea': ['Asia/Vladivostok'],
|
54
|
+
'Pacific/Majuro': ['Asia/Kamchatka', 'Pacific/Fiji'],
|
55
|
+
'Pacific/Tongatapu': ['Pacific/Apia'],
|
56
|
+
'Asia/Baghdad': ['Europe/Minsk', 'Europe/Moscow'],
|
57
|
+
'Asia/Karachi': ['Asia/Yekaterinburg'],
|
58
|
+
'Africa/Johannesburg': ['Asia/Gaza', 'Africa/Cairo']
|
59
|
+
}
|
60
|
+
},
|
61
|
+
|
62
|
+
/**
|
63
|
+
* Gets the offset in minutes from UTC for a certain date.
|
64
|
+
* @param {Date} date
|
65
|
+
* @returns {Number}
|
66
|
+
*/
|
67
|
+
get_date_offset = function get_date_offset(date) {
|
68
|
+
var offset = -date.getTimezoneOffset();
|
69
|
+
return (offset !== null ? offset : 0);
|
70
|
+
},
|
71
|
+
|
72
|
+
/**
|
73
|
+
* This function does some basic calculations to create information about
|
74
|
+
* the user's timezone. It uses REFERENCE_YEAR as a solid year for which
|
75
|
+
* the script has been tested rather than depend on the year set by the
|
76
|
+
* client device.
|
77
|
+
*
|
78
|
+
* Returns a key that can be used to do lookups in jstz.olson.timezones.
|
79
|
+
* eg: "720,1,2".
|
80
|
+
*
|
81
|
+
* @returns {String}
|
82
|
+
*/
|
83
|
+
lookup_key = function lookup_key() {
|
84
|
+
var january_offset = get_date_offset(new Date(consts.BASELINE_YEAR, 0, 2)),
|
85
|
+
june_offset = get_date_offset(new Date(consts.BASELINE_YEAR, 5, 2)),
|
86
|
+
diff = january_offset - june_offset;
|
87
|
+
|
88
|
+
if (diff < 0) {
|
89
|
+
return january_offset + ",1";
|
90
|
+
} else if (diff > 0) {
|
91
|
+
return june_offset + ",1," + HEMISPHERE_SOUTH;
|
92
|
+
}
|
93
|
+
|
94
|
+
return january_offset + ",0";
|
95
|
+
},
|
96
|
+
|
97
|
+
|
98
|
+
/**
|
99
|
+
* Tries to get the time zone key directly from the operating system for those
|
100
|
+
* environments that support the ECMAScript Internationalization API.
|
101
|
+
*/
|
102
|
+
get_from_internationalization_api = function get_from_internationalization_api() {
|
103
|
+
var format, timezone;
|
104
|
+
if (typeof Intl === "undefined" || typeof Intl.DateTimeFormat === "undefined") {
|
105
|
+
return;
|
106
|
+
}
|
107
|
+
format = Intl.DateTimeFormat();
|
108
|
+
if (typeof format === "undefined" || typeof format.resolvedOptions === "undefined") {
|
109
|
+
return;
|
110
|
+
}
|
111
|
+
timezone = format.resolvedOptions().timeZone;
|
112
|
+
if (timezone && (timezone.indexOf("/") > -1 || timezone === 'UTC')) {
|
113
|
+
return timezone;
|
114
|
+
}
|
115
|
+
},
|
116
|
+
|
117
|
+
/**
|
118
|
+
* Starting point for getting all the DST rules for a specific year
|
119
|
+
* for the current timezone (as described by the client system).
|
120
|
+
*
|
121
|
+
* Returns an object with start and end attributes, or false if no
|
122
|
+
* DST rules were found for the year.
|
123
|
+
*
|
124
|
+
* @param year
|
125
|
+
* @returns {Object} || {Boolean}
|
126
|
+
*/
|
127
|
+
dst_dates = function dst_dates(year) {
|
128
|
+
var yearstart = new Date(year, 0, 1, 0, 0, 1, 0).getTime();
|
129
|
+
var yearend = new Date(year, 12, 31, 23, 59, 59).getTime();
|
130
|
+
var current = yearstart;
|
131
|
+
var offset = (new Date(current)).getTimezoneOffset();
|
132
|
+
var dst_start = null;
|
133
|
+
var dst_end = null;
|
134
|
+
|
135
|
+
while (current < yearend - 86400000) {
|
136
|
+
var dateToCheck = new Date(current);
|
137
|
+
var dateToCheckOffset = dateToCheck.getTimezoneOffset();
|
138
|
+
|
139
|
+
if (dateToCheckOffset !== offset) {
|
140
|
+
if (dateToCheckOffset < offset) {
|
141
|
+
dst_start = dateToCheck;
|
142
|
+
}
|
143
|
+
if (dateToCheckOffset > offset) {
|
144
|
+
dst_end = dateToCheck;
|
145
|
+
}
|
146
|
+
offset = dateToCheckOffset;
|
147
|
+
}
|
148
|
+
|
149
|
+
current += 86400000;
|
150
|
+
}
|
151
|
+
|
152
|
+
if (dst_start && dst_end) {
|
153
|
+
return {
|
154
|
+
s: find_dst_fold(dst_start).getTime(),
|
155
|
+
e: find_dst_fold(dst_end).getTime()
|
156
|
+
};
|
157
|
+
}
|
158
|
+
|
159
|
+
return false;
|
160
|
+
},
|
161
|
+
|
162
|
+
/**
|
163
|
+
* Probably completely unnecessary function that recursively finds the
|
164
|
+
* exact (to the second) time when a DST rule was changed.
|
165
|
+
*
|
166
|
+
* @param a_date - The candidate Date.
|
167
|
+
* @param padding - integer specifying the padding to allow around the candidate
|
168
|
+
* date for finding the fold.
|
169
|
+
* @param iterator - integer specifying how many milliseconds to iterate while
|
170
|
+
* searching for the fold.
|
171
|
+
*
|
172
|
+
* @returns {Date}
|
173
|
+
*/
|
174
|
+
find_dst_fold = function find_dst_fold(a_date, padding, iterator) {
|
175
|
+
if (typeof padding === 'undefined') {
|
176
|
+
padding = consts.DAY;
|
177
|
+
iterator = consts.HOUR;
|
178
|
+
}
|
179
|
+
|
180
|
+
var date_start = new Date(a_date.getTime() - padding).getTime();
|
181
|
+
var date_end = a_date.getTime() + padding;
|
182
|
+
var offset = new Date(date_start).getTimezoneOffset();
|
183
|
+
|
184
|
+
var current = date_start;
|
185
|
+
|
186
|
+
var dst_change = null;
|
187
|
+
while (current < date_end - iterator) {
|
188
|
+
var dateToCheck = new Date(current);
|
189
|
+
var dateToCheckOffset = dateToCheck.getTimezoneOffset();
|
190
|
+
|
191
|
+
if (dateToCheckOffset !== offset) {
|
192
|
+
dst_change = dateToCheck;
|
193
|
+
break;
|
194
|
+
}
|
195
|
+
current += iterator;
|
196
|
+
}
|
197
|
+
|
198
|
+
if (padding === consts.DAY) {
|
199
|
+
return find_dst_fold(dst_change, consts.HOUR, consts.MINUTE);
|
200
|
+
}
|
201
|
+
|
202
|
+
if (padding === consts.HOUR) {
|
203
|
+
return find_dst_fold(dst_change, consts.MINUTE, consts.SECOND);
|
204
|
+
}
|
205
|
+
|
206
|
+
return dst_change;
|
207
|
+
},
|
208
|
+
|
209
|
+
windows7_adaptations = function windows7_adaptions(rule_list, preliminary_timezone, score, sample) {
|
210
|
+
if (score !== 'N/A') {
|
211
|
+
return score;
|
212
|
+
}
|
213
|
+
if (preliminary_timezone === 'Asia/Beirut') {
|
214
|
+
if (sample.name === 'Africa/Cairo') {
|
215
|
+
if (rule_list[6].s === 1398376800000 && rule_list[6].e === 1411678800000) {
|
216
|
+
return 0;
|
217
|
+
}
|
218
|
+
}
|
219
|
+
if (sample.name === 'Asia/Jerusalem') {
|
220
|
+
if (rule_list[6].s === 1395964800000 && rule_list[6].e === 1411858800000) {
|
221
|
+
return 0;
|
222
|
+
}
|
223
|
+
}
|
224
|
+
} else if (preliminary_timezone === 'America/Santiago') {
|
225
|
+
if (sample.name === 'America/Asuncion') {
|
226
|
+
if (rule_list[6].s === 1412481600000 && rule_list[6].e === 1397358000000) {
|
227
|
+
return 0;
|
228
|
+
}
|
229
|
+
}
|
230
|
+
if (sample.name === 'America/Campo_Grande') {
|
231
|
+
if (rule_list[6].s === 1413691200000 && rule_list[6].e === 1392519600000) {
|
232
|
+
return 0;
|
233
|
+
}
|
234
|
+
}
|
235
|
+
} else if (preliminary_timezone === 'America/Montevideo') {
|
236
|
+
if (sample.name === 'America/Sao_Paulo') {
|
237
|
+
if (rule_list[6].s === 1413687600000 && rule_list[6].e === 1392516000000) {
|
238
|
+
return 0;
|
239
|
+
}
|
240
|
+
}
|
241
|
+
} else if (preliminary_timezone === 'Pacific/Auckland') {
|
242
|
+
if (sample.name === 'Pacific/Fiji') {
|
243
|
+
if (rule_list[6].s === 1414245600000 && rule_list[6].e === 1396101600000) {
|
244
|
+
return 0;
|
245
|
+
}
|
246
|
+
}
|
247
|
+
}
|
248
|
+
|
249
|
+
return score;
|
250
|
+
},
|
251
|
+
|
252
|
+
/**
|
253
|
+
* Takes the DST rules for the current timezone, and proceeds to find matches
|
254
|
+
* in the jstz.olson.dst_rules.zones array.
|
255
|
+
*
|
256
|
+
* Compares samples to the current timezone on a scoring basis.
|
257
|
+
*
|
258
|
+
* Candidates are ruled immediately if either the candidate or the current zone
|
259
|
+
* has a DST rule where the other does not.
|
260
|
+
*
|
261
|
+
* Candidates are ruled out immediately if the current zone has a rule that is
|
262
|
+
* outside the DST scope of the candidate.
|
263
|
+
*
|
264
|
+
* Candidates are included for scoring if the current zones rules fall within the
|
265
|
+
* span of the samples rules.
|
266
|
+
*
|
267
|
+
* Low score is best, the score is calculated by summing up the differences in DST
|
268
|
+
* rules and if the consts.MAX_SCORE is overreached the candidate is ruled out.
|
269
|
+
*
|
270
|
+
* Yah follow? :)
|
271
|
+
*
|
272
|
+
* @param rule_list
|
273
|
+
* @param preliminary_timezone
|
274
|
+
* @returns {*}
|
275
|
+
*/
|
276
|
+
best_dst_match = function best_dst_match(rule_list, preliminary_timezone) {
|
277
|
+
var score_sample = function score_sample(sample) {
|
278
|
+
var score = 0;
|
279
|
+
|
280
|
+
for (var j = 0; j < rule_list.length; j++) {
|
281
|
+
|
282
|
+
// Both sample and current time zone report DST during the year.
|
283
|
+
if (!!sample.rules[j] && !!rule_list[j]) {
|
284
|
+
|
285
|
+
// The current time zone's DST rules are inside the sample's. Include.
|
286
|
+
if (rule_list[j].s >= sample.rules[j].s && rule_list[j].e <= sample.rules[j].e) {
|
287
|
+
score = 0;
|
288
|
+
score += Math.abs(rule_list[j].s - sample.rules[j].s);
|
289
|
+
score += Math.abs(sample.rules[j].e - rule_list[j].e);
|
290
|
+
|
291
|
+
// The current time zone's DST rules are outside the sample's. Discard.
|
292
|
+
} else {
|
293
|
+
score = 'N/A';
|
294
|
+
break;
|
295
|
+
}
|
296
|
+
|
297
|
+
// The max score has been reached. Discard.
|
298
|
+
if (score > consts.MAX_SCORE) {
|
299
|
+
score = 'N/A';
|
300
|
+
break;
|
301
|
+
}
|
302
|
+
}
|
303
|
+
}
|
304
|
+
|
305
|
+
score = windows7_adaptations(rule_list, preliminary_timezone, score, sample);
|
306
|
+
|
307
|
+
return score;
|
308
|
+
};
|
309
|
+
var scoreboard = {};
|
310
|
+
var dst_zones = jstz.olson.dst_rules.zones;
|
311
|
+
var dst_zones_length = dst_zones.length;
|
312
|
+
var ambiguities = consts.AMBIGUITIES[preliminary_timezone];
|
313
|
+
|
314
|
+
for (var i = 0; i < dst_zones_length; i++) {
|
315
|
+
var sample = dst_zones[i];
|
316
|
+
var score = score_sample(dst_zones[i]);
|
317
|
+
|
318
|
+
if (score !== 'N/A') {
|
319
|
+
scoreboard[sample.name] = score;
|
320
|
+
}
|
321
|
+
}
|
322
|
+
|
323
|
+
for (var tz in scoreboard) {
|
324
|
+
if (scoreboard.hasOwnProperty(tz)) {
|
325
|
+
for (var j = 0; j < ambiguities.length; j++) {
|
326
|
+
if (ambiguities[j] === tz) {
|
327
|
+
return tz;
|
328
|
+
}
|
329
|
+
}
|
330
|
+
}
|
331
|
+
}
|
332
|
+
|
333
|
+
return preliminary_timezone;
|
334
|
+
},
|
335
|
+
|
336
|
+
/**
|
337
|
+
* Takes the preliminary_timezone as detected by lookup_key().
|
338
|
+
*
|
339
|
+
* Builds up the current timezones DST rules for the years defined
|
340
|
+
* in the jstz.olson.dst_rules.years array.
|
341
|
+
*
|
342
|
+
* If there are no DST occurences for those years, immediately returns
|
343
|
+
* the preliminary timezone. Otherwise proceeds and tries to solve
|
344
|
+
* ambiguities.
|
345
|
+
*
|
346
|
+
* @param preliminary_timezone
|
347
|
+
* @returns {String} timezone_name
|
348
|
+
*/
|
349
|
+
get_by_dst = function get_by_dst(preliminary_timezone) {
|
350
|
+
var get_rules = function get_rules() {
|
351
|
+
var rule_list = [];
|
352
|
+
for (var i = 0; i < jstz.olson.dst_rules.years.length; i++) {
|
353
|
+
var year_rules = dst_dates(jstz.olson.dst_rules.years[i]);
|
354
|
+
rule_list.push(year_rules);
|
355
|
+
}
|
356
|
+
return rule_list;
|
357
|
+
};
|
358
|
+
var check_has_dst = function check_has_dst(rules) {
|
359
|
+
for (var i = 0; i < rules.length; i++) {
|
360
|
+
if (rules[i] !== false) {
|
361
|
+
return true;
|
362
|
+
}
|
363
|
+
}
|
364
|
+
return false;
|
365
|
+
};
|
366
|
+
var rules = get_rules();
|
367
|
+
var has_dst = check_has_dst(rules);
|
368
|
+
|
369
|
+
if (has_dst) {
|
370
|
+
return best_dst_match(rules, preliminary_timezone);
|
371
|
+
}
|
372
|
+
|
373
|
+
return preliminary_timezone;
|
374
|
+
},
|
375
|
+
|
376
|
+
/**
|
377
|
+
* Uses get_timezone_info() to formulate a key to use in the olson.timezones dictionary.
|
378
|
+
*
|
379
|
+
* Returns an object with one function ".name()"
|
380
|
+
*
|
381
|
+
* @returns Object
|
382
|
+
*/
|
383
|
+
determine = function determine() {
|
384
|
+
var preliminary_tz = get_from_internationalization_api();
|
385
|
+
|
386
|
+
if (!preliminary_tz) {
|
387
|
+
preliminary_tz = jstz.olson.timezones[lookup_key()];
|
388
|
+
|
389
|
+
if (typeof consts.AMBIGUITIES[preliminary_tz] !== 'undefined') {
|
390
|
+
preliminary_tz = get_by_dst(preliminary_tz);
|
391
|
+
}
|
392
|
+
}
|
393
|
+
|
394
|
+
return {
|
395
|
+
name: function () {
|
396
|
+
return preliminary_tz;
|
397
|
+
}
|
398
|
+
};
|
399
|
+
};
|
400
|
+
|
401
|
+
return {
|
402
|
+
determine: determine
|
403
|
+
};
|
404
|
+
}());
|
405
|
+
|
406
|
+
|
407
|
+
jstz.olson = jstz.olson || {};
|
408
|
+
|
409
|
+
/**
|
410
|
+
* The keys in this dictionary are comma separated as such:
|
411
|
+
*
|
412
|
+
* First the offset compared to UTC time in minutes.
|
413
|
+
*
|
414
|
+
* Then a flag which is 0 if the timezone does not take daylight savings into account and 1 if it
|
415
|
+
* does.
|
416
|
+
*
|
417
|
+
* Thirdly an optional 's' signifies that the timezone is in the southern hemisphere,
|
418
|
+
* only interesting for timezones with DST.
|
419
|
+
*
|
420
|
+
* The mapped arrays is used for constructing the jstz.TimeZone object from within
|
421
|
+
* jstz.determine();
|
422
|
+
*/
|
423
|
+
jstz.olson.timezones = {
|
424
|
+
'-720,0': 'Etc/GMT+12',
|
425
|
+
'-660,0': 'Pacific/Pago_Pago',
|
426
|
+
'-660,1,s': 'Pacific/Apia', // Why? Because windows... cry!
|
427
|
+
'-600,1': 'America/Adak',
|
428
|
+
'-600,0': 'Pacific/Honolulu',
|
429
|
+
'-570,0': 'Pacific/Marquesas',
|
430
|
+
'-540,0': 'Pacific/Gambier',
|
431
|
+
'-540,1': 'America/Anchorage',
|
432
|
+
'-480,1': 'America/Los_Angeles',
|
433
|
+
'-480,0': 'Pacific/Pitcairn',
|
434
|
+
'-420,0': 'America/Phoenix',
|
435
|
+
'-420,1': 'America/Denver',
|
436
|
+
'-360,0': 'America/Guatemala',
|
437
|
+
'-360,1': 'America/Chicago',
|
438
|
+
'-360,1,s': 'Pacific/Easter',
|
439
|
+
'-300,0': 'America/Bogota',
|
440
|
+
'-300,1': 'America/New_York',
|
441
|
+
'-270,0': 'America/Caracas',
|
442
|
+
'-240,1': 'America/Halifax',
|
443
|
+
'-240,0': 'America/Santo_Domingo',
|
444
|
+
'-240,1,s': 'America/Asuncion',
|
445
|
+
'-210,1': 'America/St_Johns',
|
446
|
+
'-180,1': 'America/Godthab',
|
447
|
+
'-180,0': 'America/Argentina/Buenos_Aires',
|
448
|
+
'-180,1,s': 'America/Montevideo',
|
449
|
+
'-120,0': 'America/Noronha',
|
450
|
+
'-120,1': 'America/Noronha',
|
451
|
+
'-60,1': 'Atlantic/Azores',
|
452
|
+
'-60,0': 'Atlantic/Cape_Verde',
|
453
|
+
'0,0': 'UTC',
|
454
|
+
'0,1': 'Europe/London',
|
455
|
+
'60,1': 'Europe/Berlin',
|
456
|
+
'60,0': 'Africa/Lagos',
|
457
|
+
'60,1,s': 'Africa/Windhoek',
|
458
|
+
'120,1': 'Asia/Beirut',
|
459
|
+
'120,0': 'Africa/Johannesburg',
|
460
|
+
'180,0': 'Asia/Baghdad',
|
461
|
+
'180,1': 'Europe/Moscow',
|
462
|
+
'210,1': 'Asia/Tehran',
|
463
|
+
'240,0': 'Asia/Dubai',
|
464
|
+
'240,1': 'Asia/Baku',
|
465
|
+
'270,0': 'Asia/Kabul',
|
466
|
+
'300,1': 'Asia/Yekaterinburg',
|
467
|
+
'300,0': 'Asia/Karachi',
|
468
|
+
'330,0': 'Asia/Kolkata',
|
469
|
+
'345,0': 'Asia/Kathmandu',
|
470
|
+
'360,0': 'Asia/Dhaka',
|
471
|
+
'360,1': 'Asia/Omsk',
|
472
|
+
'390,0': 'Asia/Rangoon',
|
473
|
+
'420,1': 'Asia/Krasnoyarsk',
|
474
|
+
'420,0': 'Asia/Jakarta',
|
475
|
+
'480,0': 'Asia/Shanghai',
|
476
|
+
'480,1': 'Asia/Irkutsk',
|
477
|
+
'525,0': 'Australia/Eucla',
|
478
|
+
'525,1,s': 'Australia/Eucla',
|
479
|
+
'540,1': 'Asia/Yakutsk',
|
480
|
+
'540,0': 'Asia/Tokyo',
|
481
|
+
'570,0': 'Australia/Darwin',
|
482
|
+
'570,1,s': 'Australia/Adelaide',
|
483
|
+
'600,0': 'Australia/Brisbane',
|
484
|
+
'600,1': 'Asia/Vladivostok',
|
485
|
+
'600,1,s': 'Australia/Sydney',
|
486
|
+
'630,1,s': 'Australia/Lord_Howe',
|
487
|
+
'660,1': 'Asia/Kamchatka',
|
488
|
+
'660,0': 'Pacific/Noumea',
|
489
|
+
'690,0': 'Pacific/Norfolk',
|
490
|
+
'720,1,s': 'Pacific/Auckland',
|
491
|
+
'720,0': 'Pacific/Majuro',
|
492
|
+
'765,1,s': 'Pacific/Chatham',
|
493
|
+
'780,0': 'Pacific/Tongatapu',
|
494
|
+
'780,1,s': 'Pacific/Apia',
|
495
|
+
'840,0': 'Pacific/Kiritimati'
|
496
|
+
};
|
497
|
+
|
498
|
+
/* Build time: 2015-11-02 13:01:00Z Build by invoking python utilities/dst.py generate */
|
499
|
+
jstz.olson.dst_rules = {
|
500
|
+
"years": [
|
501
|
+
2008,
|
502
|
+
2009,
|
503
|
+
2010,
|
504
|
+
2011,
|
505
|
+
2012,
|
506
|
+
2013,
|
507
|
+
2014
|
508
|
+
],
|
509
|
+
"zones": [
|
510
|
+
{
|
511
|
+
"name": "Africa/Cairo",
|
512
|
+
"rules": [
|
513
|
+
{
|
514
|
+
"e": 1219957200000,
|
515
|
+
"s": 1209074400000
|
516
|
+
},
|
517
|
+
{
|
518
|
+
"e": 1250802000000,
|
519
|
+
"s": 1240524000000
|
520
|
+
},
|
521
|
+
{
|
522
|
+
"e": 1285880400000,
|
523
|
+
"s": 1284069600000
|
524
|
+
},
|
525
|
+
false,
|
526
|
+
false,
|
527
|
+
false,
|
528
|
+
{
|
529
|
+
"e": 1411678800000,
|
530
|
+
"s": 1406844000000
|
531
|
+
}
|
532
|
+
]
|
533
|
+
},
|
534
|
+
{
|
535
|
+
"name": "Africa/Casablanca",
|
536
|
+
"rules": [
|
537
|
+
{
|
538
|
+
"e": 1220223600000,
|
539
|
+
"s": 1212278400000
|
540
|
+
},
|
541
|
+
{
|
542
|
+
"e": 1250809200000,
|
543
|
+
"s": 1243814400000
|
544
|
+
},
|
545
|
+
{
|
546
|
+
"e": 1281222000000,
|
547
|
+
"s": 1272758400000
|
548
|
+
},
|
549
|
+
{
|
550
|
+
"e": 1312066800000,
|
551
|
+
"s": 1301788800000
|
552
|
+
},
|
553
|
+
{
|
554
|
+
"e": 1348970400000,
|
555
|
+
"s": 1345428000000
|
556
|
+
},
|
557
|
+
{
|
558
|
+
"e": 1382839200000,
|
559
|
+
"s": 1376100000000
|
560
|
+
},
|
561
|
+
{
|
562
|
+
"e": 1414288800000,
|
563
|
+
"s": 1406944800000
|
564
|
+
}
|
565
|
+
]
|
566
|
+
},
|
567
|
+
{
|
568
|
+
"name": "America/Asuncion",
|
569
|
+
"rules": [
|
570
|
+
{
|
571
|
+
"e": 1205031600000,
|
572
|
+
"s": 1224388800000
|
573
|
+
},
|
574
|
+
{
|
575
|
+
"e": 1236481200000,
|
576
|
+
"s": 1255838400000
|
577
|
+
},
|
578
|
+
{
|
579
|
+
"e": 1270954800000,
|
580
|
+
"s": 1286078400000
|
581
|
+
},
|
582
|
+
{
|
583
|
+
"e": 1302404400000,
|
584
|
+
"s": 1317528000000
|
585
|
+
},
|
586
|
+
{
|
587
|
+
"e": 1333854000000,
|
588
|
+
"s": 1349582400000
|
589
|
+
},
|
590
|
+
{
|
591
|
+
"e": 1364094000000,
|
592
|
+
"s": 1381032000000
|
593
|
+
},
|
594
|
+
{
|
595
|
+
"e": 1395543600000,
|
596
|
+
"s": 1412481600000
|
597
|
+
}
|
598
|
+
]
|
599
|
+
},
|
600
|
+
{
|
601
|
+
"name": "America/Campo_Grande",
|
602
|
+
"rules": [
|
603
|
+
{
|
604
|
+
"e": 1203217200000,
|
605
|
+
"s": 1224388800000
|
606
|
+
},
|
607
|
+
{
|
608
|
+
"e": 1234666800000,
|
609
|
+
"s": 1255838400000
|
610
|
+
},
|
611
|
+
{
|
612
|
+
"e": 1266721200000,
|
613
|
+
"s": 1287288000000
|
614
|
+
},
|
615
|
+
{
|
616
|
+
"e": 1298170800000,
|
617
|
+
"s": 1318737600000
|
618
|
+
},
|
619
|
+
{
|
620
|
+
"e": 1330225200000,
|
621
|
+
"s": 1350792000000
|
622
|
+
},
|
623
|
+
{
|
624
|
+
"e": 1361070000000,
|
625
|
+
"s": 1382241600000
|
626
|
+
},
|
627
|
+
{
|
628
|
+
"e": 1392519600000,
|
629
|
+
"s": 1413691200000
|
630
|
+
}
|
631
|
+
]
|
632
|
+
},
|
633
|
+
{
|
634
|
+
"name": "America/Goose_Bay",
|
635
|
+
"rules": [
|
636
|
+
{
|
637
|
+
"e": 1225594860000,
|
638
|
+
"s": 1205035260000
|
639
|
+
},
|
640
|
+
{
|
641
|
+
"e": 1257044460000,
|
642
|
+
"s": 1236484860000
|
643
|
+
},
|
644
|
+
{
|
645
|
+
"e": 1289098860000,
|
646
|
+
"s": 1268539260000
|
647
|
+
},
|
648
|
+
{
|
649
|
+
"e": 1320555600000,
|
650
|
+
"s": 1299988860000
|
651
|
+
},
|
652
|
+
{
|
653
|
+
"e": 1352005200000,
|
654
|
+
"s": 1331445600000
|
655
|
+
},
|
656
|
+
{
|
657
|
+
"e": 1383454800000,
|
658
|
+
"s": 1362895200000
|
659
|
+
},
|
660
|
+
{
|
661
|
+
"e": 1414904400000,
|
662
|
+
"s": 1394344800000
|
663
|
+
}
|
664
|
+
]
|
665
|
+
},
|
666
|
+
{
|
667
|
+
"name": "America/Havana",
|
668
|
+
"rules": [
|
669
|
+
{
|
670
|
+
"e": 1224997200000,
|
671
|
+
"s": 1205643600000
|
672
|
+
},
|
673
|
+
{
|
674
|
+
"e": 1256446800000,
|
675
|
+
"s": 1236488400000
|
676
|
+
},
|
677
|
+
{
|
678
|
+
"e": 1288501200000,
|
679
|
+
"s": 1268542800000
|
680
|
+
},
|
681
|
+
{
|
682
|
+
"e": 1321160400000,
|
683
|
+
"s": 1300597200000
|
684
|
+
},
|
685
|
+
{
|
686
|
+
"e": 1352005200000,
|
687
|
+
"s": 1333256400000
|
688
|
+
},
|
689
|
+
{
|
690
|
+
"e": 1383454800000,
|
691
|
+
"s": 1362891600000
|
692
|
+
},
|
693
|
+
{
|
694
|
+
"e": 1414904400000,
|
695
|
+
"s": 1394341200000
|
696
|
+
}
|
697
|
+
]
|
698
|
+
},
|
699
|
+
{
|
700
|
+
"name": "America/Mazatlan",
|
701
|
+
"rules": [
|
702
|
+
{
|
703
|
+
"e": 1225008000000,
|
704
|
+
"s": 1207472400000
|
705
|
+
},
|
706
|
+
{
|
707
|
+
"e": 1256457600000,
|
708
|
+
"s": 1238922000000
|
709
|
+
},
|
710
|
+
{
|
711
|
+
"e": 1288512000000,
|
712
|
+
"s": 1270371600000
|
713
|
+
},
|
714
|
+
{
|
715
|
+
"e": 1319961600000,
|
716
|
+
"s": 1301821200000
|
717
|
+
},
|
718
|
+
{
|
719
|
+
"e": 1351411200000,
|
720
|
+
"s": 1333270800000
|
721
|
+
},
|
722
|
+
{
|
723
|
+
"e": 1382860800000,
|
724
|
+
"s": 1365325200000
|
725
|
+
},
|
726
|
+
{
|
727
|
+
"e": 1414310400000,
|
728
|
+
"s": 1396774800000
|
729
|
+
}
|
730
|
+
]
|
731
|
+
},
|
732
|
+
{
|
733
|
+
"name": "America/Mexico_City",
|
734
|
+
"rules": [
|
735
|
+
{
|
736
|
+
"e": 1225004400000,
|
737
|
+
"s": 1207468800000
|
738
|
+
},
|
739
|
+
{
|
740
|
+
"e": 1256454000000,
|
741
|
+
"s": 1238918400000
|
742
|
+
},
|
743
|
+
{
|
744
|
+
"e": 1288508400000,
|
745
|
+
"s": 1270368000000
|
746
|
+
},
|
747
|
+
{
|
748
|
+
"e": 1319958000000,
|
749
|
+
"s": 1301817600000
|
750
|
+
},
|
751
|
+
{
|
752
|
+
"e": 1351407600000,
|
753
|
+
"s": 1333267200000
|
754
|
+
},
|
755
|
+
{
|
756
|
+
"e": 1382857200000,
|
757
|
+
"s": 1365321600000
|
758
|
+
},
|
759
|
+
{
|
760
|
+
"e": 1414306800000,
|
761
|
+
"s": 1396771200000
|
762
|
+
}
|
763
|
+
]
|
764
|
+
},
|
765
|
+
{
|
766
|
+
"name": "America/Miquelon",
|
767
|
+
"rules": [
|
768
|
+
{
|
769
|
+
"e": 1225598400000,
|
770
|
+
"s": 1205038800000
|
771
|
+
},
|
772
|
+
{
|
773
|
+
"e": 1257048000000,
|
774
|
+
"s": 1236488400000
|
775
|
+
},
|
776
|
+
{
|
777
|
+
"e": 1289102400000,
|
778
|
+
"s": 1268542800000
|
779
|
+
},
|
780
|
+
{
|
781
|
+
"e": 1320552000000,
|
782
|
+
"s": 1299992400000
|
783
|
+
},
|
784
|
+
{
|
785
|
+
"e": 1352001600000,
|
786
|
+
"s": 1331442000000
|
787
|
+
},
|
788
|
+
{
|
789
|
+
"e": 1383451200000,
|
790
|
+
"s": 1362891600000
|
791
|
+
},
|
792
|
+
{
|
793
|
+
"e": 1414900800000,
|
794
|
+
"s": 1394341200000
|
795
|
+
}
|
796
|
+
]
|
797
|
+
},
|
798
|
+
{
|
799
|
+
"name": "America/Santa_Isabel",
|
800
|
+
"rules": [
|
801
|
+
{
|
802
|
+
"e": 1225011600000,
|
803
|
+
"s": 1207476000000
|
804
|
+
},
|
805
|
+
{
|
806
|
+
"e": 1256461200000,
|
807
|
+
"s": 1238925600000
|
808
|
+
},
|
809
|
+
{
|
810
|
+
"e": 1288515600000,
|
811
|
+
"s": 1270375200000
|
812
|
+
},
|
813
|
+
{
|
814
|
+
"e": 1319965200000,
|
815
|
+
"s": 1301824800000
|
816
|
+
},
|
817
|
+
{
|
818
|
+
"e": 1351414800000,
|
819
|
+
"s": 1333274400000
|
820
|
+
},
|
821
|
+
{
|
822
|
+
"e": 1382864400000,
|
823
|
+
"s": 1365328800000
|
824
|
+
},
|
825
|
+
{
|
826
|
+
"e": 1414314000000,
|
827
|
+
"s": 1396778400000
|
828
|
+
}
|
829
|
+
]
|
830
|
+
},
|
831
|
+
{
|
832
|
+
"name": "America/Santiago",
|
833
|
+
"rules": [
|
834
|
+
{
|
835
|
+
"e": 1206846000000,
|
836
|
+
"s": 1223784000000
|
837
|
+
},
|
838
|
+
{
|
839
|
+
"e": 1237086000000,
|
840
|
+
"s": 1255233600000
|
841
|
+
},
|
842
|
+
{
|
843
|
+
"e": 1270350000000,
|
844
|
+
"s": 1286683200000
|
845
|
+
},
|
846
|
+
{
|
847
|
+
"e": 1304823600000,
|
848
|
+
"s": 1313899200000
|
849
|
+
},
|
850
|
+
{
|
851
|
+
"e": 1335668400000,
|
852
|
+
"s": 1346558400000
|
853
|
+
},
|
854
|
+
{
|
855
|
+
"e": 1367118000000,
|
856
|
+
"s": 1378612800000
|
857
|
+
},
|
858
|
+
{
|
859
|
+
"e": 1398567600000,
|
860
|
+
"s": 1410062400000
|
861
|
+
}
|
862
|
+
]
|
863
|
+
},
|
864
|
+
{
|
865
|
+
"name": "America/Sao_Paulo",
|
866
|
+
"rules": [
|
867
|
+
{
|
868
|
+
"e": 1203213600000,
|
869
|
+
"s": 1224385200000
|
870
|
+
},
|
871
|
+
{
|
872
|
+
"e": 1234663200000,
|
873
|
+
"s": 1255834800000
|
874
|
+
},
|
875
|
+
{
|
876
|
+
"e": 1266717600000,
|
877
|
+
"s": 1287284400000
|
878
|
+
},
|
879
|
+
{
|
880
|
+
"e": 1298167200000,
|
881
|
+
"s": 1318734000000
|
882
|
+
},
|
883
|
+
{
|
884
|
+
"e": 1330221600000,
|
885
|
+
"s": 1350788400000
|
886
|
+
},
|
887
|
+
{
|
888
|
+
"e": 1361066400000,
|
889
|
+
"s": 1382238000000
|
890
|
+
},
|
891
|
+
{
|
892
|
+
"e": 1392516000000,
|
893
|
+
"s": 1413687600000
|
894
|
+
}
|
895
|
+
]
|
896
|
+
},
|
897
|
+
{
|
898
|
+
"name": "Asia/Amman",
|
899
|
+
"rules": [
|
900
|
+
{
|
901
|
+
"e": 1225404000000,
|
902
|
+
"s": 1206655200000
|
903
|
+
},
|
904
|
+
{
|
905
|
+
"e": 1256853600000,
|
906
|
+
"s": 1238104800000
|
907
|
+
},
|
908
|
+
{
|
909
|
+
"e": 1288303200000,
|
910
|
+
"s": 1269554400000
|
911
|
+
},
|
912
|
+
{
|
913
|
+
"e": 1319752800000,
|
914
|
+
"s": 1301608800000
|
915
|
+
},
|
916
|
+
false,
|
917
|
+
false,
|
918
|
+
{
|
919
|
+
"e": 1414706400000,
|
920
|
+
"s": 1395957600000
|
921
|
+
}
|
922
|
+
]
|
923
|
+
},
|
924
|
+
{
|
925
|
+
"name": "Asia/Damascus",
|
926
|
+
"rules": [
|
927
|
+
{
|
928
|
+
"e": 1225486800000,
|
929
|
+
"s": 1207260000000
|
930
|
+
},
|
931
|
+
{
|
932
|
+
"e": 1256850000000,
|
933
|
+
"s": 1238104800000
|
934
|
+
},
|
935
|
+
{
|
936
|
+
"e": 1288299600000,
|
937
|
+
"s": 1270159200000
|
938
|
+
},
|
939
|
+
{
|
940
|
+
"e": 1319749200000,
|
941
|
+
"s": 1301608800000
|
942
|
+
},
|
943
|
+
{
|
944
|
+
"e": 1351198800000,
|
945
|
+
"s": 1333058400000
|
946
|
+
},
|
947
|
+
{
|
948
|
+
"e": 1382648400000,
|
949
|
+
"s": 1364508000000
|
950
|
+
},
|
951
|
+
{
|
952
|
+
"e": 1414702800000,
|
953
|
+
"s": 1395957600000
|
954
|
+
}
|
955
|
+
]
|
956
|
+
},
|
957
|
+
{
|
958
|
+
"name": "Asia/Dubai",
|
959
|
+
"rules": [
|
960
|
+
false,
|
961
|
+
false,
|
962
|
+
false,
|
963
|
+
false,
|
964
|
+
false,
|
965
|
+
false,
|
966
|
+
false
|
967
|
+
]
|
968
|
+
},
|
969
|
+
{
|
970
|
+
"name": "Asia/Gaza",
|
971
|
+
"rules": [
|
972
|
+
{
|
973
|
+
"e": 1219957200000,
|
974
|
+
"s": 1206655200000
|
975
|
+
},
|
976
|
+
{
|
977
|
+
"e": 1252015200000,
|
978
|
+
"s": 1238104800000
|
979
|
+
},
|
980
|
+
{
|
981
|
+
"e": 1281474000000,
|
982
|
+
"s": 1269640860000
|
983
|
+
},
|
984
|
+
{
|
985
|
+
"e": 1312146000000,
|
986
|
+
"s": 1301608860000
|
987
|
+
},
|
988
|
+
{
|
989
|
+
"e": 1348178400000,
|
990
|
+
"s": 1333058400000
|
991
|
+
},
|
992
|
+
{
|
993
|
+
"e": 1380229200000,
|
994
|
+
"s": 1364508000000
|
995
|
+
},
|
996
|
+
{
|
997
|
+
"e": 1414098000000,
|
998
|
+
"s": 1395957600000
|
999
|
+
}
|
1000
|
+
]
|
1001
|
+
},
|
1002
|
+
{
|
1003
|
+
"name": "Asia/Irkutsk",
|
1004
|
+
"rules": [
|
1005
|
+
{
|
1006
|
+
"e": 1224957600000,
|
1007
|
+
"s": 1206813600000
|
1008
|
+
},
|
1009
|
+
{
|
1010
|
+
"e": 1256407200000,
|
1011
|
+
"s": 1238263200000
|
1012
|
+
},
|
1013
|
+
{
|
1014
|
+
"e": 1288461600000,
|
1015
|
+
"s": 1269712800000
|
1016
|
+
},
|
1017
|
+
false,
|
1018
|
+
false,
|
1019
|
+
false,
|
1020
|
+
false
|
1021
|
+
]
|
1022
|
+
},
|
1023
|
+
{
|
1024
|
+
"name": "Asia/Jerusalem",
|
1025
|
+
"rules": [
|
1026
|
+
{
|
1027
|
+
"e": 1223161200000,
|
1028
|
+
"s": 1206662400000
|
1029
|
+
},
|
1030
|
+
{
|
1031
|
+
"e": 1254006000000,
|
1032
|
+
"s": 1238112000000
|
1033
|
+
},
|
1034
|
+
{
|
1035
|
+
"e": 1284246000000,
|
1036
|
+
"s": 1269561600000
|
1037
|
+
},
|
1038
|
+
{
|
1039
|
+
"e": 1317510000000,
|
1040
|
+
"s": 1301616000000
|
1041
|
+
},
|
1042
|
+
{
|
1043
|
+
"e": 1348354800000,
|
1044
|
+
"s": 1333065600000
|
1045
|
+
},
|
1046
|
+
{
|
1047
|
+
"e": 1382828400000,
|
1048
|
+
"s": 1364515200000
|
1049
|
+
},
|
1050
|
+
{
|
1051
|
+
"e": 1414278000000,
|
1052
|
+
"s": 1395964800000
|
1053
|
+
}
|
1054
|
+
]
|
1055
|
+
},
|
1056
|
+
{
|
1057
|
+
"name": "Asia/Kamchatka",
|
1058
|
+
"rules": [
|
1059
|
+
{
|
1060
|
+
"e": 1224943200000,
|
1061
|
+
"s": 1206799200000
|
1062
|
+
},
|
1063
|
+
{
|
1064
|
+
"e": 1256392800000,
|
1065
|
+
"s": 1238248800000
|
1066
|
+
},
|
1067
|
+
{
|
1068
|
+
"e": 1288450800000,
|
1069
|
+
"s": 1269698400000
|
1070
|
+
},
|
1071
|
+
false,
|
1072
|
+
false,
|
1073
|
+
false,
|
1074
|
+
false
|
1075
|
+
]
|
1076
|
+
},
|
1077
|
+
{
|
1078
|
+
"name": "Asia/Krasnoyarsk",
|
1079
|
+
"rules": [
|
1080
|
+
{
|
1081
|
+
"e": 1224961200000,
|
1082
|
+
"s": 1206817200000
|
1083
|
+
},
|
1084
|
+
{
|
1085
|
+
"e": 1256410800000,
|
1086
|
+
"s": 1238266800000
|
1087
|
+
},
|
1088
|
+
{
|
1089
|
+
"e": 1288465200000,
|
1090
|
+
"s": 1269716400000
|
1091
|
+
},
|
1092
|
+
false,
|
1093
|
+
false,
|
1094
|
+
false,
|
1095
|
+
false
|
1096
|
+
]
|
1097
|
+
},
|
1098
|
+
{
|
1099
|
+
"name": "Asia/Omsk",
|
1100
|
+
"rules": [
|
1101
|
+
{
|
1102
|
+
"e": 1224964800000,
|
1103
|
+
"s": 1206820800000
|
1104
|
+
},
|
1105
|
+
{
|
1106
|
+
"e": 1256414400000,
|
1107
|
+
"s": 1238270400000
|
1108
|
+
},
|
1109
|
+
{
|
1110
|
+
"e": 1288468800000,
|
1111
|
+
"s": 1269720000000
|
1112
|
+
},
|
1113
|
+
false,
|
1114
|
+
false,
|
1115
|
+
false,
|
1116
|
+
false
|
1117
|
+
]
|
1118
|
+
},
|
1119
|
+
{
|
1120
|
+
"name": "Asia/Vladivostok",
|
1121
|
+
"rules": [
|
1122
|
+
{
|
1123
|
+
"e": 1224950400000,
|
1124
|
+
"s": 1206806400000
|
1125
|
+
},
|
1126
|
+
{
|
1127
|
+
"e": 1256400000000,
|
1128
|
+
"s": 1238256000000
|
1129
|
+
},
|
1130
|
+
{
|
1131
|
+
"e": 1288454400000,
|
1132
|
+
"s": 1269705600000
|
1133
|
+
},
|
1134
|
+
false,
|
1135
|
+
false,
|
1136
|
+
false,
|
1137
|
+
false
|
1138
|
+
]
|
1139
|
+
},
|
1140
|
+
{
|
1141
|
+
"name": "Asia/Yakutsk",
|
1142
|
+
"rules": [
|
1143
|
+
{
|
1144
|
+
"e": 1224954000000,
|
1145
|
+
"s": 1206810000000
|
1146
|
+
},
|
1147
|
+
{
|
1148
|
+
"e": 1256403600000,
|
1149
|
+
"s": 1238259600000
|
1150
|
+
},
|
1151
|
+
{
|
1152
|
+
"e": 1288458000000,
|
1153
|
+
"s": 1269709200000
|
1154
|
+
},
|
1155
|
+
false,
|
1156
|
+
false,
|
1157
|
+
false,
|
1158
|
+
false
|
1159
|
+
]
|
1160
|
+
},
|
1161
|
+
{
|
1162
|
+
"name": "Asia/Yekaterinburg",
|
1163
|
+
"rules": [
|
1164
|
+
{
|
1165
|
+
"e": 1224968400000,
|
1166
|
+
"s": 1206824400000
|
1167
|
+
},
|
1168
|
+
{
|
1169
|
+
"e": 1256418000000,
|
1170
|
+
"s": 1238274000000
|
1171
|
+
},
|
1172
|
+
{
|
1173
|
+
"e": 1288472400000,
|
1174
|
+
"s": 1269723600000
|
1175
|
+
},
|
1176
|
+
false,
|
1177
|
+
false,
|
1178
|
+
false,
|
1179
|
+
false
|
1180
|
+
]
|
1181
|
+
},
|
1182
|
+
{
|
1183
|
+
"name": "Asia/Yerevan",
|
1184
|
+
"rules": [
|
1185
|
+
{
|
1186
|
+
"e": 1224972000000,
|
1187
|
+
"s": 1206828000000
|
1188
|
+
},
|
1189
|
+
{
|
1190
|
+
"e": 1256421600000,
|
1191
|
+
"s": 1238277600000
|
1192
|
+
},
|
1193
|
+
{
|
1194
|
+
"e": 1288476000000,
|
1195
|
+
"s": 1269727200000
|
1196
|
+
},
|
1197
|
+
{
|
1198
|
+
"e": 1319925600000,
|
1199
|
+
"s": 1301176800000
|
1200
|
+
},
|
1201
|
+
false,
|
1202
|
+
false,
|
1203
|
+
false
|
1204
|
+
]
|
1205
|
+
},
|
1206
|
+
{
|
1207
|
+
"name": "Australia/Lord_Howe",
|
1208
|
+
"rules": [
|
1209
|
+
{
|
1210
|
+
"e": 1207407600000,
|
1211
|
+
"s": 1223134200000
|
1212
|
+
},
|
1213
|
+
{
|
1214
|
+
"e": 1238857200000,
|
1215
|
+
"s": 1254583800000
|
1216
|
+
},
|
1217
|
+
{
|
1218
|
+
"e": 1270306800000,
|
1219
|
+
"s": 1286033400000
|
1220
|
+
},
|
1221
|
+
{
|
1222
|
+
"e": 1301756400000,
|
1223
|
+
"s": 1317483000000
|
1224
|
+
},
|
1225
|
+
{
|
1226
|
+
"e": 1333206000000,
|
1227
|
+
"s": 1349537400000
|
1228
|
+
},
|
1229
|
+
{
|
1230
|
+
"e": 1365260400000,
|
1231
|
+
"s": 1380987000000
|
1232
|
+
},
|
1233
|
+
{
|
1234
|
+
"e": 1396710000000,
|
1235
|
+
"s": 1412436600000
|
1236
|
+
}
|
1237
|
+
]
|
1238
|
+
},
|
1239
|
+
{
|
1240
|
+
"name": "Australia/Perth",
|
1241
|
+
"rules": [
|
1242
|
+
{
|
1243
|
+
"e": 1206813600000,
|
1244
|
+
"s": 1224957600000
|
1245
|
+
},
|
1246
|
+
false,
|
1247
|
+
false,
|
1248
|
+
false,
|
1249
|
+
false,
|
1250
|
+
false,
|
1251
|
+
false
|
1252
|
+
]
|
1253
|
+
},
|
1254
|
+
{
|
1255
|
+
"name": "Europe/Helsinki",
|
1256
|
+
"rules": [
|
1257
|
+
{
|
1258
|
+
"e": 1224982800000,
|
1259
|
+
"s": 1206838800000
|
1260
|
+
},
|
1261
|
+
{
|
1262
|
+
"e": 1256432400000,
|
1263
|
+
"s": 1238288400000
|
1264
|
+
},
|
1265
|
+
{
|
1266
|
+
"e": 1288486800000,
|
1267
|
+
"s": 1269738000000
|
1268
|
+
},
|
1269
|
+
{
|
1270
|
+
"e": 1319936400000,
|
1271
|
+
"s": 1301187600000
|
1272
|
+
},
|
1273
|
+
{
|
1274
|
+
"e": 1351386000000,
|
1275
|
+
"s": 1332637200000
|
1276
|
+
},
|
1277
|
+
{
|
1278
|
+
"e": 1382835600000,
|
1279
|
+
"s": 1364691600000
|
1280
|
+
},
|
1281
|
+
{
|
1282
|
+
"e": 1414285200000,
|
1283
|
+
"s": 1396141200000
|
1284
|
+
}
|
1285
|
+
]
|
1286
|
+
},
|
1287
|
+
{
|
1288
|
+
"name": "Europe/Minsk",
|
1289
|
+
"rules": [
|
1290
|
+
{
|
1291
|
+
"e": 1224979200000,
|
1292
|
+
"s": 1206835200000
|
1293
|
+
},
|
1294
|
+
{
|
1295
|
+
"e": 1256428800000,
|
1296
|
+
"s": 1238284800000
|
1297
|
+
},
|
1298
|
+
{
|
1299
|
+
"e": 1288483200000,
|
1300
|
+
"s": 1269734400000
|
1301
|
+
},
|
1302
|
+
false,
|
1303
|
+
false,
|
1304
|
+
false,
|
1305
|
+
false
|
1306
|
+
]
|
1307
|
+
},
|
1308
|
+
{
|
1309
|
+
"name": "Europe/Moscow",
|
1310
|
+
"rules": [
|
1311
|
+
{
|
1312
|
+
"e": 1224975600000,
|
1313
|
+
"s": 1206831600000
|
1314
|
+
},
|
1315
|
+
{
|
1316
|
+
"e": 1256425200000,
|
1317
|
+
"s": 1238281200000
|
1318
|
+
},
|
1319
|
+
{
|
1320
|
+
"e": 1288479600000,
|
1321
|
+
"s": 1269730800000
|
1322
|
+
},
|
1323
|
+
false,
|
1324
|
+
false,
|
1325
|
+
false,
|
1326
|
+
false
|
1327
|
+
]
|
1328
|
+
},
|
1329
|
+
{
|
1330
|
+
"name": "Pacific/Apia",
|
1331
|
+
"rules": [
|
1332
|
+
false,
|
1333
|
+
false,
|
1334
|
+
false,
|
1335
|
+
{
|
1336
|
+
"e": 1301752800000,
|
1337
|
+
"s": 1316872800000
|
1338
|
+
},
|
1339
|
+
{
|
1340
|
+
"e": 1333202400000,
|
1341
|
+
"s": 1348927200000
|
1342
|
+
},
|
1343
|
+
{
|
1344
|
+
"e": 1365256800000,
|
1345
|
+
"s": 1380376800000
|
1346
|
+
},
|
1347
|
+
{
|
1348
|
+
"e": 1396706400000,
|
1349
|
+
"s": 1411826400000
|
1350
|
+
}
|
1351
|
+
]
|
1352
|
+
},
|
1353
|
+
{
|
1354
|
+
"name": "Pacific/Fiji",
|
1355
|
+
"rules": [
|
1356
|
+
false,
|
1357
|
+
false,
|
1358
|
+
{
|
1359
|
+
"e": 1269698400000,
|
1360
|
+
"s": 1287842400000
|
1361
|
+
},
|
1362
|
+
{
|
1363
|
+
"e": 1327154400000,
|
1364
|
+
"s": 1319292000000
|
1365
|
+
},
|
1366
|
+
{
|
1367
|
+
"e": 1358604000000,
|
1368
|
+
"s": 1350741600000
|
1369
|
+
},
|
1370
|
+
{
|
1371
|
+
"e": 1390050000000,
|
1372
|
+
"s": 1382796000000
|
1373
|
+
},
|
1374
|
+
{
|
1375
|
+
"e": 1421503200000,
|
1376
|
+
"s": 1414850400000
|
1377
|
+
}
|
1378
|
+
]
|
1379
|
+
},
|
1380
|
+
{
|
1381
|
+
"name": "Europe/London",
|
1382
|
+
"rules": [
|
1383
|
+
{
|
1384
|
+
"e": 1224982800000,
|
1385
|
+
"s": 1206838800000
|
1386
|
+
},
|
1387
|
+
{
|
1388
|
+
"e": 1256432400000,
|
1389
|
+
"s": 1238288400000
|
1390
|
+
},
|
1391
|
+
{
|
1392
|
+
"e": 1288486800000,
|
1393
|
+
"s": 1269738000000
|
1394
|
+
},
|
1395
|
+
{
|
1396
|
+
"e": 1319936400000,
|
1397
|
+
"s": 1301187600000
|
1398
|
+
},
|
1399
|
+
{
|
1400
|
+
"e": 1351386000000,
|
1401
|
+
"s": 1332637200000
|
1402
|
+
},
|
1403
|
+
{
|
1404
|
+
"e": 1382835600000,
|
1405
|
+
"s": 1364691600000
|
1406
|
+
},
|
1407
|
+
{
|
1408
|
+
"e": 1414285200000,
|
1409
|
+
"s": 1396141200000
|
1410
|
+
}
|
1411
|
+
]
|
1412
|
+
}
|
1413
|
+
]
|
1414
|
+
};
|
1415
|
+
if (typeof module !== 'undefined' && typeof module.exports !== 'undefined') {
|
1416
|
+
module.exports = jstz;
|
1417
|
+
} else if ((typeof define !== 'undefined' && define !== null) && (define.amd != null)) {
|
1418
|
+
define([], function() {
|
1419
|
+
return jstz;
|
1420
|
+
});
|
1421
|
+
} else {
|
1422
|
+
if (typeof root === 'undefined') {
|
1423
|
+
window.jstz = jstz;
|
1424
|
+
} else {
|
1425
|
+
root.jstz = jstz;
|
1426
|
+
}
|
1427
|
+
}
|
1428
|
+
}());
|