File: control

package info (click to toggle)
jquery-caret.js 0.3.1%2Bdfsg.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 120 kB
  • sloc: javascript: 89; makefile: 50
file content (25 lines) | stat: -rw-r--r-- 724 bytes parent folder | download | duplicates (2)
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
Source: jquery-caret.js
Priority: optional
Maintainer: Ben Finney <bignose@debian.org>
Section: javascript
Build-Depends:
    coffeescript,
    node-uglify,
    debhelper (>= 11~)
Standards-Version: 4.1.3
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/

Package: libjs-jquery-caret.js
Architecture: all
Depends:
    libjs-jquery (>= 1.7.0),
    ${misc:Depends}
Recommends:
    javascript-common
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.