node-emotion 11.10.7+ds1+~cs8.3.3-4 source package in Ubuntu

Changelog

node-emotion (11.10.7+ds1+~cs8.3.3-4) unstable; urgency=medium

  * Add Breaks+Replaces against node-mermaid (Closes: #1036690)

 -- Yadd <email address hidden>  Wed, 24 May 2023 18:48:07 +0400

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-emotion_11.10.7+ds1+~cs8.3.3-4.dsc 3.7 KiB 4e56baa7d0619696885bb2f25ba18f1e2cbc7c6a87e6dff68da934e1e60f8de5
node-emotion_11.10.7+ds1+~cs8.3.3.orig-babel-plugin-macros.tar.xz 26.7 KiB 342425efb1f03ddaa2a99be11cd17fb7498db7400f11fde1dec8881d64b9cd12
node-emotion_11.10.7+ds1+~cs8.3.3.orig-find-root.tar.xz 11.9 KiB 16aa405690476ea9b0b6bd712f71059e1fb370099bdbb331c4b7fef3f38f74c3
node-emotion_11.10.7+ds1+~cs8.3.3.orig-stylis.tar.xz 21.8 KiB 97923daf2377681ae974934aca29cc4e8ec1412ce3dd0e80e4e613242ae27e26
node-emotion_11.10.7+ds1+~cs8.3.3.orig.tar.xz 1019.6 KiB b378260075b2746e7ec96a9b0aeec6e642feef66412bb30b2e4a87ce3d14eba5
node-emotion_11.10.7+ds1+~cs8.3.3-4.debian.tar.xz 37.4 KiB 3eebcf6d13d9b8d0795f9f06c4a5e747745533e70a4c202b9bea6b55077c790b

No changes file available.

Binary packages built by this source

node-babel-plugin-macros: BabelJS plugin to allow one to build compile-time libraries

 Currently, each babel plugin in the babel ecosystem requires that you
 configure it individually. This is fine for things like language features,
 but can be frustrating overhead for libraries that allow for compile-time
 code transformation as an optimization.
 .
 babel-plugin-macros defines a standard interface for libraries that want to
 use compile-time code transformation without requiring the user to add a
 babel plugin to their build system (other than `babel-plugin-macros`, which
 is ideally already in place).

node-emotion: Node.js package to include CSS in JavaScript

 node-emotion is a performant and flexible CSS-in-JS library. Building on
 many other CSS-in-JS libraries, it allows one to style apps quickly with
 string or object styles. It has predictable composition to avoid
 specificity issues with CSS. With source maps and labels, Emotion has a
 great developer experience and great performance with heavy caching in
 production.

node-find-root: Node.js module to get the closest package.json

 node-find-root is a simple library to get the closest package.json.

node-stylis: Light–weight CSS Preprocessor for Node.js

 node-stylis is a light–weight CSS Preprocessor.