File: control

package info (click to toggle)
node-object-visit 1.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 112 kB
  • sloc: javascript: 103; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 939 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-object-visit
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-isobject <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-object-visit
Vcs-Git: https://salsa.debian.org/js-team/node-object-visit.git
Homepage: https://github.com/jonschlinkert/object-visit
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-object-visit
Architecture: all
Depends: ${misc:Depends}
 , node-isobject
Multi-Arch: foreign
Description: Call a specified method on each value in the given object
 Call a specified method on each value in the given object. See
 /usr/share/doc/node-object-visit/README.md for more info.
 .
 Node.js is an event-based server-side JavaScript engine.