1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: moment-timezone.js
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Martina Ferrari <tina@debian.org>
Build-Depends: debhelper-compat (= 13)
, grunt
, node-moment
, node-grunt-contrib-nodeunit <!nocheck>
, dh-sequence-nodejs
, uglifyjs
, ts-node <!nocheck>
, tzdata-legacy
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/js-team/moment-timezone.js
Vcs-Git: https://salsa.debian.org/js-team/moment-timezone.js.git
Homepage: https://momentjs.com/timezone/
Testsuite: autopkgtest-pkg-nodejs
Package: node-moment-timezone
Architecture: all
Depends: ${misc:Depends}
, libjs-moment-timezone (= ${binary:Version})
, node-moment
Multi-Arch: foreign
Built-Using: ${misc:Built-Using}
Description: Parse and display dates in any timezone (node.js library)
Parses and displays dates in any configured timezone. This is done
using the IANA timezone database data. It also enables timezone
conversion.
.
Node.js is an event-based server-side JavaScript engine.
Package: libjs-moment-timezone
Architecture: all
Depends: ${misc:Depends}
, libjs-moment
Recommends: javascript-common
Multi-Arch: foreign
Built-Using: ${misc:Built-Using}
Description: Parse and display dates in any timezone
Parses and displays dates in any configured timezone. This is done
using the IANA timezone database data. It also enables timezone
conversion.
.
Moment Timezone is a plugin to the Moment.js date and time library.
|