Source: node-prosemirror-history
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-single-binary
 , dh-sequence-nodejs
 , node-prosemirror-buildhelper
 , node-prosemirror-state
 , node-prosemirror-transform
 , node-prosemirror-view
 , node-rope-sequence
Standards-Version: 4.7.4
Homepage: https://code.haverbeke.berlin/prosemirror/prosemirror-history
Vcs-Git: https://salsa.debian.org/js-team/node-prosemirror-history.git
Vcs-Browser: https://salsa.debian.org/js-team/node-prosemirror-history

Package: node-prosemirror-history
Architecture: all
Depends:
 node-prosemirror-state
 , node-prosemirror-transform
 , node-prosemirror-view
 , node-rope-sequence
Description: undo history for the prosemirror editor
 This module provides an undo/redo history plugin for ProseMirror, with
 support for grouping changes into single undo steps.
 .
 Node.js is an event-based server-side JavaScript engine.
