Source: node-prosemirror-utils
Section: javascript
Priority: optional
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
 , esbuild
 , node-typescript
 , node-prosemirror-model
 , node-prosemirror-state
Standards-Version: 4.7.4
Homepage: https://github.com/atlassian/prosemirror-utils
Vcs-Git: https://salsa.debian.org/js-team/node-prosemirror-utils.git
Vcs-Browser: https://salsa.debian.org/js-team/node-prosemirror-utils

Package: node-prosemirror-utils
Architecture: all
Depends:
 ${misc:Depends}
 , node-prosemirror-model
 , node-prosemirror-state
Description: utils library for ProseMirror
 A collection of helper functions for working with ProseMirror selections,
 nodes and transforms: finding parent nodes of a given type, inspecting the
 selection, and a number of document transformations that are not part of
 ProseMirror core.
 .
 ProseMirror is a toolkit for building rich content editors; its core is kept
 deliberately small, and convenience helpers such as these live in separate
 modules.
 .
 Node.js is an event-based server-side JavaScript engine.
