File: control

package info (click to toggle)
node-classnames 2.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 524 kB
  • sloc: javascript: 594; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 919 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
Source: node-classnames
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Daniel Ring <dring@wolfishly.me>, Roland Mas <lolando@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
Standards-Version: 4.6.1
Testsuite: autopkgtest-pkg-nodejs
Homepage: https://github.com/JedWatson/classnames
Vcs-Git: https://salsa.debian.org/js-team/node-classnames.git
Vcs-Browser: https://salsa.debian.org/js-team/node-classnames
Rules-Requires-Root: no

Package: node-classnames
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Utility for conditionally combining classnames in JavaScript
 A simple utility for conditionally generating a list of CSS class names
 from criteria defined by a set of JavaScript objects.
 .
 Node.js is an event-based server-side JavaScript engine.