Source: node-benrbray-prosemirror-math
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Emfox Zhou <emfox@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 14)
 , dh-sequence-nodejs
 , dh-sequence-single-binary
 , katex
 , node-prosemirror-commands
 , node-prosemirror-history
 , node-prosemirror-inputrules
 , node-prosemirror-keymap
 , node-prosemirror-model
 , node-prosemirror-state
 , node-prosemirror-transform
 , node-prosemirror-view
 , node-rollup-plugin-dts
 , node-rollup-plugin-typescript
 , node-typescript
 , rollup
Standards-Version: 4.7.4
Homepage: https://github.com/benrbray/prosemirror-math
Vcs-Git: https://salsa.debian.org/js-team/node-benrbray-prosemirror-math.git
Vcs-Browser: https://salsa.debian.org/js-team/node-benrbray-prosemirror-math

Package: node-benrbray-prosemirror-math
Architecture: all
Depends:
 katex
 , node-babel7-runtime
 , node-prosemirror-commands
 , node-prosemirror-history
 , node-prosemirror-inputrules
 , node-prosemirror-keymap
 , node-prosemirror-model
 , node-prosemirror-state
 , node-prosemirror-transform
 , node-prosemirror-view
Description: Schema and plugins for first-class math support in ProseMirror
 ProseMirror module packaged for Node.js: @benrbray/prosemirror-math 1.0.0.
 .
 Unlike other editor plugins, it treats math as part of the text itself: math
 nodes can be selected, copied, pasted and edited in place, with rendering
 handled by KaTeX.  The package provides a schema for inline and display math
 nodes, a NodeView that renders and edits them, and the input rules, paste
 rules and commands that tie them together.
 .
 Node.js is an event-based server-side JavaScript engine.
