File: control

package info (click to toggle)
node-dateformat 1.0.11-3%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 116 kB
  • ctags: 50
  • sloc: sh: 23; makefile: 4
file content (46 lines) | stat: -rw-r--r-- 1,499 bytes parent folder | download
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: node-dateformat
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Marcelo Jorge Vieira <metal@debian.org>,
  Gustavo Noronha Silva <kov@debian.org>,
  Sruthi Chandran <srud@disroot.org>
Build-Depends: debhelper (>= 9)
 , dh-buildinfo
 , nodejs
 , mocha
 , node-underscore
 , node-get-stdin
 , node-meow
Standards-Version: 3.9.8
Homepage: https://github.com/felixge/node-dateformat
Vcs-Browser: https://anonscm.debian.org/git/pkg-javascript/node-dateformat.git
Vcs-Git: https://anonscm.debian.org/cgit/pkg-javascript/node-dateformat.git


Package: node-dateformat
Architecture: all
Depends: ${misc:Depends}
 , nodejs
 , libjs-dateformat
 , node-get-stdin
 , node-meow
Description: JavaScript Date Format
 Although JavaScript provides a bunch of methods for getting and setting
 parts of a date object, it lacks a simple way to format dates and times
 according to a user-specified mask. This module try to fill that gap.
 .
 This package contains dateformat usable with Node.

Package: libjs-dateformat
Architecture: all
Depends: ${misc:Depends}
 , nodejs
Recommends: javascript-common
Description: JavaScript Date Format
 Although JavaScript provides a bunch of methods for getting and setting
 parts of a date object, it lacks a simple way to format dates and times
 according to a user-specified mask. This module try to fill that gap.
 .
 This package contains dateformat usable directly in web browsers.