node-prismjs 1.29.0+dfsg+~1.26.0-ok2 source package in openKylin

Changelog

node-prismjs (1.29.0+dfsg+~1.26.0-ok2) nile; urgency=medium

  * fix build error

 -- liyang <email address hidden>  Tue, 18 Jun 2024 16:00:51 +0800

Upload details

Uploaded by:
liyang
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main javascript
Nile V2.0 proposed main javascript

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-prismjs_1.29.0+dfsg+~1.26.0.orig-types-prismjs.tar.xz 5.9 KiB eb180c0257a22f30f7995c60de81360ac216d92899920c7644fb3ec2ec6ae1bd
node-prismjs_1.29.0+dfsg+~1.26.0.orig.tar.xz 2.1 MiB aab40ec119df1b2797329ffee6e1ef6aaac3367eb06a240a3d170957479dbc2c
node-prismjs_1.29.0+dfsg+~1.26.0-ok2.debian.tar.xz 497.0 KiB 2f907b86aa7dcb9288630c466b38db02471ec5a85ee56afdd702575198922c00
node-prismjs_1.29.0+dfsg+~1.26.0-ok2.dsc 2.3 KiB b162aaf3025a31d4b5bda33d4d369d59353804c6b60d0674bf247cb7ac0dcaad

View changes file

Binary packages built by this source

node-prismjs: Lightweight, robust, elegant syntax highlighting

 A spin-off project from Dabblet. Some of its unique features include:
  * It’s tiny. The core is only 1.5KB minified & gzipped.
  * It’s incredibly extensible. Not only it’s easy to add new languages, but
    also to extend existing ones.
  * It encourages good author practices. Other highlighters encourage or even
    force you to use elements that are semantically wrong, like <pre> (on its
    own) or <script>. Prism forces you to use the only semantically correct
    element for marking up code: <code>.
  * One of its best features: The language definition is inherited. This means
    that if multiple code snippets have the same language, you can just define
    it once, in one of their common ancestors.
  * It looks good. All three of its existing themes.
  * It supports parallelism through Web Workers, for better performance in
    certain cases.
  * It doesn’t force you to use any Prism-specific markup, not even a
    Prism-specific class name, only standard markup you should be using anyway.
 .
 Node.js is an event-based server-side JavaScript engine.