File: control

package info (click to toggle)
node-map-obj 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 136 kB
  • sloc: javascript: 342; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 820 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
Source: node-map-obj
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jonathan Ulrich Horn <debian@autoit4you.de>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-tape <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-map-obj
Vcs-Git: https://salsa.debian.org/js-team/node-map-obj.git
Homepage: https://github.com/sindresorhus/map-obj
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-map-obj
Architecture: all
Depends: ${misc:Depends}
Description: Map object keys and values into a new objects
 map-obj takes key and values from an object and
 maps them on to a new object with new keys.
 .
 Node.js is an event-based server-side JavaScript engine.