File: control

package info (click to toggle)
node-stringmap 0.2.2%2B20130926-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 92 kB
  • sloc: javascript: 227; sh: 2; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,111 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
Source: node-stringmap
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Build-Depends: debhelper-compat (= 13), nodejs
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/olov/stringmap
Vcs-Git: https://salsa.debian.org/js-team/node-stringmap.git
Vcs-Browser: https://salsa.debian.org/js-team/node-stringmap

Package: node-stringmap
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, nodejs
Description: fast and robust stringmap (Node.js module)
 A fast and robust stringmap implementation that
 can hold any string keys, including __proto__,
 with minimal overhead compared to a plain object.
 .
 Node.js is an event-based server-side JavaScript engine.

Package: libjs-stringmap
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: fast and robust stringmap (JavaScript lib)
 A fast and robust stringmap implementation that
 can hold any string keys, including __proto__,
 with minimal overhead compared to a plain object.