Package: wnpp
Severity: wishlist
Owner: Emfox Zhou <[email protected]>

* Package name    : node-rope-sequence
  Version         : 1.3.4
  Upstream Author : Marijn Haverbeke <[email protected]>
* URL             : https://github.com/marijnh/rope-sequence
* License         : MIT
  Programming Lang: JavaScript
  Description     : rope-based persistent sequence type

 A rope sequence is a persistent sequence of arbitrary values, stored as a
 tree of arrays so that concatenation, slicing and indexed access avoid
 copying the whole sequence.  It is the data structure behind the undo history
 of a ProseMirror editor.
 .
 The module has no dependencies of its own; upstream builds it with rollup,
 which is already packaged for Debian.
 .
 Needed by node-prosemirror-history, which is in turn needed by the note
 editor of Zotero (#1125955).
 .
 Node.js is an event-based server-side JavaScript engine.

Reply via email to