Source: node-prosemirror-transform Maintainer: Debian Javascript Maintainers Uploaders: Sakshi Sangwan Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 12), nodejs (>= 6), node-prosemirror-model, rollup, node-rollup-plugin-buble, mocha, node-acorn-walk, pkg-js-tools (>= 0.9.20~) Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/js-team/node-prosemirror-transform Vcs-Git: https://salsa.debian.org/js-team/node-prosemirror-transform.git Homepage: https://github.com/prosemirror/prosemirror-transform#readme Rules-Requires-Root: no Package: node-prosemirror-transform Architecture: all Depends: ${misc:Depends}, nodejs (>= 6), node-prosemirror-model Description: ProseMirror document transformations This is a core module of ProseMirror. ProseMirror is a well-behaved rich semantic content editor based on contentEditable, with support for collaborative editing and custom document schemas. This module implements document transforms, which are used by the editor to treat changes as first-class values, which can be saved, shared, and reasoned about. . Node.js is an event-based server-side JavaScript engine.