Source: node-prosemirror-state
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Abraham Raji <avronr@tuta.io>, Emfox Zhou <emfox@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 14)
 , dh-sequence-single-binary
 , dh-sequence-nodejs
 , node-prosemirror-buildhelper
 , mocha <!nocheck>
 , node-prosemirror-model
 , node-prosemirror-transform
 , node-prosemirror-test-builder (>= 1.1.1) <!nocheck>
Standards-Version: 4.7.4
Homepage: https://code.haverbeke.berlin/prosemirror/prosemirror-state#readme
Vcs-Git: https://salsa.debian.org/js-team/node-prosemirror-state.git
Vcs-Browser: https://salsa.debian.org/js-team/node-prosemirror-state

Package: node-prosemirror-state
Architecture: all
Depends:
 node-prosemirror-model
 , node-prosemirror-transform
 , node-prosemirror-view
Description: Implements the editor state in prosemirror
 This module implements the editor state, which tracks the current document
 and selection, and managed plugins.
 .
 Node.js is an event-based server-side JavaScript engine.
