File: control

package info (click to toggle)
node-typestyle 2.4.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 260 kB
  • sloc: javascript: 29; makefile: 6
file content (30 lines) | stat: -rw-r--r-- 990 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
Source: node-typestyle
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha
 , node-csstype
 , node-free-style
 , node-typescript
 , webpack
Standards-Version: 4.6.1
Homepage: https://github.com/typestyle/typestyle
Vcs-Git: https://salsa.debian.org/js-team/node-typestyle.git
Vcs-Browser: https://salsa.debian.org/js-team/node-typestyle
Rules-Requires-Root: no

Package: node-typestyle
Architecture: all
Depends: ${misc:Depends}
 , node-csstype
 , node-free-style
Description: library for typesafe CSS handling (Node.js module)
 This package provides a module to work with CSS in Node.js
 in a typesafe way. It is compatible with popular frameworks
 like react or angular2, without specific configuration.
 .
 Node.js is an event-based server-side JavaScript engine.