File: control

package info (click to toggle)
node-jquery-textcomplete 1.8.5%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 340 kB
  • sloc: javascript: 1,141; makefile: 7; sh: 6
file content (42 lines) | stat: -rw-r--r-- 1,384 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
Source: node-jquery-textcomplete
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper-compat (= 13)
 , grunt
 , node-grunt-contrib-concat
 , node-jquery
 , dh-sequence-nodejs
 , terser
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-jquery-textcomplete
Vcs-Git: https://salsa.debian.org/js-team/node-jquery-textcomplete.git
Homepage: https://github.com/yuku-t/jquery-textcomplete
Rules-Requires-Root: no

Package: node-jquery-textcomplete
Architecture: all
Depends:
 ${misc:Depends}
 , libjs-jquery-textcomplete
 , node-jquery
Multi-Arch: foreign
Description: implement auto-complete support for textareas
 This jquery plugin implements auto-complete support for textareas, like a
 GitHub/Gitlab comment form or a social network comment box.
 .
 Node.js is an event-based server-side JavaScript engine.

Package: libjs-jquery-textcomplete
Architecture: all
Depends:
 ${misc:Depends}
 , libjs-jquery
Multi-Arch: foreign
Description: implement auto-complete support for textareas (browserified)
 This jquery plugin implements auto-complete support for textareas, like a
 GitHub/Gitlab comment form or a social network comment box.
 .
 This package provides browserified version of its corrsponding npm module.