File: control

package info (click to toggle)
node-stringmap 0.2.2%2B20130926-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 92 kB
  • sloc: makefile: 2; sh: 2
file content (29 lines) | stat: -rw-r--r-- 1,061 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
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 (>= 11), nodejs
Standards-Version: 4.1.5
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
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.