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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: node-nouislider
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Doug Torrance <dtorrance@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: chromium-driver [i386 amd64 arm64 armhf] <!nocheck>,
debhelper-compat (= 13),
dh-linktree <!nodoc>,
dh-sequence-nodejs,
fonts-open-sans <!nodoc>,
libjs-qunit <!nocheck>,
node-less,
node-less-plugin-clean-css,
node-prismjs <!nodoc>,
node-rollup-plugin-typescript2,
node-typescript,
npm,
php <!nodoc>,
python3-selenium <!nocheck>,
rollup,
uglifyjs (>= 3.13.0)
Standards-Version: 4.6.1
Homepage: https://refreshless.com/nouislider/
Vcs-Git: https://salsa.debian.org/js-team/node-nouislider.git
Vcs-Browser: https://salsa.debian.org/js-team/node-nouislider
Rules-Requires-Root: no
Package: node-nouislider
Architecture: all
Multi-Arch: foreign
Depends: nodejs:any, ${misc:Depends}
Suggests: node-nouislider-doc (= ${source:Version})
Description: lightweight JavaScript range slider (node)
noUiSlider is a lightweight range slider with multi-touch support and
a ton of features. It supports non-linear ranges, requires no
external dependencies, has keyboard support, and it works great in
responsive designs.
.
Node.js is an event-based server-side JavaScript engine.
Package: libjs-nouislider
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: javascript-common
Suggests: node-nouislider-doc (= ${source:Version})
Description: lightweight JavaScript range slider (browser)
noUiSlider is a lightweight range slider with multi-touch support and
a ton of features. It supports non-linear ranges, requires no
external dependencies, has keyboard support, and it works great in
responsive designs.
.
This package contains the noUiSlider scripts for use in a browser.
Package: node-nouislider-doc
Section: doc
Architecture: all
Build-Profiles: <!nodoc>
Depends: libjs-nouislider (= ${source:Version}), ${misc:Depends}
Recommends: libjs-qunit, libjs-requirejs
Description: lightweight JavaScript range slider (documentation)
noUiSlider is a lightweight range slider with multi-touch support and
a ton of features. It supports non-linear ranges, requires no
external dependencies, has keyboard support, and it works great in
responsive designs.
.
This package contains the documentation for noUiSlider.
|