File: control

package info (click to toggle)
node-pikaday 1.8.2%2B~1.7.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 484 kB
  • sloc: javascript: 1,226; makefile: 8
file content (29 lines) | stat: -rw-r--r-- 965 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
Source: node-pikaday
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Daniel Ring <dring@wolfishly.me>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-pikaday
Vcs-Git: https://salsa.debian.org/js-team/node-pikaday.git
Homepage: https://pikaday.com
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-pikaday
Architecture: all
Depends: ${misc:Depends}
Suggests: node-jquery
 , node-moment
 , node-requirejs
Provides: ${nodejs:Provides}
 , libjs-pikaday (= ${binary:Version})
Multi-Arch: foreign
Description: Lightweight JavaScript datepicker
 Pikaday is a lightweight JavaScript datepicker with modular CSS and no
 dependencies. It is designed to work well alone but supports integration
 with Moment.js.
 .
 Node.js is an event-based server-side JavaScript engine.