Source: node-marked
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julian Taylor <jtaylor.debian@googlemail.com>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs (>= 0.9.78~)
 , jest <!nocheck>
 , node-array-find-index
 , node-diff <!nocheck>
 , node-jasmine <!nocheck>
 , node-mkdirp
 , node-moment
 , node-parse5-sax-parser (>= 7)
 , node-spdx-expression-parse
 , node-rollup-plugin-babel (>= 5.2~)
 , rollup
 , terser
 , node-unicode-17.0.0
 , node-regenerate
 , node-typescript
 , node-rollup-plugin-node-resolve
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/js-team/node-marked
Vcs-Git: https://salsa.debian.org/js-team/node-marked.git
Homepage: https://github.com/chjj/marked
Testsuite: autopkgtest-pkg-nodejs

Package: node-marked
Architecture: all
Depends: ${misc:Depends}
 , nodejs:any
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Breaks: node-typescript-types (<< 20201201~)
 , node-marked-man (<< 0.7.0+~0.7.0~)
Description: Full-featured markdown parser and compiler for NodeJS
 Marked implements all markdown features while having a high processing
 speed. It is also fully compatible with client-side javascript.
 .
 Additionally Marked also implements github flavored markdown.
 .
 This package embded small modules:
  - marked-gfm-heading-id: Add ids to headings like GitHub.
  - github-slugger: Generate a slug just like GitHub does
    for markdown headings.
  - marked-mangle: Mangle mailto links with HTML character
    references.
 This package contains the marked executable and node module.

Package: libjs-marked
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Multi-Arch: foreign
Description: Full-featured markdown parser and compiler
 Marked implements all markdown features while having a high processing
 speed. It is also fully compatible with client-side javascript.
 .
 Additionally Marked also implements github flavored markdown.
 .
 This package contains the javascript module.
