File: control

package info (click to toggle)
node-object-inspect 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 208 kB
  • sloc: makefile: 15; sh: 12
file content (25 lines) | stat: -rw-r--r-- 970 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
Source: node-object-inspect
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ross Gammon <rosco2@ubuntu.com>
Build-Depends: debhelper (>= 11)
               , dh-buildinfo
               , nodejs
	       , dpkg-dev (>= 1.17.14)
               , node-tape (>= 4.6) <!nocheck>
               , node-core-js (>= 2.4.1) <!nocheck>
Standards-Version: 4.1.3
Homepage: https://github.com/substack/object-inspect
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-object-inspect.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-object-inspect.git

Package: node-object-inspect
Architecture: all
Depends: ${misc:Depends},
         nodejs
Description: string representations of objects in node and the browser
 Node-object-inspect provides string representations of objects in node
 and the browser.
 .
 Node.js is an event-based server-side JavaScript engine.