File: control

package info (click to toggle)
node-prosemirror-state 1.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 212 kB
  • sloc: javascript: 1,012; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,082 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: node-prosemirror-state
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Abraham Raji <avronr@tuta.io>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-rollup-plugin-buble (>= 0.20.0)
 , node-prosemirror-model
 , node-prosemirror-transform
 , node-prosemirror-test-builder <!nocheck>
 , rollup
Standards-Version: 4.6.1
Homepage: https://github.com/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
Rules-Requires-Root: no

Package: node-prosemirror-state
Architecture: all
Depends:
 ${misc:Depends}
 , node-prosemirror-model
 , node-prosemirror-transform
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.