File: control

package info (click to toggle)
node-cssstyle 2.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 848 kB
  • sloc: javascript: 4,072; makefile: 5
file content (25 lines) | stat: -rw-r--r-- 812 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
Source: node-cssstyle
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Section: javascript
Priority: optional
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , jest <!nocheck>
 , node-babel7
 , node-babylon
 , node-cssom
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-cssstyle
Vcs-Git: https://salsa.debian.org/js-team/node-cssstyle.git
Homepage: https://github.com/chad3814/CSSStyleDeclaration
Rules-Requires-Root: no

Package: node-cssstyle
Architecture: all
Depends: ${misc:Depends}
 , node-cssom
Description: CSSStyleDeclaration Object Model implementation
 CSSStyleDeclaration is a work-a-like to the CSSStyleDeclaration
 class in Nikita Vasilyev's CSSOM.