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 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357
|
Source: node-jss
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, dh-nodejs
, node-camelcase
, node-is-in-browser
, node-make-dir
, node-mdn-data
, node-ramda
, node-rollup-plugin-babel
, node-rollup-plugin-commonjs
, node-rollup-plugin-node-resolve
, node-rollup-plugin-replace
, node-rollup-plugin-terser
, node-tiny-warning
, rollup
Standards-Version: 4.7.2
Homepage: https://cssinjs.org/
Vcs-Git: https://salsa.debian.org/js-team/node-jss.git
Vcs-Browser: https://salsa.debian.org/js-team/node-jss
Rules-Requires-Root: no
Package: node-jss
Architecture: all
Depends: ${misc:Depends}
, node-babel-runtime
, node-csstype
, node-is-in-browser
, node-tiny-warning
Description: Node.js library to generate style sheets
JSS is an authoring tool for CSS which allows you to use JavaScript to
describe styles in a declarative, conflict-free and reusable way. It can
compile in the browser, server-side or at build time in Node.
.
JSS is framework agnostic. It consists of multiple packages: the core,
plugins, framework integrations and others.
Package: node-css-initials
Architecture: all
Depends: ${misc:Depends}
Description: Initial CSS values for `all: initial` polyfills
Little Node.js module to provide initial CSS values for `all: initial`
polyfills.
Package: node-css-jss
Architecture: all
Depends: ${misc:Depends}
, node-babel-runtime
, node-jss
, node-jss-preset-default
Description: Node.js module that implements css() interface on top of node-jss
JSS is an authoring tool for CSS which allows you to use JavaScript to
describe styles in a declarative, conflict-free and reusable way. It can
compile in the browser, server-side or at build time in Node.
.
JSS is framework agnostic. It consists of multiple packages: the core,
plugins, framework integrations and others.
.
This package implements css() interface on top of JSS
Package: node-jss-plugin-cache
Architecture: all
Depends: ${misc:Depends}
, node-babel-runtime
, node-jss
Description: node-jss plugin that caches the rules and delivers insane performance
JSS is an authoring tool for CSS which allows you to use JavaScript to
describe styles in a declarative, conflict-free and reusable way. It can
compile in the browser, server-side or at build time in Node.
.
JSS is framework agnostic. It consists of multiple packages: the core,
plugins, framework integrations and others.
.
This package provides a JSS plugin that caches the rules and delivers
insane performance.
Package: node-jss-plugin-camel-case
Architecture: all
Depends: ${misc:Depends}
, node-babel-runtime
, node-jss
Description: node-jss plugin that allows to write camel cased rule properties
JSS is an authoring tool for CSS which allows you to use JavaScript to
describe styles in a declarative, conflict-free and reusable way. It can
compile in the browser, server-side or at build time in Node.
.
JSS is framework agnostic. It consists of multiple packages: the core,
plugins, framework integrations and others.
.
This package provides a JSS plugin that allows to write camel cased rule
properties.
Package: node-jss-plugin-compose
Architecture: all
Depends: ${misc:Depends}
, node-babel-runtime
, node-jss
, node-tiny-warning
Description: node-jss plugin for classes composition
JSS is an authoring tool for CSS which allows you to use JavaScript to
describe styles in a declarative, conflict-free and reusable way. It can
compile in the browser, server-side or at build time in Node.
.
JSS is framework agnostic. It consists of multiple packages: the core,
plugins, framework integrations and others.
.
This package provides a JSS plugin for classes composition.
Package: node-jss-plugin-default-unit
Architecture: all
Depends: ${misc:Depends}
, node-babel-runtime
, node-jss
Description: node-jss plugin that adds default custom unit to numeric values where needed
JSS is an authoring tool for CSS which allows you to use JavaScript to
describe styles in a declarative, conflict-free and reusable way. It can
compile in the browser, server-side or at build time in Node.
.
JSS is framework agnostic. It consists of multiple packages: the core,
plugins, framework integrations and others.
.
This package provides a JSS plugin that adds default custom unit to numeric
values where needed.
Package: node-jss-plugin-expand
Architecture: all
Depends: ${misc:Depends}
, node-babel-runtime
, node-jss
Description: node-jss plugin that gives you a better syntax than CSS
JSS is an authoring tool for CSS which allows you to use JavaScript to
describe styles in a declarative, conflict-free and reusable way. It can
compile in the browser, server-side or at build time in Node.
.
JSS is framework agnostic. It consists of multiple packages: the core,
plugins, framework integrations and others.
.
This package provides a JSS plugin that gives you a better syntax than CSS.
Package: node-jss-plugin-extend
Architecture: all
Depends: ${misc:Depends}
, node-babel-runtime
, node-jss
, node-tiny-warning
Description: node-jss plugin that enables mixing in styles
JSS is an authoring tool for CSS which allows you to use JavaScript to
describe styles in a declarative, conflict-free and reusable way. It can
compile in the browser, server-side or at build time in Node.
.
JSS is framework agnostic. It consists of multiple packages: the core,
plugins, framework integrations and others.
.
This package provides a JSS plugin that enables mixing in styles.
Package: node-jss-plugin-global
Architecture: all
Depends: ${misc:Depends}
, node-babel-runtime
, node-jss
Description: Global styles for node-jss
JSS is an authoring tool for CSS which allows you to use JavaScript to
describe styles in a declarative, conflict-free and reusable way. It can
compile in the browser, server-side or at build time in Node.
.
JSS is framework agnostic. It consists of multiple packages: the core,
plugins, framework integrations and others.
.
This package provides global styles for node-jss.
Package: node-jss-plugin-isolate
Architecture: all
Depends: ${misc:Depends}
, node-babel-runtime
, node-css-initials
, node-jss
Description: node-jss plugin to provides rules isolation through automatic properties reset
JSS is an authoring tool for CSS which allows you to use JavaScript to
describe styles in a declarative, conflict-free and reusable way. It can
compile in the browser, server-side or at build time in Node.
.
JSS is framework agnostic. It consists of multiple packages: the core,
plugins, framework integrations and others.
.
This package provides true rules isolation through automatic properties reset.
Package: node-jss-plugin-nested
Architecture: all
Depends: ${misc:Depends}
, node-babel-runtime
, node-jss
, node-tiny-warning
Description: node-jss plugin that enables support for nested selectors
JSS is an authoring tool for CSS which allows you to use JavaScript to
describe styles in a declarative, conflict-free and reusable way. It can
compile in the browser, server-side or at build time in Node.
.
JSS is framework agnostic. It consists of multiple packages: the core,
plugins, framework integrations and others.
.
This package provides JSS plugin that enables support for nested selectors.
Package: node-jss-plugin-props-sort
Architecture: all
Depends: ${misc:Depends}
, node-babel-runtime
, node-jss
Description: node-jss plugin that ensures style properties extend each other
JSS is an authoring tool for CSS which allows you to use JavaScript to
describe styles in a declarative, conflict-free and reusable way. It can
compile in the browser, server-side or at build time in Node.
.
JSS is framework agnostic. It consists of multiple packages: the core,
plugins, framework integrations and others.
.
This package provides a JSS plugin that ensures style properties extend
each other instead of override.
Package: node-jss-plugin-rule-value-function
Architecture: all
Depends: ${misc:Depends}
, node-babel-runtime
, node-jss
, node-tiny-warning
Description: node-jss plugin for function value and rule syntax
JSS is an authoring tool for CSS which allows you to use JavaScript to
describe styles in a declarative, conflict-free and reusable way. It can
compile in the browser, server-side or at build time in Node.
.
JSS is framework agnostic. It consists of multiple packages: the core,
plugins, framework integrations and others.
.
This package provides a JSS plugin for function value and rule syntax.
Package: node-jss-plugin-rule-value-observable
Architecture: all
Depends: ${misc:Depends}
, node-babel-runtime
, node-jss
, node-symbol-observable
Description: node-jss plugin for TC39 Observables support
JSS is an authoring tool for CSS which allows you to use JavaScript to
describe styles in a declarative, conflict-free and reusable way. It can
compile in the browser, server-side or at build time in Node.
.
JSS is framework agnostic. It consists of multiple packages: the core,
plugins, framework integrations and others.
.
This package provides a JSS plugin for TC39 Observables support
Package: node-jss-plugin-template
Architecture: all
Depends: ${misc:Depends}
, node-babel-runtime
, node-jss
, node-tiny-warning
Description: node-jss plugin to enable string templates
JSS is an authoring tool for CSS which allows you to use JavaScript to
describe styles in a declarative, conflict-free and reusable way. It can
compile in the browser, server-side or at build time in Node.
.
JSS is framework agnostic. It consists of multiple packages: the core,
plugins, framework integrations and others.
.
This package provides a JSS plugin to enable string templates.
Package: node-jss-plugin-vendor-prefixer
Architecture: all
Depends: ${misc:Depends}
, node-css-vendor
, node-jss-plugin-rule-value-function
Description: node-jss plugin that handles vendor prefixes in the browser
JSS is an authoring tool for CSS which allows you to use JavaScript to
describe styles in a declarative, conflict-free and reusable way. It can
compile in the browser, server-side or at build time in Node.
.
JSS is framework agnostic. It consists of multiple packages: the core,
plugins, framework integrations and others.
.
This package provides a JSS plugin that handles vendor prefixes in the browser.
Package: node-jss-preset-default
Architecture: all
Depends: ${misc:Depends}
, node-babel-runtime
, node-jss
, node-jss-plugin-camel-case
, node-jss-plugin-compose
, node-jss-plugin-default-unit
, node-jss-plugin-expand
, node-jss-plugin-extend
, node-jss-plugin-global
, node-jss-plugin-nested
, node-jss-plugin-props-sort
, node-jss-plugin-rule-value-function
, node-jss-plugin-rule-value-observable
, node-jss-plugin-template
, node-jss-plugin-vendor-prefixer
Description: Default preset for node-jss with selected plugins
JSS is an authoring tool for CSS which allows you to use JavaScript to
describe styles in a declarative, conflict-free and reusable way. It can
compile in the browser, server-side or at build time in Node.
.
JSS is framework agnostic. It consists of multiple packages: the core,
plugins, framework integrations and others.
.
This package provides default preset for JSS with selected plugins.
Package: node-jss-starter-kit
Architecture: all
Depends: ${misc:Depends}
, node-css-jss
, node-jss
, node-jss-plugin-cache
, node-jss-plugin-isolate
, node-jss-preset-default
, node-react-jss
Description: node-jss bundle to get started playing
JSS is an authoring tool for CSS which allows you to use JavaScript to
describe styles in a declarative, conflict-free and reusable way. It can
compile in the browser, server-side or at build time in Node.
.
JSS is framework agnostic. It consists of multiple packages: the core,
plugins, framework integrations and others.
.
This package provides a bundle to get you started playing with JSS. Not
optimized for production deployment.
Package: node-react-jss
Architecture: all
Depends: ${misc:Depends}
, node-babel-runtime
, node-css-jss
, node-emotion-is-prop-valid
, node-hoist-non-react-statics
, node-is-in-browser
, node-jss
, node-jss-preset-default
, node-prop-types
, node-react
, node-shallow-equal
, node-theming
, node-tiny-warning
Description: node-jss integration with React
JSS is an authoring tool for CSS which allows you to use JavaScript to
describe styles in a declarative, conflict-free and reusable way. It can
compile in the browser, server-side or at build time in Node.
.
JSS is framework agnostic. It consists of multiple packages: the core,
plugins, framework integrations and others.
.
This package provides JSS integration with React.
|