File: control

package info (click to toggle)
node-monaco-languageclient 20230504.93ecd19-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 704 kB
  • sloc: javascript: 46; makefile: 14; sh: 3
file content (25 lines) | stat: -rw-r--r-- 918 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
Source: node-monaco-languageclient
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , node-typescript
 , node-vscode-jsonrpc
Standards-Version: 4.6.2
Homepage: https://github.com/TypeFox/monaco-languageclient
Vcs-Git: https://salsa.debian.org/js-team/node-monaco-languageclient.git
Vcs-Browser: https://salsa.debian.org/js-team/node-monaco-languageclient
Rules-Requires-Root: no

Package: node-vscode-ws-jsonrpc
Architecture: all
Depends: ${misc:Depends}
 , node-vscode-jsonrpc
Description: Node.js module to implement jsonrpc client-server communication over WebSocket
 node-vscode-ws-jsonrpc is a module designed to implement communication
 between a jsonrpc client and server over WebSocket.