File: control

package info (click to toggle)
node-jquery-mousewheel 1%3A3.1.13-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 412 kB
  • sloc: javascript: 6,708; makefile: 3
file content (37 lines) | stat: -rw-r--r-- 1,452 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
Source: node-jquery-mousewheel
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)
 , dh-sequence-nodejs
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-jquery-mousewheel
Vcs-Git: https://salsa.debian.org/js-team/node-jquery-mousewheel.git
Homepage: https://github.com/jquery/jquery-mousewheel
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-jquery-mousewheel
Architecture: all
Depends: ${misc:Depends}
 , libjs-jquery-mousewheel
Description: jQuery plugin to add cross-browser mouse wheel support (Node.js)
 In order to use the plugin, simply bind the mousewheel event to an element.
 .
 It also provides two helper methods called mousewheel and unmousewheel  that
 act just like other event helper methods in jQuery.
 .
 Node.js is an event-based server-side JavaScript engine.

Package: libjs-jquery-mousewheel
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Description: jQuery plugin that adds cross-browser mouse wheel support
 In order to use the plugin, simply bind the mousewheel event to an element.
 .
 It also provides two helper methods called mousewheel and unmousewheel  that
 act just like other event helper methods in jQuery.
 .
 This package is suitable for direct use in browser environment.