File: control

package info (click to toggle)
node-node-sass 4.14.1%2Bgit20200512.e1fc158%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 75,732 kB
  • sloc: javascript: 11,155; cpp: 1,495; perl: 428; makefile: 11
file content (65 lines) | stat: -rw-r--r-- 1,816 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
Source: node-node-sass
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Nilesh <npatra974@gmail.com>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , mocha <!nocheck>
 , nodejs (>= 6)
 , node-chalk <!nocheck>
 , node-extend-shallow <!nocheck>
 , node-fs-extra <!nocheck>
 , node-get-stdin
 , node-glob (>= 7.0.3) <!nocheck>
 , node-js-yaml <!nocheck>
 , node-lodash (>= 4.17.11) <!nocheck>
 , node-meow <!nocheck>
 , node-mkdirp (>= 1)
 , node-nan (>= 2.13.2)
 , node-gyp (>= 3.8.0)
 , node-npmlog (>= 4.0.0) <!nocheck>
 , node-os-tmpdir <!nocheck>
 , node-readable-stream (>= 3) <!nocheck>
 , node-source-map <!nocheck>
 , node-tape <!nocheck>
 , libsass-dev
 , libuv1
 , libuv1-dev
 , pkg-config
 , dh-sequence-nodejs
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-node-sass
Vcs-Git: https://salsa.debian.org/js-team/node-node-sass.git
Homepage: https://github.com/sass/node-sass
Rules-Requires-Root: no

Package: node-node-sass
Architecture: any
Depends:
 ${misc:Depends}
 , ${shlibs:Depends}
 , nodejs (>= ${nodejs:Version})
 , node-chalk
 , node-get-stdin
 , node-glob (>= 7.0.3)
 , node-globule
 , node-gyp (>= 3.8.0)
 , node-lodash (>= 4.17.11)
 , node-meow
 , node-mkdirp (>= 0.5.1)
 , node-nan (>= 2.13.2)
 , node-npmlog (>= 4.0.0)
 , node-readable-stream (>= 3)
 , node-source-map
 , node-yargs
Description: Wrapper around libsass
 Node-sass is a library that provides binding for Node.js to LibSass.
 .
 LibSass is the C version of the popular stylesheet preprocessor, Sass.
 .
 It allows you to natively compile .scss files to css at
 incredible speed and automatically via a connect middleware.
 .
 Node.js is an event-based server-side JavaScript engine.