File: control

package info (click to toggle)
node-socket.io-parser 4.2.1%2B~3.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 916 kB
  • sloc: javascript: 787; makefile: 9; sh: 4
file content (35 lines) | stat: -rw-r--r-- 1,163 bytes parent folder | download | duplicates (2)
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
34
35
Source: node-socket.io-parser
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-component-emitter (>= 1.3.0+~1.2.10~)
 , node-debug
 , node-expect.js <!nocheck>
 , node-isarray <!nocheck>
 , node-ms
 , node-should <!nocheck>
 , node-typescript
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/js-team/node-socket.io-parser
Vcs-Git: https://salsa.debian.org/js-team/node-socket.io-parser.git
Homepage: https://github.com/socketio/socket.io-parser
Rules-Requires-Root: no

Package: node-socket.io-parser
Architecture: all
Depends: ${misc:Depends}
 , node-component-emitter (>= 1.3.0+~1.2.10~)
 , node-debug
 , node-isarray
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: socket.io protocol parser
 Node.js module providing a socket.io encoder and decoder written in
 JavaScript complying with version 3 of socket.io-protocol.
 .
 Node.js is an event-based server-side JavaScript engine.