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
|
Source: node-node-sass
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs
, libsass-dev
, mocha <!nocheck>
, node-chalk <!nocheck>
, node-extend-shallow <!nocheck>
, node-fs-extra <!nocheck>
, node-get-stdin
, node-glob <!nocheck>
, node-gyp
, node-js-yaml <!nocheck>
, node-lodash <!nocheck>
, node-meow (>= 8) <!nocheck>
, node-mkdirp (>= 1)
, node-nan (>= 2.13.2)
, node-npmlog <!nocheck>
, node-os-tmpdir <!nocheck>
, node-readable-stream (>= 3) <!nocheck>
, node-source-map <!nocheck>
, node-tape <!nocheck>
, pkg-config
Standards-Version: 4.6.2
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}
, node-chalk
, node-get-stdin
, node-glob
, node-globule
, node-gyp (>= 3.8.0)
, node-lodash
, node-meow (>= 8)
, node-mkdirp
, node-nan (>= 2.13.2)
, node-npmlog
, node-readable-stream (>= 3)
, node-source-map
, node-yargs
, nodejs:any (>= ${nodejs:Version})
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.
|