File: control

package info (click to toggle)
modernizr 3.13.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,524 kB
  • sloc: javascript: 8,822; sh: 10; makefile: 5
file content (33 lines) | stat: -rw-r--r-- 1,311 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
Source: modernizr
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>
Build-Depends: debhelper-compat (= 13),
               node-doctrine,
               node-lodash,
               node-markdown-it,
               node-mkdirp,
               node-requirejs,
               node-yargs,
               uglifyjs
Standards-Version: 4.6.2
Homepage: https://modernizr.com/
Vcs-Git: https://salsa.debian.org/js-team/modernizr.git
Vcs-Browser: https://salsa.debian.org/js-team/modernizr
Rules-Requires-Root: no

Package: libjs-modernizr
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Multi-Arch: foreign
Description: JavaScript library to detect HTML5 and CSS3 features in the user's browser
 Modernizr is a JavaScript library allowing you to use HTML5 & CSS3 while
 maintaining control over unsupported browsers.
 .
 Modernizr tests which native CSS3 and HTML5 features are available in
 the current user agent and makes the results available to you in two ways,
 as properties on a global `Modernizr` object, and as classes on the
 `<html>` element. This information allows you to progressively enhance
 your pages with a granular level of control over the experience.