node-benrbray-prosemirror-math 1.0.0-1
Package Information
| 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. |
|---|---|
| Maintainer | Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org> |
| Changed By | Emfox Zhou <emfox@debian.org> |
| Sponsor | emfox@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/js-team/node-benrbray-prosemirror-math.git (browse) |
| Closes | #1148548 |
| Tracker | https://tracker.debian.org/pkg/node-benrbray-prosemirror-math |
| Uploaded | 2 hours ago |
New Package Report
.changes
| Date | Thu, 24 Sep 2026 09:35:00 +0800 |
|---|---|
| Source | node-benrbray-prosemirror-math |
| Version | 1.0.0-1 |
| Changed-By | Emfox Zhou |
| Architecture | source all |
| Distribution | unstable |
Changelog
node-benrbray-prosemirror-math (1.0.0-1) unstable; urgency=medium
.
* Initial release. (Closes: #1148548)
* The upstream repository has no v1.0.0 tag (the newest tags are v1.0.0-rc.3
and v0.2.2); the version exists on the npm registry only, so the orig
tarball is repacked from the upstream tree at npm's gitHead commit
(debian/README.source has the recipe).
* Depend on node-babel7-runtime. libjs-katex's ES module entry
(/usr/share/javascript/katex/katex.mjs) starts with an import of
@babel/runtime/helpers/defineProperty that node-katex does not declare in
its Depends, and this package imports katex as an ES module, so without it
both "require" and "import" of the installed module fail. (See #1148806.).dsc
| Section | javascript |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | node-benrbray-prosemirror-math deb javascript optional arch=all |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: prosemirror-math
Upstream-Contact: https://github.com/benrbray/prosemirror-math/issues
Source: https://github.com/benrbray/prosemirror-math
Files: *
Copyright: 2020-2024, Benjamin R. Bray <benrbray@gmail.com>
License: Expat
Files: debian/*
Copyright: 2026, Emfox Zhou <emfox@debian.org>
2026, DefinitelyTyped contributors (debian/build_modules/@types/katex)
License: Expat
Files: lib/commands/*
Copyright: 2020-2024, Benjamin R. Bray <benrbray@gmail.com>
2024-2025, windingwind <33902321+windingwind@users.noreply.github.com>
License: Expat
Comment: windingwind wrote the IME composition fixes carried in
debian/patches/, in the Zotero fork of this package.
License: Expat
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.