File: control

package info (click to toggle)
node-transformers 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 656 kB
  • sloc: javascript: 781; makefile: 4
file content (42 lines) | stat: -rw-r--r-- 1,330 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
34
35
36
37
38
39
40
41
42
Source: node-transformers
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Leo Iannacone <l3on@ubuntu.com>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , coffeescript <!nocheck>
 , mocha <!nocheck>
 , node-clone <!nocheck>
 , node-css <!nocheck>
 , node-dot <!nocheck>
 , node-ejs <!nocheck>
 , node-expect.js <!nocheck>
 , node-handlebars <!nocheck>
 , node-marked <!nocheck>
 , node-promise <!nocheck>
 , node-underscore <!nocheck>
 , node-with <!nocheck>
 , uglifyjs <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-transformers
Vcs-Git: https://salsa.debian.org/js-team/node-transformers.git
Homepage: https://github.com/ForbesLindesay/transformers
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-transformers
Architecture: all
Depends: ${misc:Depends}
 , node-clone
 , node-css
 , node-promise
 , uglifyjs
Description: String and data transformations using templates and compilers
 This module presents string and data transformations from third-party
 modules like templating libraries or compilers, all under a consistent
 interface.
 .
 Each third-party module must be installed separately.
 .
 Node.js is an event-based server-side JavaScript engine.