Source: jstimezonedetect.js
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Kyle Robbertze <paddatrapper@debian.org>
Build-Depends: debhelper (>= 11),
               debhelper-compat (=11),
               uglifyjs
Standards-Version: 4.3.0
Homepage: https://bitbucket.org/pellepim/jstimezonedetect
Vcs-Git: https://salsa.debian.org/js-team/jstimezonedetect.js.git
Vcs-Browser: https://salsa.debian.org/js-team/jstimezonedetect.js

Package: node-jstimezonedetect
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, nodejs, libjs-jstimezonedetect (= ${binary:Version})
Recommends: javascript-common
Description: Finds the zone info key representing timezone setting in node
 Returns the IANA zone info key for the devices timezone. This is
 useful for detecting the timezone of clients automatically without
 needing to prompt users.
 .
 Node.js is an event-based server-side Javascript engine.

Package: libjs-jstimezonedetect
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: javascript-common
Description: Finds the zone info key representing the timezone setting
 Returns the IANA zone info key for the devices timezone. This is
 useful for detecting the timezone of clients automatically without
 needing to prompt users.
 .
 It does not do geolocation and does not consider historical (before
 2010) timezones.
