File: control

package info (click to toggle)
less.js 3.13.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,012 kB
  • sloc: javascript: 23,278; makefile: 12; perl: 11; sh: 6
file content (75 lines) | stat: -rw-r--r-- 2,298 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Source: less.js
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Testsuite: autopkgtest-pkg-nodejs
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 brotli
 , debhelper-compat (= 13)
 , dh-sequence-nodejs
 , grunt
 , help2man
 , node-babel7
 , node-builtin-modules
 , node-clean-css
 , node-find-cache-dir
 , node-fs-extra
 , node-is-module
 , node-merge-stream
 , node-resolve
 , node-rollup-plugin-commonjs (>= 15~)
 , node-rollup-plugin-node-resolve (>= 11~)
 , node-rollup-plugin-typescript
 , node-typescript
 , node-typescript-types
 , node-tslib
 , rollup
 , uglifyjs.terser
Standards-Version: 4.5.1
Homepage: http://lesscss.org/
Vcs-Browser: https://salsa.debian.org/js-team/less.js
Vcs-Git: https://salsa.debian.org/js-team/less.js.git
Rules-Requires-Root: no

Package: libjs-less
Architecture: all
Depends:
 ${misc:Depends}
Recommends:
 javascript-common
Multi-Arch: foreign
Description: LESS CSS meta-language - Javascript library
 LESS is a meta-language on top of CSS that’s used to describe the style
 of a document cleanly and structurally, with more power than flat CSS
 allows.  LESS both provides a simpler, more elegant syntax for CSS and
 implements various features that are useful for creating manageable
 stylesheets.
 .
 less.js is the reference implementation of LESS, written in JavaScript.
 .
 This package contains the less.js library usable for dynamic parsing of
 LESS in a web browser.

Package: node-less
Architecture: all
Depends:
 ${misc:Depends}
 , node-tslib
 , nodejs (>= 6.11.2~dfsg-1)
Recommends:
 node-source-map
Provides: ${nodejs:Provides}
Description: LESS CSS meta-language - compiler and Node module
 Node is an event-based server-side JavaScript engine.
 .
 LESS is a meta-language on top of CSS that’s used to describe the style
 of a document cleanly and structurally, with more power than flat CSS
 allows.  LESS both provides a simpler, more elegant syntax for CSS and
 implements various features that are useful for creating manageable
 stylesheets.
 .
 less.js is the reference implementation of LESS, written in JavaScript.
 .
 This package contains less.js usable as Node module, and the script
 lessc for statically compiling LESS data into CSS.