File: control

package info (click to toggle)
jquery-caret.js 0.3.1%2Bdfsg.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 132 kB
  • sloc: javascript: 89; makefile: 34
file content (27 lines) | stat: -rw-r--r-- 800 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
Source: jquery-caret.js
Priority: optional
Maintainer: Ben Finney <bignose@debian.org>
Section: javascript
Build-Depends:
    coffeescript,
    uglifyjs,
    debhelper-compat (= 13)
Standards-Version: 4.6.0
Homepage: https://github.com/ichord/Caret.js/
VCS-Git: https://salsa.debian.org/debian/pkg-jquery-caret.js.git
VCS-Browser: https://salsa.debian.org/debian/pkg-jquery-caret.js/
Rules-Requires-Root: no

Package: libjs-jquery-caret.js
Architecture: all
Depends:
    libjs-jquery (>= 1.7.0),
    ${misc:Depends}
Recommends:
    javascript-common
Provides: node-jquery.caret (= ${source:Version})
Description: library to query input caret position
 The JavaScript library Caret.js provides an API to query the caret
 position in an HTML input field.
 .
 This package installs the runtime library.