File: control

package info (click to toggle)
node-prosemirror-transform 1.2.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 344 kB
  • sloc: javascript: 2,179; makefile: 5
file content (33 lines) | stat: -rw-r--r-- 1,389 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
33
Source: node-prosemirror-transform
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sakshi Sangwan <sangwansakshi10@gmail.com>
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.