File: control

package info (click to toggle)
node-map-obj 5.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 144 kB
  • sloc: javascript: 378; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 885 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
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-rollup-plugin-node-resolve
 , node-tape <!nocheck>
 , rollup
Standards-Version: 4.6.1
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}
Multi-Arch: foreign
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.